Wed, 05 Oct 2022 00:50:12 -0500 Elliott Sales de Andrade Merge purple_status_set_active_with_attrs{,_dict} file | diff | annotate
Wed, 05 Oct 2022 00:29:30 -0500 Elliott Sales de Andrade Add introspectable versions of purple_protocol_got_{account,user}_status file | diff | annotate
Mon, 12 Sep 2022 22:54:13 -0500 Gary Kramlich Stop including internal.h everywhere when we really don't need it. file | diff | annotate
Fri, 12 Aug 2022 01:32:07 -0500 Elliott Sales de Andrade Make VV libraries required file | diff | annotate
Sat, 12 Mar 2022 15:09:42 -0600 Elliott Sales de Andrade Silence warning from changing status of the demo protocol file | diff | annotate
Sun, 21 Nov 2021 23:58:15 -0600 Gary Kramlich Remove the attention api. It's always been an annoyance and most protocols don't implement it anymore file | diff | annotate
Fri, 29 Oct 2021 00:31:57 -0500 Gary Kramlich Rename protocol.[ch] to purpleprotocol.[ch] file | diff | annotate
Sat, 23 Oct 2021 01:06:57 -0500 Gary Kramlich Now that the History API is here, remove the purple logging api file | diff | annotate
Thu, 22 Jul 2021 22:34:48 -0500 Gary Kramlich migrate libpurple to the ConversationManager API 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
Mon, 12 Apr 2021 20:27:47 -0500 Gary Kramlich rename conversation.[ch] to purpleconversation.[ch] and split PurpleConversationUiOps out to its own file to avoid circular include issues. file | diff | annotate
Wed, 03 Mar 2021 00:06:37 -0600 Gary Kramlich Remove the purple_protocols API as it has been replaced by purple_protocol_manager file | diff | annotate
Fri, 26 Feb 2021 00:17:26 -0600 Arkadiy Illarionov Use g_list_copy_deep instead of manual copy/transform file | diff | annotate
Tue, 26 Jan 2021 01:46:21 -0600 Gary Kramlich Create a new PurpleProtocolManager file | diff | annotate
Thu, 14 Jan 2021 22:33:49 -0600 Gary Kramlich Move the PurpleProtocolServer interface to its own file. file | diff | annotate
Sat, 02 Jan 2021 19:06:28 -0600 Gary Kramlich Use PurpleCredentialManager instead of the old keyring 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
Wed, 04 Nov 2020 02:35:18 -0600 Gary Kramlich Split PurpleAttentionType and PurpleProtocolAttention into their own files file | diff | annotate
Thu, 27 Aug 2020 03:29:49 -0500 Gary Kramlich Move PurpleProtocolMediaInterface to its own file. 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
Mon, 04 Nov 2019 13:28:18 +0300 qarkai Remove redundant callback type casts file | diff | annotate
Fri, 27 Sep 2019 03:43:47 -0500 Gary Kramlich rename accountopt.[ch] to purpleaccountoption.[ch] file | diff | annotate
Wed, 02 Oct 2019 19:56:45 -0400 Elliott Sales de Andrade Don't pass literals to g_set_error / g_error_new. file | diff | annotate
Thu, 01 Feb 2018 23:21:30 -0600 Gary Kramlich Move the ProtocolActionInterface to action.[ch] file | diff | annotate
Thu, 18 Jan 2018 23:46:05 -0600 Gary Kramlich First pass at moving attention to it's own files file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate | base
Fri, 10 Mar 2017 20:36:55 -0600 Gary Kramlich Merge 2.12.0 into default file | diff | annotate | base
Mon, 12 Dec 2016 18:33:27 -0600 Gary Kramlich Fix coverity 1297388 file | diff | annotate
Fri, 19 Aug 2016 23:03:37 -0500 Gary Kramlich Monster merge everything file | diff | annotate | base
Sun, 15 May 2016 15:32:05 -0300 Florian Quèze Add "account-status-changing" signal from instantbird file | diff | annotate
Sat, 24 May 2014 02:32:01 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate | base
Sat, 10 May 2014 03:56:36 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate | base
Mon, 10 Feb 2014 02:22:24 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate | base
Mon, 10 Feb 2014 01:09:47 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate | base
Fri, 07 Feb 2014 18:01:52 +0530 Ankit Vani Remove @name from new plugin and protocol stuff soc.2013.gobjectification.plugins file | diff | annotate
Fri, 07 Feb 2014 15:24:59 +0530 Ankit Vani Fix some gtk-doc warnings soc.2013.gobjectification.plugins file | diff | annotate
Thu, 06 Feb 2014 20:02:57 +0530 Ankit Vani Merge gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate | base
Fri, 11 Oct 2013 01:26:38 +0530 Ankit Vani Backed out the previous 4 changesets. GSignals do not seem feasible with pidgin's architecture using any method. soc.2013.gobjectification.plugins file | diff | annotate
Thu, 10 Oct 2013 23:53:58 +0530 Ankit Vani Emit gsignals in libpurple for accounts soc.2013.gobjectification.plugins file | diff | annotate
Wed, 02 Oct 2013 06:10:04 +0530 Ankit Vani Added debug messages for protocol add and remove soc.2013.gobjectification.plugins file | diff | annotate
Tue, 01 Oct 2013 03:34:56 +0530 Ankit Vani Check for valid PurpleProtocols soc.2013.gobjectification.plugins file | diff | annotate
Sun, 15 Sep 2013 19:14:28 +0530 Ankit Vani Renamed close_connection back to close soc.2013.gobjectification.plugins file | diff | annotate
Sat, 14 Sep 2013 22:16:35 +0530 Ankit Vani Refactored rest of libpurple to use the new protocol API soc.2013.gobjectification.plugins file | diff | annotate
Sat, 14 Sep 2013 15:46:27 +0530 Ankit Vani Updated protocol iface calls soc.2013.gobjectification.plugins file | diff | annotate
Fri, 13 Sep 2013 20:12:39 +0530 Ankit Vani Added a protocol error check for abstract types soc.2013.gobjectification.plugins file | diff | annotate
Thu, 12 Sep 2013 19:55:22 +0530 Ankit Vani Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins file | diff | annotate | base
Sun, 08 Sep 2013 02:29:06 +0530 Ankit Vani Made error handling better on protocol addition soc.2013.gobjectification.plugins file | diff | annotate
Tue, 03 Sep 2013 16:39:10 +0530 Ankit Vani Added signals "protocol-added" and "protocol-removed" soc.2013.gobjectification.plugins file | diff | annotate
Tue, 03 Sep 2013 04:03:12 +0530 Ankit Vani Return protocols as a sorted list from purple_protocols_get_all() soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 14:24:24 +0530 Ankit Vani Renamed some prpl stuff to protocol stuff. soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 03:17:23 +0530 Ankit Vani Added checks to ensure protocol inherits PurpleProtocol and implements PurpleProtocolInterface soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 01:41:50 +0530 Ankit Vani Fixed a check soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 00:58:23 +0530 Ankit Vani Added error argument to protocol add/remove funcs, along with checks to ensure protocol being added/removed is valid soc.2013.gobjectification.plugins file | diff | annotate
Sun, 01 Sep 2013 00:36:19 +0530 Ankit Vani Finished implementing functions for protocols.[ch]. soc.2013.gobjectification.plugins file | diff | annotate
Sat, 31 Aug 2013 23:22:35 +0530 Ankit Vani Renamed purple_connection_get_protocol_info() to purple_connection_get_protocol() soc.2013.gobjectification.plugins file | diff | annotate
Sat, 31 Aug 2013 22:26:34 +0530 Ankit Vani Added PURPLE_PROTOCOL_IMPLEMENTS(protocol,func) to check if a protocol implements a function soc.2013.gobjectification.plugins file | diff | annotate
Sat, 31 Aug 2013 04:39:16 +0530 Ankit Vani Refactored the original protocol code to use the new API soc.2013.gobjectification.plugins file | diff | annotate
Sat, 31 Aug 2013 01:45:51 +0530 Ankit Vani Finished implementation of protocol object and interface stuff in protocol.[ch]. soc.2013.gobjectification.plugins file | diff | annotate
Fri, 30 Aug 2013 04:34:35 +0530 Ankit Vani Check if a protocol type is valid before adding it soc.2013.gobjectification.plugins file | diff | annotate
Fri, 30 Aug 2013 00:48:09 +0530 Ankit Vani Changed icon spec member of a protocol to a pointer. Use purple_buddy_icon_spec_new() to create an icon spec instance soc.2013.gobjectification.plugins file | diff | annotate
(0) -60 tip

mercurial