summaryrefslogtreecommitdiff
path: root/libpurple/buddylist.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_handle_id everywhereElliott Sales de Andrade2023-03-211-3/+2
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-7/+3
* Update libpurple for the deprecations in the account apiGary Kramlich2022-12-141-3/+8
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-5/+8
* Remove the privacy apiGary Kramlich2022-12-051-90/+1
* Port PurpleBlist to use PurpleAccountManager::added and ::removed signals and...Gary Kramlich2022-11-051-12/+28
* Add purple_account_manager_get_connected and port libpurple to itGary Kramlich2022-11-041-7/+7
* Move PurpleAccountManager to GPtrArray and implement GListModelElliott Sales de Andrade2022-10-281-11/+16
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-3/+5
* Fix the namespace of the PurpleConnectionState enum constantsGary Kramlich2022-10-141-1/+2
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-221-33/+33
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+0
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-2/+2
* Create the PurpleAccountManager APIGary Kramlich2021-12-031-36/+55
* 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-0/+1
* rename conversation.[ch] to purpleconversation.[ch] and split PurpleConversat...Gary Kramlich2021-04-121-1/+1
* Port libpurple from purple_protocols_ to purple_protocol_manager_Gary Kramlich2021-03-021-1/+1
* Use specific purple_debug_* functionsArkadiy Illarionov2021-02-121-1/+1
* Split PurpleProtocolChat to its own file and clean up the API.Gary Kramlich2021-01-111-1/+2
* Remove the buddy pounces apiGary Kramlich2021-01-021-4/+0
* Fix the PurpleProtocolClient interface and split it out to its own file.Gary Kramlich2020-12-031-2/+9
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+8
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+1
* Remove redundant callback type castsqarkai2019-11-041-3/+1
* Use g_list_free_full instead of g_list_foreach+g_list_free.Elliott Sales de Andrade2019-10-011-2/+1
* Fix a few g_warning messages that were legit errorsGary Kramlich2019-09-061-0/+9
* Rename *_GET_*_IFACE to more standard *_GET_IFACE.Elliott Sales de Andrade2019-08-061-1/+1
* Remove now unnecessary PurpleBuddyList->ui_data.Elliott Sales de Andrade2019-07-161-1/+0
* Remove PurpleBuddyListClass->destroy.Elliott Sales de Andrade2019-07-031-28/+19
* Remove PurpleBuddyListClass->new_list.Elliott Sales de Andrade2019-07-031-5/+0
* Remove purple_blist_[gs]et_ui_data.Elliott Sales de Andrade2019-07-031-24/+0
* Convert UI ops to PurpleBuddyListClass methods.Elliott Sales de Andrade2019-07-031-212/+238
* Make PurpleBuddyList fields private.Elliott Sales de Andrade2019-07-031-22/+55
* Rename internal methods to purple_blist_real_*.Elliott Sales de Andrade2019-07-151-11/+11
* Add list parameter to all buddy list UI ops.Elliott Sales de Andrade2019-07-061-39/+57
* Add wrapper functions for some PurpleBlistUiOps.Elliott Sales de Andrade2019-07-031-16/+58
* Rename some buddy list accessor functions.Elliott Sales de Andrade2019-07-021-3/+11
* Add purple_blist_walk to make it easier to traverse the buddy listGary Kramlich2019-04-291-0/+35
* Move more libpurple files to ~/.config.Elliott Sales de Andrade2019-02-151-2/+2
* libpurple: Port self-contained code from g_type_class_add_private()Mike Ruprecht2018-11-011-49/+30
* libpurple: Remove pointer registration for DBus APIMike Ruprecht2018-10-021-5/+0
* Remove purple_timeout_* function usageMike Ruprecht2017-06-151-2/+2
* Fix a bunch of stuff that was somehow broke in the last wave of pull requestsGary Kramlich2017-06-141-1/+1
* Merge release-2.x.y into defaultdx2017-06-121-5/+5
* Add "buddy-removed-from-group" blist signal from instantbirdFlorian Qu?ze2016-05-151-1/+7
* Merged default branchAnkit Vani2014-06-121-1/+1
|\
| * Fixed inconsistency in current size for a group when adding a buddyAnkit Vani2014-06-121-1/+1
* | Merged default branchAnkit Vani2014-05-041-20/+79
|\ \ | |/
| * blist: make group names really case insensitiveTomasz Wasilczyk2014-04-301-6/+23