summaryrefslogtreecommitdiff
path: root/libpurple/buddy.c
Commit message (Expand)AuthorAgeFilesLines
* Update libpurple for the deprecations in the account apiGary Kramlich2022-12-141-1/+2
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-1/+1
* Use a checksum for buddy ids when one isn't providedGary Kramlich2022-10-231-4/+17
* Create and add PurpleContacts to the manager when purple_buddy_new is calledGary Kramlich2022-10-011-1/+12
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-221-10/+10
* Stop including internal.h everywhere when we really don't need it.Gary Kramlich2022-09-121-1/+0
* Don't set some PurpleBuddy properties at construction timeElliott Sales de Andrade2022-03-221-2/+2
* Add an id property to PurpleBuddyGary Kramlich2022-03-171-0/+54
* migrate libpurple to the ConversationManager APIGary Kramlich2021-07-221-2/+9
* Update purple_conversations_find_* to return PurpleConversations instead of s...Gary Kramlich2021-05-181-4/+4
* Remove includes from protocol.h that weren't used there and deal with the fal...Gary Kramlich2021-04-301-0/+3
* Port libpurple from purple_protocols_ to purple_protocol_manager_Gary Kramlich2021-03-021-1/+1
* Update buddy.c to more closely match our current gobject structure.Gary Kramlich2021-02-031-386/+384
* Fix the PurpleProtocolClient interface and split it out to its own file.Gary Kramlich2020-12-031-2/+5
* Move PurpleAccountPresence and PurpleBuddyPresence to their own filesGary Kramlich2020-09-211-0/+1
* Remove glibcompat.h from all the files that don't actually need it.Gary Kramlich2019-11-151-1/+0
* Fix broken `priv != NULL` checks in libpurple.Elliott Sales de Andrade2019-08-071-36/+63
* Add list parameter to all buddy list UI ops.Elliott Sales de Andrade2019-07-061-4/+8
* Add wrapper functions for some PurpleBlistUiOps.Elliott Sales de Andrade2019-07-031-39/+14
* Rename some buddy list accessor functions.Elliott Sales de Andrade2019-07-021-10/+20
* Use G_DEFINE_TYPE_WITH_PRIVATE on PurpleBuddy.Elliott Sales de Andrade2019-02-071-66/+35
* libpurple: Remove pointer registration for DBus APIMike Ruprecht2018-10-021-4/+0
* buddy: Fix buddy aliases due to inverted purple_strequal()Mike Ruprecht2016-09-151-2/+2
* rename blistnodetypes.[ch] to buddy.[ch]Gary Kramlich2016-08-121-0/+705