Mon, 12 Dec 2022 23:41:40 -0600 Elliott Sales de Andrade Bump C standard to C99 for XMPP and fix warnings file | diff | annotate
Fri, 07 Oct 2022 01:21:28 -0500 Elliott Sales de Andrade xmpp: Remove unused prototypes and code file | diff | annotate
Sat, 23 Jan 2021 20:31:28 -0600 Gary Kramlich Remove Google Talk from the XMPP plugin. file | diff | annotate
Thu, 14 Jan 2021 22:33:49 -0600 Gary Kramlich Move the PurpleProtocolServer interface to its own file. file | diff | annotate
Sun, 21 Jun 2020 04:16:15 -0500 Gary Kramlich Make it so only libpurple can directly include libpurple header files. 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 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
Fri, 01 Nov 2019 01:39:33 -0400 Elliott Sales de Andrade Remove some now-unused variables. file | diff | annotate
Fri, 25 Oct 2019 05:52:30 -0400 Elliott Sales de Andrade Replace g_[s]list_remove with g_[s]list_delete_link. file | diff | annotate
Wed, 16 Oct 2019 01:06:17 +0300 qarkai Use GSList functions instead of manual iterations file | diff | annotate
Wed, 02 Oct 2019 17:08:45 -0400 Elliott Sales de Andrade Remove redundant frees. file | diff | annotate
Thu, 04 Jan 2018 22:39:03 -0600 Gary Kramlich Remove all #if 0's from the prpls 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 21:01:15 +0300 qarkai Replace !strcmp() with purple_strequal() string-comparison-r2 file | diff | annotate
Thu, 23 Mar 2017 19:37:57 +0300 qarkai Replace g_strcmp0() with purple_strequal() string-comparison-r2 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
Wed, 05 Oct 2016 16:19:47 -0500 Mike Ruprecht Remove Facebook (XMPP) account option and support code release-2.x.y file | diff | annotate
Sat, 30 May 2015 06:02:33 -0400 James Geboski jabber: removed explicit Facebook support facebook file | diff | annotate
Thu, 15 May 2014 10:16:32 +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
Sun, 04 May 2014 06:28:56 +0530 Ankit Vani Merged default branch soc.2013.gobjectification.plugins file | diff | annotate
Mon, 10 Feb 2014 01:09:47 +0530 Ankit Vani Merge gtkdoc-conversion 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, 18 Aug 2013 00:04:13 +0530 Ankit Vani Replaced some _prpl_ stuff with _protocol_ soc.2013.gobjectification.plugins file | diff | annotate
Sun, 11 May 2014 22:24:39 +0200 Tomasz Wasilczyk Merge release-2.x.y file | diff | annotate
Sun, 11 May 2014 22:22:03 +0200 Tomasz Wasilczyk Make it possible to move buddies out of default group release-2.x.y file | diff | annotate
Wed, 07 May 2014 16:29:48 +0200 Tomasz Wasilczyk Merge release-2.x.y file | diff | annotate
Wed, 07 May 2014 16:22:23 +0200 Tomasz Wasilczyk Backport 68d162284480: facebook roster quirks release-2.x.y file | diff | annotate
Wed, 07 May 2014 15:54:48 +0200 Tomasz Wasilczyk XMPP: adjust facebook roster quirks file | diff | annotate
Wed, 07 May 2014 13:21:45 +0200 Tomasz Wasilczyk Merge release-2.x.y file | diff | annotate
Wed, 07 May 2014 13:09:06 +0200 Tomasz Wasilczyk Backport 407e0fa6f7d1: don't split contacts on default group (xmpp) release-2.x.y file | diff | annotate
Wed, 30 Apr 2014 20:23:46 +0200 Tomasz Wasilczyk blist: store localized name of default group to avoid contact splitting file | diff | annotate
Wed, 30 Apr 2014 19:44:02 +0200 Tomasz Wasilczyk blist: don't localize roster group name to avoid contact splitting file | diff | annotate
Wed, 30 Apr 2014 18:40:53 +0200 Tomasz Wasilczyk blist: define default group better file | diff | annotate
Mon, 10 Feb 2014 00:56:22 +0530 Ankit Vani Fix namespaces issues in libpurple. gtkdoc-conversion 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
Thu, 25 Jul 2013 02:22:35 +0530 Ankit Vani Renamed PurpleBListNode back to PurpleBlistNode soc.2013.gobjectification file | diff | annotate
Tue, 09 Jul 2013 15:48:17 +0530 Ankit Vani Renamed buddy list functions to more appropriate/simler names. soc.2013.gobjectification file | diff | annotate
Mon, 08 Jul 2013 02:07:24 +0530 Ankit Vani Global replace purple_buddy_get_local_buddy_alias() with purple_buddy_get_local_alias() soc.2013.gobjectification file | diff | annotate
Wed, 03 Jul 2013 22:18:55 +0530 Ankit Vani Renamed PurpleBlistNode to PurpleBListNode soc.2013.gobjectification file | diff | annotate
Sat, 29 Jun 2013 04:37:14 +0530 Ankit Vani Renamed chat buddies to chat users, and IM conversation typing state to IM typing state. soc.2013.gobjectification file | diff | annotate
Tue, 18 Oct 2011 18:47:48 +0000 Andrew Victor On the way to hiding the PurpleConnection struct. file | diff | annotate
Fri, 23 Dec 2011 08:21:58 +0000 Elliott Sales de Andrade A boring and large patch so I can merge heads. cpw.qulogic.gtk3 file | diff | annotate
Sat, 03 Sep 2011 23:13:11 +0000 Elliott Sales de Andrade Rename the _with_invite functions to their counterparts. file | diff | annotate
Tue, 30 Aug 2011 19:11:26 +0000 Andrew Victor Convert jabber prpl to use accessor functions purple_connection_get_protocol_data() and purple_connection_set_protocol_data(). file | diff | annotate
Wed, 11 May 2011 01:58:03 +0000 Paul Aurich jabber: Treat empty <group/> elements as "Buddies", not "" file | diff | annotate
Tue, 31 Aug 2010 18:28:10 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f9599fe0199c86262cea569a5dfb4081df23691d) cpw.malu.xmpp.google_refactor file | diff | annotate
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables. file | diff | annotate
Thu, 25 Mar 2010 20:16:48 +0000 Marcus Lundblad First shot at refactoring the Google-specific XMPP code. cpw.malu.xmpp.google_refactor file | diff | annotate
Tue, 16 Feb 2010 00:36:25 +0000 Paul Aurich jabber: Fix another corner case that introduced duplicates to the list. file | diff | annotate
Fri, 12 Feb 2010 20:58:53 +0000 Paul Aurich jabber: Send the RFC-mandated ack IQ file | diff | annotate
Wed, 06 Jan 2010 00:01:23 +0000 Paul Aurich Disable this part of roster versioning, too (for now). Refs #10935. file | diff | annotate
Thu, 10 Dec 2009 05:40:59 +0000 Paul Aurich Disable Roster Versioning for the moment. file | diff | annotate
Thu, 10 Dec 2009 03:15:26 +0000 Paul Aurich jabber: Fix removing a self-contact. file | diff | annotate
Sun, 06 Dec 2009 22:44:20 +0000 Paul Aurich jabber: The google roster request code was so lonely, so let's just drop-kick it and add the little custom logic to roster.c file | diff | annotate
Sun, 06 Dec 2009 00:52:10 +0000 Paul Aurich jabber: Roster Versioning support. file | diff | annotate
Mon, 26 Oct 2009 02:58:28 +0000 Paul Aurich jabber: Remove the roster pool stuff. file | diff | annotate
Mon, 05 Oct 2009 18:10:08 +0000 Paul Aurich jabber: Fix removing a buddy with a pending subscription. file | diff | annotate
Thu, 24 Sep 2009 16:58:31 +0000 Paul Aurich jabber: Don't crash when adding a buddy without a node (no '@'). Closes #10261. file | diff | annotate
(0) -100 -60 tip

mercurial