summaryrefslogtreecommitdiff
path: root/libpurple/purplecontact.c
Commit message (Expand)AuthorAgeFilesLines
* Bump C standard to C99 for libpurple files and fix warningsElliott Sales de Andrade2022-12-111-1/+1
* Split PurpleContactInfo out of PurpleContactGary Kramlich2022-11-281-535/+8
* Make PurpleContact derivableGary Kramlich2022-11-231-49/+147
* Add purple_contact_compare and purple_contact_get_name_for_displayGary Kramlich2022-11-191-0/+68
* Add a contact property to PurpleAccountGary Kramlich2022-11-161-16/+11
* Add a permission property to PurpleContactGary Kramlich2022-11-161-2/+46
* Create and add PurpleContacts to the manager when purple_buddy_new is calledGary Kramlich2022-10-011-13/+2
* Make purple_contact_new take the id instead of the username.Gary Kramlich2022-09-291-3/+2
* Add a person property to PurpleContactGary Kramlich2022-09-291-0/+39
* Create the new PurpleContactGary Kramlich2022-09-231-0/+438