log libpurple/protocols/jabber/presence.c @ 32819:2c6510167895 default tip

age author description
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
Sat, 24 Sep 2011 21:14:19 +0000 andrew victor jabber_presence_create() is marked as deprecated and is not used - so remove it.
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().
Thu, 05 May 2011 02:42:19 +0000 Paul Aurich jabber: Oops, I introduced a leak. clang found it.
Tue, 03 May 2011 05:03:41 +0000 Paul Aurich jabber: Tighter scoping
Tue, 03 May 2011 05:02:00 +0000 matthew jabber: Correctly handle the unsetting case for a contact's vCard avatar.
Sun, 20 Feb 2011 18:21:47 +0000 Paul Aurich jabber: Compatibility with older servers
Sun, 20 Feb 2011 02:25:23 +0000 thijs jabber: Treat the presence storm on joining a room as not new arrivals.
Sun, 20 Feb 2011 02:22:03 +0000 Paul Aurich jabber: Use a straight equality check instead of collate
Tue, 02 Nov 2010 02:06:13 +0000 Paul Aurich jabber: Protect against broken OSes and printf("%s", NULL) crashes
Tue, 31 Aug 2010 18:28:10 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head dca20e09164518b0f7a773edd7e9649f41d8873d)
Fri, 09 Apr 2010 22:14:51 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 7c76f200d8b976548ea95b94a1674b931a7694f7)
Thu, 25 Mar 2010 20:16:48 +0000 Marcus Lundblad First shot at refactoring the Google-specific XMPP code.
Mon, 03 May 2010 05:02:30 +0000 Paul Aurich jabber: Avoid an assertion failure for presence from bare domains
Mon, 19 Apr 2010 20:17:20 +0000 Paul Aurich jabber: Don't leak the buddy_name on this error