log libpurple/protocols/jabber/roster.c @ 32792:670296a688dc

age author description
Wed, 11 May 2011 01:58:03 +0000 Paul Aurich jabber: Treat empty <group/> elements as "Buddies", not ""
Tue, 31 Aug 2010 18:28:10 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head dca20e09164518b0f7a773edd7e9649f41d8873d)
Thu, 25 Mar 2010 20:16:48 +0000 Marcus Lundblad First shot at refactoring the Google-specific XMPP code.
Mon, 23 Aug 2010 00:52:24 +0000 Elliott Sales de Andrade Kill off many dead assignments and any useless remaining variables.
Tue, 16 Feb 2010 00:36:25 +0000 Paul Aurich jabber: Fix another corner case that introduced duplicates to the list.
Fri, 12 Feb 2010 20:58:53 +0000 Paul Aurich jabber: Send the RFC-mandated ack IQ
Wed, 06 Jan 2010 00:01:23 +0000 Paul Aurich Disable this part of roster versioning, too (for now). Refs #10935.
Thu, 10 Dec 2009 05:40:59 +0000 Paul Aurich Disable Roster Versioning for the moment.
Thu, 10 Dec 2009 03:15:26 +0000 Paul Aurich jabber: Fix removing a self-contact.
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
Sun, 06 Dec 2009 00:52:10 +0000 Paul Aurich jabber: Roster Versioning support.
Mon, 26 Oct 2009 02:58:28 +0000 Paul Aurich jabber: Remove the roster pool stuff.
Mon, 05 Oct 2009 18:10:08 +0000 Paul Aurich jabber: Fix removing a buddy with a pending subscription.
Thu, 24 Sep 2009 16:58:31 +0000 Paul Aurich jabber: Don't crash when adding a buddy without a node (no '@'). Closes #10261.
Mon, 31 Aug 2009 03:39:34 +0000 Paul Aurich jabber: Properly handle adding buddies that contain a resource. Closes #10151.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Sat, 01 Aug 2009 22:12:30 +0000 Paul Aurich jabber: Store the "own JabberBuddy" in the JabberStream* struct.
Sun, 12 Jul 2009 03:44:30 +0000 Paul Aurich Clarify a comment a little.
Sun, 12 Jul 2009 03:34:40 +0000 Paul Aurich Properly print pool, a list of PurpleBuddies, not strings.
Wed, 10 Jun 2009 04:42:11 +0000 Paul Aurich Operate on the passed-in GSList.
Wed, 10 Jun 2009 04:22:21 +0000 Paul Aurich Debug output when changing group memberships.
Wed, 10 Jun 2009 03:58:11 +0000 Paul Aurich Pass around a copy of our bare JID
Sun, 07 Jun 2009 06:17:29 +0000 Paul Aurich Simplify the fake_to_self function.
Sun, 07 Jun 2009 05:36:45 +0000 Paul Aurich Use js->state to track whether the roster has been retrieved.
Sun, 07 Jun 2009 00:16:05 +0000 Paul Aurich Various roster cleanups. Refs #7008.
Sat, 06 Jun 2009 22:47:49 +0000 Paul Aurich Remove this; it's been commented out for about 3.5 years.
Sat, 06 Jun 2009 22:38:15 +0000 Paul Aurich Use jabber_is_own_account and perform way fewer normalizations per iteration
Wed, 03 Jun 2009 21:59:58 +0000 Paul Aurich Ladedah I dislike the need to explicitly check for NULL strings.
Wed, 03 Jun 2009 15:50:08 +0000 Paul Aurich Add a few more roster debug messages and improve.
Wed, 03 Jun 2009 15:33:55 +0000 Paul Aurich Pluck Adium's roster debugging from 86720de21a854aa