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
Thu, 29 Aug 2013 23:52:03 +0530 Ankit Vani Use purple_protocol_get_* API instead of protocol->member soc.2013.gobjectification.plugins file | diff | annotate
Thu, 29 Aug 2013 23:38:19 +0530 Ankit Vani Use the purple_protocol_iface_* API instead of protocol->function() soc.2013.gobjectification.plugins file | diff | annotate
Thu, 22 Aug 2013 00:29:09 +0530 Ankit Vani Changed signature of purple_protocols_add() take a GType and return the PurpleProtocol soc.2013.gobjectification.plugins file | diff | annotate
Mon, 19 Aug 2013 19:49:16 +0530 Ankit Vani Renamed protocol.c to protocols.c soc.2013.gobjectification.plugins file | diff | annotate | base
(0) tip

mercurial