summaryrefslogtreecommitdiff
path: root/libpurple/protocols/gg
Commit message (Expand)AuthorAgeFilesLines
* Use G_SOURCE_FUNC macro moreHEADmasterElliott Sales de Andrade2023-04-301-1/+1
* Remove libsoup2 codeElliott Sales de Andrade2023-03-211-156/+0
* Use g_clear_handle_id everywhereElliott Sales de Andrade2023-03-214-18/+6
* Use g_clear_* helpers where usefulElliott Sales de Andrade2023-03-214-17/+9
* Remove PurpleProtocolClient->tooltip_text as it is barely used and we're scal...Gary Kramlich2023-03-201-39/+0
* Remove purple_protocol_client_status_text as it is no longer usedGary Kramlich2023-03-203-23/+0
* Make PurpleRequestFieldChoice into a GObjectElliott Sales de Andrade2023-03-101-10/+15
* Add a PurpleRequestFieldString subclassElliott Sales de Andrade2023-03-101-12/+6
* Remove a couple unused filesElliott Sales de Andrade2023-03-072-684/+0
* Convert PurpleRequestPage into a GObjectElliott Sales de Andrade2023-03-073-48/+42
* Convert PurpleRequestGroup into a GObjectElliott Sales de Andrade2023-03-074-39/+39
* Convert PurpleRequestField into a GObjectElliott Sales de Andrade2023-03-061-3/+3
* Make the gadu gadu protocol plugin clean for warning level 2Gary Kramlich2023-02-2313-85/+126
* Add a PurpleAccount parameter to the PurpleMessage constructorsGary Kramlich2023-02-082-3/+3
* Simplify hash tables that are used as setsElliott Sales de Andrade2023-01-051-7/+4
* Add a connection parameter to the PurpleProtocolActions.get_menu virtual func...Gary Kramlich2023-01-051-1/+2
* Replace all of the deprecated account api in Gadu GaduGary Kramlich2022-12-1410-45/+89
* Remove the privacy apiGary Kramlich2022-12-051-9/+2
* Remove soupcompat.h since we require libsoup3 nowGary Kramlich2022-11-164-4/+0
* Clean up the G_DEFINE_DYNAMIC_TYPE definitions for protocolsGary Kramlich2022-11-111-25/+20
* Remove colons from chat entry namesElliott Sales de Andrade2022-11-071-1/+1
* Port the rest of gg to libsoup3Elliott Sales de Andrade2022-11-041-60/+360
* Fix string size specifier in debug printsElliott Sales de Andrade2022-11-042-3/+3
* Port some of gg to libsoup3Elliott Sales de Andrade2022-11-034-60/+174
* Back out the PurpleProtocol->login change that returned a PurpleConnectionGary Kramlich2022-10-191-13/+7
* Fix the namespace of the PurpleConnectionState enum constantsGary Kramlich2022-10-142-2/+1
* Update PurpleProtocolClass->login to return a PurpleConnectionGary Kramlich2022-10-091-7/+13
* Pass the PurpleProtocol objects to all methods of the classGary Kramlich2022-10-033-6/+8
* Remove purple_date_format_fullElliott Sales de Andrade2022-09-302-13/+19
* Replace purple_input_remove by g_source_removeElliott Sales de Andrade2022-09-292-7/+7
* Rename PurpleContact to PurpleMetaContact.Gary Kramlich2022-09-221-1/+1
* Remove the connection_steps apiGary Kramlich2022-09-191-2/+0
* Convert soup_message_set_request to soup_message_set_request_body_from_bytesElliott Sales de Andrade2022-09-183-7/+18
* Remove the list_icon vfunc from PurpleProtocol.Gary Kramlich2022-09-121-6/+0
* Add a custom find to account managerElliott Sales de Andrade2022-09-051-14/+9
* Remove the extra-cb property from PurplePluginInfoGary Kramlich2022-07-311-9/+11
* Convert GaduGadu to new actions interfaceElliott Sales de Andrade2022-07-291-46/+225
* Rework the way roomlists work so we can more easily port them to GTK4Gary Kramlich2022-05-021-25/+7
* Mark the protocol descriptions for translation and tweak them a bit.Gary Kramlich2022-04-301-1/+1
* Replace PURPLE_CALLBACK by G_CALLBACKElliott Sales de Andrade2022-03-251-2/+2
* Replace the removed soup_form_request_new APIElliott Sales de Andrade2021-12-141-2/+3
* Use accessor for SoupMessage->response_headersElliott Sales de Andrade2021-12-141-1/+2
* Use accessor for SoupMessage->request_headersElliott Sales de Andrade2021-12-144-32/+45
* Use accessor for SoupMessage->reason_phraseElliott Sales de Andrade2021-12-141-2/+3
* Use accessor for SoupMessage->status_codeElliott Sales de Andrade2021-12-144-14/+24
* Port libpurple plugins and protocols to the AccountManager APIGary Kramlich2021-12-121-3/+5
* Make sure our GError variables are initialized to NULLGary Kramlich2021-11-021-1/+1
* Enable structured logging in libpurpleElliott Sales de Andrade2021-10-181-0/+1
* Use purple_debug_fatal only if actually fatalElliott Sales de Andrade2021-10-126-20/+20
* Fix typos in protocol pluginsElliott Sales de Andrade2021-10-102-6/+10