summaryrefslogtreecommitdiff
path: root/libpurple/tests
Commit message (Expand)AuthorAgeFilesLines
* Create PurpleSavedPresence for saving the users presencesGary Kramlich2023-04-252-0/+112
* Fix several leaks in testsElliott Sales de Andrade2023-03-2323-37/+202
* Fix leaked errorsElliott Sales de Andrade2023-03-232-1/+3
* Fix leaks in purple markupElliott Sales de Andrade2023-03-221-0/+10
* Fix leaks from g_list_model_get_itemElliott Sales de Andrade2023-03-221-0/+1
* Add "new-status" properties to PurplePresence with fallbacks were applicableGary Kramlich2023-03-211-53/+61
* Add PurpleRequest{Group,Page}:valid propertiesElliott Sales de Andrade2023-03-163-0/+299
* Make required, but unfilled, fields invalidElliott Sales de Andrade2023-03-161-0/+32
* Add a PurpleRequestField:valid property and is_valid vfuncElliott Sales de Andrade2023-03-161-0/+94
* Add PurpleRequestField.is_filled vfunc, and a filled propertyElliott Sales de Andrade2023-03-142-0/+130
* Convert PurpleRequestPage into a GObjectElliott Sales de Andrade2023-03-071-2/+0
* Propagate the notify signal for the Presence object on a ContactInfoGary Kramlich2023-03-031-0/+54
* Add membership management to PurpleConversationGary Kramlich2023-03-032-0/+191
* Add PurpleTypingState and add it as a property to PurpleConversationMemberGary Kramlich2023-03-031-0/+80
* Update the libpurple tests for the warning level 2 updateGary Kramlich2023-02-237-62/+76
* Add PurpleConversationMember to link a PurpleContactInfo to a PurpleConversationGary Kramlich2023-02-232-0/+91
* Add an error property to PurpleMessageGary Kramlich2023-02-232-0/+109
* Remove the unit test checking if purple_contact_info_matches can match an idGary Kramlich2023-02-191-11/+0
* Add purple_strmatches and move purple_person_matches and purple_contact_info_...Gary Kramlich2023-02-172-0/+77
* Add search support to the contact listGary Kramlich2023-02-172-1/+148
* Add a property and accessor for getting the avatar to display for a PurplePersonGary Kramlich2023-02-101-0/+51
* Add a name-for-display property to PurplePersonGary Kramlich2023-02-101-2/+50
* Add read-only properties for primitive and message to PurplePresenceGary Kramlich2023-02-102-0/+106
* Add animation support to PurpleAvatarGary Kramlich2023-01-067-46/+57
* Add a name-for-display property to PurpleContactInfoGary Kramlich2023-01-061-15/+28
* Remove the deprecated account apiGary Kramlich2022-12-151-1/+1
* Remove the PurpleRequestField sttings from the Credentials APIGary Kramlich2022-12-142-177/+0
* Update libpurple for the deprecations in the account apiGary Kramlich2022-12-141-1/+2
* Add tracking of PurplePerson's to PurpleContactManagerGary Kramlich2022-12-141-0/+122
* Add a color property to PurpleContactInfoGary Kramlich2022-12-131-0/+5
* Create PurpleAvatar to represent avatarsGary Kramlich2022-12-122-0/+98
* Split PurpleContactInfo out of PurpleContactGary Kramlich2022-11-285-373/+416
* Add purple_tags_add_with_value to help people not have to construct their own...Gary Kramlich2022-11-281-0/+37
* Add some unit tests for purple_markup_strip_htmlGary Kramlich2022-11-251-3/+51
* Make PurpleNotificationManager implement GListModelGary Kramlich2022-11-241-12/+15
* 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
* Don't allow duplicate tags in PurpleTagsGary Kramlich2022-11-091-2/+2
* Add purple_tag_parse for parsing tagsGary Kramlich2022-11-051-0/+43
* Take advantage of f-strings in MesonElliott Sales de Andrade2022-11-041-1/+1
* Add async function to PurpleProtocol for testing whether or not connections a...Gary Kramlich2022-11-042-0/+246
* Make PurpleUi.start return a gboolean and GErrorGary Kramlich2022-11-011-2/+4
* Add an out parameter for an error to purple_core_initGary Kramlich2022-10-311-3/+6
* Create PurpleUi that merges PurpleCoreUiOps and PurpleUiInfoGary Kramlich2022-10-311-19/+40
* Move PurpleAccountManager to GPtrArray and implement GListModelElliott Sales de Andrade2022-10-281-7/+3
* Fix connection errors getting deleted when an account is disconnectedGary Kramlich2022-10-231-4/+98
* Don't use the default credential manager while unit testing aside from the de...Gary Kramlich2022-10-102-27/+56
* Update the history manager tests to only use the default manager when necessaryGary Kramlich2022-10-101-16/+42
* Add a get_settings_backend vfunc to CoreUiOpsGary Kramlich2022-10-101-1/+10