summaryrefslogtreecommitdiff
path: root/finch/gntblist.c
Commit message (Expand)AuthorAgeFilesLines
* Use G_SOURCE_FUNC macro moreHEADmasterElliott Sales de Andrade2023-04-301-4/+10
* Use g_clear_handle_id everywhereElliott Sales de Andrade2023-03-211-20/+8
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-211-4/+2
* Remove PurpleProtocolClient->tooltip_text as it is barely used and we're scal...Gary Kramlich2023-03-201-6/+0
* Use GListModel access to request fields in finchElliott Sales de Andrade2023-03-171-10/+17
* Make PurpleRequestFieldInt into a GObjectElliott Sales de Andrade2023-03-101-3/+5
* Add a PurpleRequestFieldString subclassElliott Sales de Andrade2023-03-101-4/+7
* Make PurpleRequestFieldAccount into a GObjectElliott Sales de Andrade2023-03-101-6/+12
* Convert PurpleRequestPage into a GObjectElliott Sales de Andrade2023-03-071-41/+39
* Convert PurpleRequestGroup into a GObjectElliott Sales de Andrade2023-03-071-23/+23
* Mark unused parameters as such for all finchGary Kramlich2023-02-231-61/+80
* Convert idle_time in PurplePresence to GDateTimeGary Kramlich2023-02-201-3/+12
* Update Finch for the PurpleAccount deprecationsGary Kramlich2022-12-141-10/+18
* Remove the privacy apiGary Kramlich2022-12-051-78/+0
* Make sure finch_retrieve_user_info returns a value on failureGary Kramlich2022-11-181-1/+1
* Inline purple_serv_get_info and purple_serv_set_infoGary Kramlich2022-11-181-2/+13
* Remove C99-obsoleted constructsElliott Sales de Andrade2022-10-261-3/+6
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-221-61/+61
* Remove PurplePluginAction as everything except finch as been ported to GActio...Gary Kramlich2022-09-121-0/+9
* Remove some remnants of the old protocol get_actions interface.Gary Kramlich2022-09-121-0/+6
* Update finch for the purple_account_manager_get_(in)active deprecationsGary Kramlich2022-07-211-1/+1
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-17/+17
* Replace PurpleCallback by GCallbackElliott Sales de Andrade2022-03-251-2/+2
* port finch to the new AccountManager APIGary Kramlich2021-12-121-4/+6
* Now that the History API is here, remove the purple logging apiGary Kramlich2021-10-231-47/+0
* Remove the existing logging code from Finch now that the History API has landedGary Kramlich2021-10-181-117/+0
* Fix typos in FinchElliott Sales de Andrade2021-10-101-9/+11
* Update everything for GPlugin 0.33.0Gary Kramlich2021-08-031-1/+1
* Fix warnings about changing types on assignment.Elliott Sales de Andrade2021-07-021-1/+1
* Convert Finch to the PurpleConversationManager APIGary Kramlich2021-06-171-7/+18
* Update finch to use GPluginManager's signals directlyGary Kramlich2021-05-291-4/+16
* Update purple_conversations_find_* to return PurpleConversations instead of s...Gary Kramlich2021-05-181-11/+11
* Port finch from the purple_protocols api to the purple_protocol_manager apiGary Kramlich2021-03-021-2/+2
* Remove ui_data from PurpleBlistNodeGary Kramlich2021-02-031-52/+55
* Split PurpleProtocolChat to its own file and clean up the API.Gary Kramlich2021-01-111-4/+6
* Remove the buddy pounces apiGary Kramlich2021-01-021-15/+0
* Fix the PurpleProtocolClient interface and split it out to its own file.Gary Kramlich2020-12-031-5/+5
* Finch shouldn't include finch.hGary Kramlich2020-11-071-3/+5
* Fix Finch for the libgnt single header fileGary Kramlich2020-08-151-17/+1
* Make sure we're not including the gettext macros in header files and deal wit...Gary Kramlich2020-05-211-0/+2
* Make sure that internal.h can only be included by libpurple and split out som...Gary Kramlich2020-05-011-1/+0
* Make all of finch use purple.hGary Kramlich2020-05-011-13/+1
* Remove redundant returnsqarkai2019-11-041-2/+0
* finch: Remove redundant checks.Elliott Sales de Andrade2019-10-021-12/+8
* Use g_list_free_full instead of g_list_foreach+g_list_free.Elliott Sales de Andrade2019-10-011-2/+1
* Clean up all of the license headersGary Kramlich2019-09-291-1/+3
* Remove redundant purple_plugin_info_get_* wrappers.Elliott Sales de Andrade2019-09-091-1/+2
* Rename *_GET_*_IFACE to more standard *_GET_IFACE.Elliott Sales de Andrade2019-08-061-3/+3
* Remove some use of buddy list globals in Finch.Elliott Sales de Andrade2019-07-161-22/+28
* Remove PurpleBuddyListClass->destroy.Elliott Sales de Andrade2019-07-031-10/+13