summaryrefslogtreecommitdiff
path: root/libpurple/account.h
Commit message (Expand)AuthorAgeFilesLines
* Make PurpleRequestFieldAccount work like a GtkCustomFilterElliott Sales de Andrade2023-04-251-2/+0
* Export Account::errorGary Kramlich2023-02-081-6/+13
* Remove the deprecated account apiGary Kramlich2022-12-151-69/+0
* Make purple_account_[gs]et_private_alias as deprecated as wellGary Kramlich2022-12-131-0/+2
* Make PurpleAccount subclass PurpleContactInfoGary Kramlich2022-12-121-18/+7
* Remove the privacy apiGary Kramlich2022-12-051-182/+0
* Add a setting-changed signal to PurpleAccount and propagate it from PurpleAcc...Gary Kramlich2022-11-281-0/+32
* Add a contact property to PurpleAccountGary Kramlich2022-11-161-0/+17
* Remove purple_account_remove_settingGary Kramlich2022-11-161-9/+0
* Remove purple_account_request_addGary Kramlich2022-11-081-16/+0
* Remove the ability to register new accounts.Gary Kramlich2022-11-071-43/+0
* Remove purple_account_[gs]et_silence_suppressionGary Kramlich2022-10-261-20/+0
* Add a require-password property to PurpleAccountGary Kramlich2022-10-011-0/+25
* Mark introspectable wrappers as shadowing the originalsElliott Sales de Andrade2022-09-291-1/+1
* Fix various small documentation errorsElliott Sales de Andrade2022-09-281-23/+32
* Split PurpleConnectionErrorInfo out to its own fileGary Kramlich2022-09-201-0/+1
* Remove PurpleAccountRequestAuthorizationCb which was missed when we re-worked...Gary Kramlich2022-09-201-1/+0
* Remove a bunch of documents that aren't read/displayed by gi-docgen.Gary Kramlich2022-09-121-5/+0
* Replace the request_add Account UiOp with a new AddContact notificationGary Kramlich2022-08-231-4/+1
* Create PurpleAuthorizationRequest and use it for notifications.Gary Kramlich2022-08-221-35/+0
* Remove purple_account_notify_added as it isn't used by anyone.Gary Kramlich2022-07-181-18/+0
* Remove the account ui settings as it was only used for whether or not an acco...Gary Kramlich2022-05-201-79/+0
* Remove the ui parameter from purple_account_[gs]et_enabledGary Kramlich2022-05-201-10/+4
* Move PurpleProxyInfo from a boxed type to a GObjectGary Kramlich2022-04-011-2/+2
* Add an id property to PurpleAccount and make sure it persistsGary Kramlich2021-12-121-0/+12
* Remove unnecessary gtk-doc comments and move them where possible from libpurp...Gary Kramlich2021-12-111-11/+8
* Rename protocol.[ch] to purpleprotocol.[ch]Gary Kramlich2021-10-291-1/+1
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-26/+1
* Fix several typos in libpurpleElliott Sales de Andrade2021-10-101-3/+2
* Remove includes from protocol.h that weren't used there and deal with the fal...Gary Kramlich2021-04-301-0/+1
* Remove the deprecated keyring API.Gary Kramlich2021-04-211-1/+0
* Port Pidgin from purple_protocols to PurpleProtocolManagerGary Kramlich2021-03-021-0/+13
* Move the PurpleProtocolServer interface to its own file.Gary Kramlich2021-01-141-39/+0
* A handful of random doc fixesGary Kramlich2021-01-141-0/+15
* Remove the account check email option.Gary Kramlich2021-01-111-19/+0
* Use PurpleCredentialManager instead of the old keyring api.Gary Kramlich2021-01-021-33/+0
* Clean up a bunch doc issues.Gary Kramlich2020-11-191-2/+2
* Add documentation for all PURPLE_TYPE_ functions as well as PURPLE_TUNE_ cons...Gary Kramlich2020-08-251-0/+6
* Make it so only libpurple can directly include libpurple header files.Gary Kramlich2020-06-211-0/+4
* Merged in default (pull request #652)Gary Kramlich2020-04-091-4/+7
|\
| * Rename purple_account_set_status_list and purple_status_set_active_with_attrs...qarkai2020-04-081-1/+3
| * Replace lists of PurpleAttr with GHashTableqarkai2019-11-261-3/+4
* | Replace a bunch of entries in ChangeLog.API entries with Since annotationsGary Kramlich2019-11-211-0/+8
|/
* Merged in default (pull request #513)Gary Kramlich2019-07-051-58/+1
|\
| * Remove PurpleAccount->ui_data and accessors.Elliott Sales de Andrade2019-07-021-36/+0
| * Change some libpurple object to GObject macros.Elliott Sales de Andrade2019-07-021-22/+1
* | Fix libpurple header guards using reserved names.Elliott Sales de Andrade2019-07-031-3/+3
|/
* Cleanup account.[ch] and status.[ch] to remove g_type_class_add_private and o...Gary Kramlich2019-03-211-32/+32
* A ton more of introspection cleanupsGary Kramlich2017-10-171-1/+1
* Fix an incorrect element-typeGary Kramlich2017-07-301-1/+1