Sat, 29 May 2021 03:19:13 -0500 Gary Kramlich Convert the Pidgin plugins to use GPLUGIN_NATIVE_PLUGIN_DECLARE file | diff | annotate
Sun, 28 Feb 2021 22:05:06 -0600 Gary Kramlich Port the pidgin plugins from purple_protocols_ to purple_protocol_manager_ file | diff | annotate
Thu, 06 Aug 2020 22:22:03 -0500 Gary Kramlich pidgin.h phase3: create pidgin.h and force its usage file | diff | annotate
Thu, 23 Jul 2020 20:13:47 -0500 Gary Kramlich phase2 of pidgin.h: move existing file to pidgincore.h 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
Fri, 01 May 2020 05:15:51 -0500 Gary Kramlich Update all of the pidgin code to include purple.h file | diff | annotate
Thu, 14 Nov 2019 21:53:50 -0600 Gary Kramlich delete gtkplugin.[ch] and deal with the repercussions 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
Fri, 23 Aug 2019 02:20:09 -0400 Elliott Sales de Andrade Convert Service Discovery plugin to Glade. file | diff | annotate
Mon, 12 Jun 2017 17:48:37 -0300 dx Merge release-2.x.y into default file | diff | annotate
Thu, 23 Mar 2017 19:19:01 +0300 qarkai Replace misused g_str_equal() with purple_strequal() string-comparison-r2 file | diff | annotate
Fri, 10 Mar 2017 20:36:55 -0600 Gary Kramlich Merge 2.12.0 into default file | diff | annotate
Tue, 04 Oct 2016 22:57:40 +0200 Robert Vehse Remove the MySpaceIM protocol plugin. The service has been defunct for a long time. References #15356. release-2.x.y file | diff | annotate
Tue, 18 Feb 2014 12:00:02 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Fri, 31 Jan 2014 20:17:02 +0530 Ankit Vani Merged gtkdoc-conversion soc.2013.gobjectification.plugins file | diff | annotate
Mon, 28 Oct 2013 00:02:17 +0530 Ankit Vani Renamed plugin info callback properties to end with "-cb", and their respective symbols. 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
Tue, 17 Sep 2013 12:21:15 +0530 Ankit Vani Started refactoring pidgin plugins to use the new plugin API soc.2013.gobjectification.plugins file | diff | annotate
Sat, 07 Sep 2013 00:11:42 +0530 Ankit Vani Merged soc.2013.gobjectification branch 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
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
Sun, 18 Aug 2013 00:04:13 +0530 Ankit Vani Replaced some _prpl_ stuff with _protocol_ soc.2013.gobjectification.plugins file | diff | annotate
Sun, 28 Jul 2013 23:44:39 +0530 Ankit Vani Replaced purple_connection_get_prpl() with purple_connection_get_protocol_info(). soc.2013.gobjectification.plugins file | diff | annotate
Mon, 17 Feb 2014 10:18:46 -0800 Mark Doliner Remove MySpace PRPL. file | diff | annotate
Fri, 31 Jan 2014 14:47:31 +0100 Tomasz Wasilczyk Remove more GtkImHtml dependencies (from perl and two other plugins) file | diff | annotate
Sat, 21 Sep 2013 16:41:50 +0530 Ankit Vani Merged default branch soc.2013.gobjectification file | diff | annotate
Sat, 07 Sep 2013 00:10:19 +0530 Ankit Vani Replaced xmlnode with PurpleXmlNode, and xmlnode_* API with purple_xmlnode_* API soc.2013.gobjectification file | diff | annotate
Sat, 21 Sep 2013 11:54:03 +0200 Tomasz Wasilczyk Notify API: extend purple_notify_message with PurpleRequestCommonParameters file | diff | annotate
Mon, 07 Jan 2013 23:44:36 -0500 Elliott Sales de Andrade Use g_ascii_str(n)casecmp. file | diff | annotate
Tue, 07 Jul 2009 05:09:53 +0000 Paul Aurich Make the use of xmpp_iq_cb_data->context explicit. file | diff | annotate
Sat, 04 Jul 2009 22:32:00 +0000 Elliott Sales de Andrade If no disco#items feature was found (like with gmail.com), then our disco file | diff | annotate
Mon, 08 Jun 2009 06:52:57 +0000 Paul Aurich Don't support adding JID+node items. file | diff | annotate
Sun, 07 Jun 2009 22:07:07 +0000 Elliott Sales de Andrade Make this whitespace a bit more consistent (I hope). file | diff | annotate
Sat, 06 Jun 2009 02:12:32 +0000 Elliott Sales de Andrade Make XMPP Disco plugin show better errors when getting a 404-like return. file | diff | annotate
Fri, 05 Jun 2009 01:46:29 +0000 Paul Aurich Hmm, this wasn't saved when I committed it. file | diff | annotate
Thu, 04 Jun 2009 01:51:41 +0000 Paul Aurich Fix an issue with the server responding with jid/node items as first-level children and add a TODO. file | diff | annotate
Wed, 03 Jun 2009 06:54:35 +0000 Paul Aurich Use the modified signal in more places. file | diff | annotate
Wed, 03 Jun 2009 06:03:22 +0000 Paul Aurich khc: darkrain42: xmlnode not free'ed in jabber_watched_iq file | diff | annotate
Wed, 03 Jun 2009 04:55:06 +0000 Paul Aurich Remove the pseudo-row child of expandable services if there are no children. file | diff | annotate
Tue, 26 May 2009 02:46:14 +0000 Paul Aurich Remove debugging, use user's server as default, and avoid a GTK+ assertion. file | diff | annotate
Tue, 26 May 2009 02:27:49 +0000 Paul Aurich Convert the disco browser to a plugin. Refs #556 file | diff | annotate
(0) tip

mercurial