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
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
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 03:58:22 -0500 Elliott Sales de Andrade Convert SILC to new actions interface file | diff | annotate
Fri, 20 May 2022 02:55:51 -0500 Gary Kramlich Update purple_core_init to take a PurpleUiInfo instance 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
Mon, 04 Oct 2021 03:30:49 -0500 Gary Kramlich Update to gplugin 0.35.0 file | diff | annotate
Fri, 01 Oct 2021 17:48:58 -0500 Gary Kramlich move the silc 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
Tue, 09 Mar 2021 02:47:31 -0600 Arkadiy Illarionov Fix SILC build with modern PurpleProtocol 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, 18 Feb 2021 07:55:09 -0600 Arkadiy Illarionov silc: Fix purple_core_get_ui_info usage file | diff | annotate
Fri, 12 Feb 2021 23:47:53 -0600 Arkadiy Illarionov Fix SILC compilation file | diff | annotate
Thu, 13 Aug 2020 21:07:35 -0500 Gary Kramlich Make PurpleProtocolIM a proper interface 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
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
Thu, 30 Apr 2020 23:43:54 -0500 Gary Kramlich Split PurpleKeyValuePair out to it's own file and try to do some cleanup in the files that need to include it. file | diff | annotate
Sun, 01 Dec 2019 15:36:50 +0300 qarkai Add purple_key_value_pair_new_full with free function for value in PurpleKeyValuePair file | diff | annotate
Wed, 27 Nov 2019 00:08:11 +0300 qarkai Replace PurpleNamedValue with PurpleKeyValuePair file | diff | annotate
Sun, 03 Nov 2019 20:20:13 -0500 Elliott Sales de Andrade silc: Move more things to silcpurple_free. file | diff | annotate
Sun, 03 Nov 2019 17:16:20 -0500 Elliott Sales de Andrade Convert SILC to GIO. file | diff | annotate
Sun, 03 Nov 2019 04:07:39 -0500 Elliott Sales de Andrade silc: Add a simple free function for protocol data. file | diff | annotate
Sun, 03 Nov 2019 03:42:59 -0500 Elliott Sales de Andrade Require silc >= 1.1.1. 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
Thu, 03 May 2018 18:17:21 -0500 Mike Ruprecht xfer: Rename PurpleProtocolXferInterface.send() to send_file() file | diff | annotate
Thu, 22 Mar 2018 22:30:30 +0000 David Woodhouse Add get_cb_alias() to PRPLs trac17295 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
Thu, 15 Jun 2017 13:33:02 -0500 Mike Ruprecht Remove purple_timeout_* function usage file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Fri, 24 Mar 2017 02:23:46 +0300 qarkai Replace strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Thu, 23 Mar 2017 21:01:15 +0300 qarkai Replace !strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Fri, 10 Apr 2015 11:36:40 +0530 Ankit Vani Merge default branch (yet to add media_send_dtmf) soc.2013.gobjectification.plugins file | diff | annotate
Sat, 24 May 2014 02:32:01 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 20 May 2014 10:36:58 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 10 May 2014 03:56:36 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Tue, 15 Apr 2014 20:01:46 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Thu, 03 Apr 2014 09:31:58 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Fri, 31 Jan 2014 19:01:27 +0530 Ankit Vani Rename 'protocol_options' field of PurpleProtocol to more appropriate 'account_options' soc.2013.gobjectification.plugins file | diff | annotate
Tue, 21 Jan 2014 02:37:31 +0530 Ankit Vani Update protocol IDs in codebase soc.2013.gobjectification.plugins file | diff | annotate
Tue, 21 Jan 2014 01:48:42 +0530 Ankit Vani Change protocol IDs to prpl-* soc.2013.gobjectification.plugins file | diff | annotate
Sat, 18 Jan 2014 03:52:59 +0530 Ankit Vani Rename protocol plugin IDs to prpl-* soc.2013.gobjectification.plugins file | diff | annotate
Sat, 18 Jan 2014 03:46:41 +0530 Ankit Vani Re-revert pref renames soc.2013.gobjectification.plugins file | diff | annotate
Fri, 17 Jan 2014 21:45:33 +0530 Ankit Vani Backed out changeset bc6040e3f9c8 soc.2013.gobjectification.plugins file | diff | annotate
Fri, 17 Jan 2014 18:22:02 +0530 Ankit Vani Revert pref renames soc.2013.gobjectification.plugins file | diff | annotate
Thu, 03 Oct 2013 02:15:31 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Wed, 02 Oct 2013 01:15:44 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Sat, 21 Sep 2013 17:01:08 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 16 Sep 2013 00:32:42 +0530 Ankit Vani Refactored sametime, silc, simple to use the new protocol interfaces soc.2013.gobjectification.plugins file | diff | annotate
Sun, 15 Sep 2013 13:14:39 +0530 Ankit Vani Temporarily replaced PurpleProtocolInterface with PurpleProtocolClientIface in protocols soc.2013.gobjectification.plugins file | diff | annotate
(0) -100 -60 tip

mercurial