summaryrefslogtreecommitdiff
path: root/libpurple/purplecredentialmanager.c
Commit message (Expand)AuthorAgeFilesLines
* Remember CredentialProvider setting while exitingGary Kramlich2022-10-101-6/+9
* Clean up setting handling for the credential manager and make its unit tests ...Gary Kramlich2022-09-221-5/+6
* Port credential manager to GSettingsElliott Sales de Andrade2022-09-111-10/+21
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-1/+1
* Clean up some issues during shutdown that were outputting warningsGary Kramlich2021-11-111-6/+32
* Make PurpleCredentialManager a final typeGary Kramlich2021-10-201-80/+45
* Make the CredentialManager the only thing in charge of its preferences.Gary Kramlich2021-10-191-5/+28
* Clean up PidginCredentialManagerGary Kramlich2021-07-181-114/+91
* Port the KWallet Keyring to the new CredentialProvider API.Gary Kramlich2021-03-221-0/+8
* g_task_return_* refs a task so we need to make sure we remove our reference w...Gary Kramlich2021-01-301-0/+4
* Create a no operation credential provider and fix a number of other issuesGary Kramlich2021-01-301-3/+22
* Port the secretservice keyring to PurpleCredentialProviderGary Kramlich2021-01-261-0/+46
* Create a new PidginCredentialsPage and associated widgets for the preferences...Gary Kramlich2021-01-241-0/+32
* Fix some broken unit testsGary Kramlich2021-01-021-1/+1
* Use PurpleCredentialManager instead of the old keyring api.Gary Kramlich2021-01-021-11/+14
* Remove the account parameter from purple_credential_provider_*_finish functions.Gary Kramlich2021-01-021-79/+23
* Add an active-provider-changed signal to PurpleCredentialManagerGary Kramlich2020-12-221-11/+44
* Add the new PurpleCredentialManager APIGary Kramlich2020-11-051-0/+555