log libpurple/protocols/jabber/caps.c @ 32827:4a34689eeb33 default tip

age author description
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().
Wed, 11 May 2011 04:20:12 +0000 Paul Aurich jabber/caps: Reorganize for the purpose of making clang's analyzer happier
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
Sat, 10 Jul 2010 02:02:21 +0000 Paul Aurich jabber: Move another function out of caps.c...
Sat, 10 Jul 2010 00:59:19 +0000 Paul Aurich jabber: Move (and harden) a function to xdata.c
Sat, 10 Jul 2010 00:35:52 +0000 Paul Aurich jabber: Minor cleanup (formatting + strcmp->g_str_equal) of caps
Fri, 09 Jul 2010 22:49:17 +0000 Paul Aurich jabber: Don't crash on caps that include an empty <value/> in the Software Information extended info. Fixes #12292
Fri, 09 Jul 2010 22:14:03 +0000 Paul Aurich jabber: Start adding some caps tests
Wed, 17 Mar 2010 02:27:28 +0000 Paul Aurich jabber: Space efficiency.
Fri, 27 Nov 2009 17:07:19 +0000 Paul Aurich jabber: More namespaces! This is a good stopping point for now.
Mon, 26 Oct 2009 03:47:25 +0000 Paul Aurich jabber: Plug another leak.
Mon, 31 Aug 2009 03:29:48 +0000 Paul Aurich jabber: Reduce severity of "Ignoring exts..." message.
Sat, 22 Aug 2009 02:52:30 +0000 Paul Aurich Remove specific copyright lines from the XMPP prpl.
Sat, 22 Aug 2009 02:40:01 +0000 Paul Aurich Update various header copyrights thanks to licensecheck.
Fri, 21 Aug 2009 19:17:48 +0000 Paul Aurich jabber: Print out the expected/generated caps hashes.
Fri, 14 Aug 2009 05:20:24 +0000 Paul Aurich This is annoying, but am I actually missing anything?
Mon, 22 Jun 2009 23:39:56 +0000 Paul Aurich This works better.
Mon, 22 Jun 2009 23:36:56 +0000 Paul Aurich Don't crash when the seemingly impossible occurs.
Mon, 22 Jun 2009 22:46:09 +0000 Paul Aurich Fix a lost reference when we only fetch an unknown ext.
Fri, 22 May 2009 03:54:29 +0000 Paul Aurich Remove trailing whitespace that has snuck in.
Fri, 08 May 2009 02:50:17 +0000 Paul Aurich I forgot to finish this comment before coming back from dinner and committing.
Fri, 08 May 2009 02:38:39 +0000 Paul Aurich Only call jabber_caps_get_info if we don't have all the information we want.
Thu, 07 May 2009 23:46:11 +0000 Paul Aurich Make the JabberCapsTuple (nee Key) available to the rest of the prpl
Mon, 04 May 2009 02:21:23 +0000 Paul Aurich Free the forms properly; they're xmlnodes, not strings.
Sun, 03 May 2009 20:17:09 +0000 Nick Hebner Clean up jabber prpl memory allocations on uninit.
Sun, 03 May 2009 06:36:05 +0000 Paul Aurich Avoid a g_markup_escape_text assertion failure
Sat, 02 May 2009 04:02:53 +0000 Paul Aurich Sadrul pointed me at g_markup_escape_text, thanks!
Sat, 02 May 2009 01:26:18 +0000 Paul Aurich Escape all the values when appending them to the Entity Caps verification str.
Fri, 01 May 2009 18:59:31 +0000 Paul Aurich Don't crash when the caps cb is NULL and don't corrupt jabber_identities
Wed, 29 Apr 2009 05:21:42 +0000 Paul Aurich Skip iterating non-node children; thanks to Marcus for crashing me.