summaryrefslogtreecommitdiff
path: root/libpurple/group.c
Commit message (Expand)AuthorAgeFilesLines
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-1/+1
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-221-7/+7
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+0
* Remove includes from protocol.h that weren't used there and deal with the fal...Gary Kramlich2021-04-301-0/+2
* Use specific purple_debug_* functionsArkadiy Illarionov2021-02-121-2/+1
* Move the PurpleProtocolServer interface to its own file.Gary Kramlich2021-01-141-1/+4
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-0/+1
* Replace g_[s]list_remove with g_[s]list_delete_link.Elliott Sales de Andrade2019-10-251-1/+2
* Fix broken `priv != NULL` checks in libpurple.Elliott Sales de Andrade2019-08-071-4/+7
* Rename *_GET_*_IFACE to more standard *_GET_IFACE.Elliott Sales de Andrade2019-08-061-1/+1
* Add list parameter to all buddy list UI ops.Elliott Sales de Andrade2019-07-061-2/+4
* Add wrapper functions for some PurpleBlistUiOps.Elliott Sales de Andrade2019-07-031-10/+4
* Rename some buddy list accessor functions.Elliott Sales de Andrade2019-07-021-2/+4
* libpurple: Port self-contained code from g_type_class_add_private()Mike Ruprecht2018-11-011-43/+15
* libpurple: Remove pointer registration for DBus APIMike Ruprecht2018-10-021-4/+0
* Pull PurpleGroup out into it's own filesGary Kramlich2016-08-121-0/+389