summaryrefslogtreecommitdiff
path: root/libpurple/protocols/gg/gg.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_clear_handle_id everywhereElliott Sales de Andrade2023-03-211-8/+3
* 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-201-1/+0
* Make the gadu gadu protocol plugin clean for warning level 2Gary Kramlich2023-02-231-25/+39
* 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-141-9/+17
* Remove the privacy apiGary Kramlich2022-12-051-9/+2
* Clean up the G_DEFINE_DYNAMIC_TYPE definitions for protocolsGary Kramlich2022-11-111-25/+20
* 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-141-1/+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-031-4/+4
* Replace purple_input_remove by g_source_removeElliott Sales de Andrade2022-09-291-5/+5
* Remove the connection_steps apiGary Kramlich2022-09-191-2/+0
* 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
* 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
* 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
* Update to gplugin 0.35.0Gary Kramlich2021-10-041-1/+1
* move the gadu-gadu protocol plugins icons to a resource in the pluginGary Kramlich2021-10-011-0/+2
* Add description to PurpleProtocolPrateek Pardeshi2021-07-131-0/+1
* Use GPLUGIN_NATIVE_PLUGIN_DECLARE for all libpurple plugins and remove PURPLE...Gary Kramlich2021-06-101-5/+8
* Update purple_conversations_find_* to return PurpleConversations instead of s...Gary Kramlich2021-05-181-2/+2
* Migrate gg, novel, null, sametime, silc, and zephyr to using G_DECLARE_FINAL_...Gary Kramlich2021-04-211-0/+4
* Cleanup deprecated libsoup usageElliott Sales de Andrade2021-03-171-2/+2
* Modernize PurpleProtocolGary Kramlich2021-03-081-49/+70
* Convert all of the protocols to use the new protocol_manager_ apiGary Kramlich2021-03-021-4/+14
* Move the PurpleProtocolServer interface to its own file.Gary Kramlich2021-01-141-7/+10
* Deprecate purple_util_write_data_to_file_absolute and use g_file_set_contents...Gary Kramlich2020-12-171-1/+1
* Fix the PurpleProtocolClient interface and split it out to its own file.Gary Kramlich2020-12-031-13/+23
* Fix some GError leaks.Elliott Sales de Andrade2020-11-201-1/+1
* Make PurpleProtocolPrivacy a proper GInterface and move it to it's own fileGary Kramlich2020-08-221-3/+5
* Make PurpleProtocolIM a proper interfaceGary Kramlich2020-08-131-1/+1
* Make it so only libpurple can directly include libpurple header files.Gary Kramlich2020-06-211-1/+0
* 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-2/+1
* Split PurpleKeyValuePair out to it's own file and try to do some cleanup in t...Gary Kramlich2020-04-301-11/+1
* Add purple_key_value_pair_new_full with free function for value in PurpleKeyV...qarkai2019-12-011-1/+1
* Replace PurpleNamedValue with PurpleKeyValuePairqarkai2019-11-271-3/+1
* Convert GG file transfers to libsoup.Elliott Sales de Andrade2019-10-121-2/+2
* Convert GG avatar fetching to libsoup.Elliott Sales de Andrade2019-10-111-0/+19
* rename accountopt.[ch] to purpleaccountoption.[ch]Gary Kramlich2019-09-271-1/+1
* Merged in default (pull request #578)Gary Kramlich2019-10-011-24/+31
|\
| * Replace Purple type macros by GObject macros.Elliott Sales de Andrade2019-09-151-24/+31
* | Silence various discarded const warnings.Elliott Sales de Andrade2019-09-161-4/+4
|/
* Rename *_TYPE_*_IFACE to more standard *_TYPE_*.Elliott Sales de Andrade2019-08-061-6/+6