Fri, 11 Nov 2022 19:39:24 -0600 Gary Kramlich Clean up the G_DEFINE_DYNAMIC_TYPE definitions for protocols file | diff | annotate
Mon, 31 Oct 2022 03:06:44 -0500 Elliott Sales de Andrade Clear callback handles when returning G_SOURCE_REMOVE file | diff | annotate
Wed, 19 Oct 2022 06:25:35 -0500 Gary Kramlich Back out the PurpleProtocol->login change that returned a PurpleConnection file | diff | annotate
Fri, 14 Oct 2022 01:06:41 -0500 Gary Kramlich Fix the namespace of the PurpleConnectionState enum constants file | diff | annotate
Mon, 10 Oct 2022 00:27:32 -0500 Gary Kramlich Fix an issue where Sametime's login method was updated for to return a connection but the function signature was missed file | diff | annotate
Sun, 09 Oct 2022 04:43:37 -0500 Gary Kramlich Update PurpleProtocolClass->login to return a PurpleConnection file | diff | annotate
Mon, 03 Oct 2022 21:54:51 -0500 Gary Kramlich Pass the PurpleProtocol objects to all methods of the class file | diff | annotate
Thu, 29 Sep 2022 23:43:08 -0500 Elliott Sales de Andrade Replace purple_input_remove by g_source_remove file | diff | annotate
Thu, 22 Sep 2022 20:25:37 -0500 Gary Kramlich Rename PurpleContact to PurpleMetaContact. file | diff | annotate
Mon, 19 Sep 2022 23:59:49 -0500 Gary Kramlich Remove the connection_steps api file | diff | annotate
Mon, 12 Sep 2022 22:08:59 -0500 Gary Kramlich Remove the list_icon vfunc from PurpleProtocol. file | diff | annotate
Fri, 29 Jul 2022 01:48:49 -0500 Elliott Sales de Andrade Convert sametime to new actions interface file | diff | annotate
Sat, 30 Apr 2022 02:31:54 -0500 Gary Kramlich Mark the protocol descriptions for translation and tweak them a bit. file | diff | annotate
Fri, 25 Mar 2022 02:51:58 -0500 Elliott Sales de Andrade Replace PURPLE_CALLBACK by G_CALLBACK file | diff | annotate
Sun, 10 Oct 2021 05:00:30 -0500 Elliott Sales de Andrade Fix typos in protocol plugins file | diff | annotate
Mon, 04 Oct 2021 03:30:49 -0500 Gary Kramlich Update to gplugin 0.35.0 file | diff | annotate
Fri, 01 Oct 2021 17:47:50 -0500 Gary Kramlich move the sametime protocol plugins icons to a resource in the plugin file | diff | annotate
Mon, 26 Jul 2021 04:13:19 -0500 Gary Kramlich Port the protocol plugins to the purple_conversation_manager_api file | diff | annotate
Tue, 13 Jul 2021 15:23:59 -0500 Prateek Pardeshi Add description to PurpleProtocol file | diff | annotate
Thu, 10 Jun 2021 23:40:54 -0500 Gary Kramlich Use GPLUGIN_NATIVE_PLUGIN_DECLARE for all libpurple plugins and remove PURPLE_PLUGIN_INIT file | diff | annotate
Tue, 18 May 2021 02:04:53 -0500 Gary Kramlich Update purple_conversations_find_* to return PurpleConversations instead of subclasses file | diff | annotate
Wed, 21 Apr 2021 18:45:53 -0500 Gary Kramlich Migrate gg, novel, null, sametime, silc, and zephyr to using G_DECLARE_FINAL_TYPE for their protocol objects file | diff | annotate
Mon, 08 Mar 2021 23:22:02 -0600 Gary Kramlich Modernize PurpleProtocol file | diff | annotate
Fri, 05 Mar 2021 03:39:39 -0600 Elliott Sales de Andrade Always ref result of g_io_stream_get_{input,output}_stream. file | diff | annotate
Tue, 02 Mar 2021 22:50:02 -0600 Gary Kramlich Convert all of the protocols to use the new protocol_manager_ api file | diff | annotate
Thu, 14 Jan 2021 22:33:49 -0600 Gary Kramlich Move the PurpleProtocolServer interface to its own file. file | diff | annotate
Mon, 11 Jan 2021 01:51:14 -0600 Gary Kramlich Split PurpleProtocolChat to its own file and clean up the API. file | diff | annotate
Thu, 03 Dec 2020 04:34:04 -0600 Gary Kramlich Fix the PurpleProtocolClient interface and split it out to its own file. file | diff | annotate
Fri, 20 Nov 2020 16:43:26 -0600 Elliott Sales de Andrade Convert sametime to Gio. file | diff | annotate
Sat, 22 Aug 2020 22:15:25 -0500 Gary Kramlich Make PurpleProtocolPrivacy a proper GInterface and move it to it's own file file | diff | annotate
Thu, 13 Aug 2020 21:07:35 -0500 Gary Kramlich Make PurpleProtocolIM a proper interface file | diff | annotate
Thu, 21 May 2020 21:21:54 -0500 Gary Kramlich Make sure we're not including the gettext macros in header files and deal with the repercussions of that. file | diff | annotate
Fri, 01 May 2020 12:13:35 -0500 Gary Kramlich Make sure that internal.h can only be included by libpurple and split out some pieces to purpleprivate.h file | diff | annotate
Wed, 20 May 2020 11:33:58 +0100 David Woodhouse Add chat_send_file() facility release-2.x.y file | diff | annotate
Wed, 20 May 2020 11:33:10 +0100 David Woodhouse Make PurplePluginProtocolInfo definitions consistent release-2.x.y file | diff | annotate
Fri, 01 May 2020 04:42:52 -0500 Gary Kramlich move all protocols, purple plugins, and purple tests to use purple.h instead of including files individually file | diff | annotate
Sat, 21 Dec 2019 20:44:34 -0500 Elliott Sales de Andrade Replace PurpleXferUiOps.update_progress by PurpleXfer.progress. file | diff | annotate
Mon, 04 Nov 2019 02:36:50 -0500 Elliott Sales de Andrade Replace purple_str_has_{prefix,suffix} by g_str_has_{prefix,suffix}. file | diff | annotate
Fri, 27 Sep 2019 03:43:47 -0500 Gary Kramlich rename accountopt.[ch] to purpleaccountoption.[ch] file | diff | annotate
Fri, 27 Sep 2019 02:07:00 -0500 Gary Kramlich move PurpleAccountUserSplit to their own file file | diff | annotate
Wed, 02 Oct 2019 06:21:41 -0400 Elliott Sales de Andrade Remove redundant conditions. file | diff | annotate
Sun, 15 Sep 2019 17:11:46 -0400 Elliott Sales de Andrade Replace Purple type macros by GObject macros. file | diff | annotate
Tue, 06 Aug 2019 19:50:26 -0400 Elliott Sales de Andrade Rename *_TYPE_*_IFACE to more standard *_TYPE_*. file | diff | annotate
Tue, 06 Aug 2019 17:40:37 -0400 Elliott Sales de Andrade Rename *Iface to more standard names. file | diff | annotate
Wed, 10 Jul 2019 06:30:05 +0000 Gary Kramlich Merged in default (pull request #511) file | diff | annotate
Thu, 04 Jul 2019 20:38:04 -0500 Gary Kramlich Cleanups from review file | diff | annotate
Tue, 02 Jul 2019 03:07:40 -0500 Gary Kramlich Make PurpleXfer a derivable type and create subclasses in all the protocols that support file transfers file | diff | annotate
Tue, 02 Jul 2019 23:52:35 -0400 Elliott Sales de Andrade Rename some buddy list accessor functions. file | diff | annotate
Sun, 31 Mar 2019 17:45:25 -0400 Elliott Sales de Andrade Switch to GMime for sametime. file | diff | annotate
Fri, 29 Mar 2019 20:05:41 -0400 Elliott Sales de Andrade sametime: Move MIME handling to a separate file. file | diff | annotate
Thu, 15 Feb 2018 22:53:57 -0600 Gary Kramlich Rename purple_menu_action_* to purple_action_menu_* file | diff | annotate
Thu, 15 Feb 2018 22:04:57 -0600 Gary Kramlich Rename PurpleMenuAction to PurpleActionMenu file | diff | annotate
Thu, 01 Feb 2018 22:33:16 -0600 Gary Kramlich Move the MenuAction stuff to the new action.[ch] files file | diff | annotate
Wed, 13 Mar 2019 00:03:02 -0400 Elliott Sales de Andrade Fix some possible use-after-free. file | diff | annotate
Thu, 03 May 2018 18:17:21 -0500 Mike Ruprecht xfer: Rename PurpleProtocolXferInterface.send() to send_file() file | diff | annotate
Thu, 26 Apr 2018 08:40:06 +0100 David Woodhouse sametime: Add missing initializer for .get_cb_alias() method release-2.x.y file | diff | annotate
Thu, 04 Jan 2018 22:39:03 -0600 Gary Kramlich Remove all #if 0's from the prpls file | diff | annotate
Sun, 26 Nov 2017 01:30:28 -0600 Gary Kramlich make sure all the PurpleProtocolXfer parameters are named prplxfer file | diff | annotate
Fri, 24 Nov 2017 01:47:01 -0600 Gary Kramlich fix up oscar and sametime for the file transfer updates file | diff | annotate
Thu, 07 Sep 2017 22:55:03 -0500 Gary Kramlich Update the PurpleProtocolXferInterface to pass around the interfance instance as well file | diff | annotate
(0) -300 -100 -60 tip

mercurial