summaryrefslogtreecommitdiff
path: root/libpurple/tests/test_contact.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several leaks in testsElliott Sales de Andrade2023-03-231-1/+7
* Split PurpleContactInfo out of PurpleContactGary Kramlich2022-11-281-292/+4
* Update purple_contact_sort's documentation to say it returns < 0 and > 1Gary Kramlich2022-11-191-6/+6
* Add purple_contact_compare and purple_contact_get_name_for_displayGary Kramlich2022-11-191-0/+246
* Add a permission property to PurpleContactGary Kramlich2022-11-161-1/+5
* Create and add PurpleContacts to the manager when purple_buddy_new is calledGary Kramlich2022-10-011-5/+1
* Make purple_contact_new take the id instead of the username.Gary Kramlich2022-09-291-3/+4
* Add a person property to PurpleContactGary Kramlich2022-09-291-0/+8
* Create the new PurpleContactGary Kramlich2022-09-231-0/+129