log libpurple/protocols/jabber/caps.c @ 29915:097569720d68

age author description
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.
Sat, 18 Apr 2009 18:17:16 +0000 Paul Aurich Use purple_strequal and g_str_equal
Sun, 05 Apr 2009 21:18:15 +0000 Paul Aurich Fix up the propagate
Sun, 05 Apr 2009 21:13:10 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f144c6bda9daf701aa891c875fce7a4dedd611ae)
Fri, 03 Apr 2009 16:45:38 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head f25348fdce436002d7d508f074aaa70fd9491f01)
Fri, 13 Mar 2009 02:26:45 +0000 Paul Aurich Convert all the XMPP IQ callbacks to a typedef similar to the IQ Handlers.
Sat, 04 Apr 2009 17:01:59 +0000 Paul Aurich Fix allowing gmail user to initiate voice call by advertising a specific ext
Sat, 04 Apr 2009 03:15:59 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 58b2ba106e563fcd0984b9438aa427f1d61e25e9)
Mon, 23 Mar 2009 06:07:16 +0000 Mike Ruprecht Get rid of the rest of the extraneous changes.
Mon, 02 Mar 2009 18:47:27 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 431618de0f30a6938f7e14d2d61ee5d7738acd59)
Sat, 07 Mar 2009 01:59:40 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head 303af74a38e7b313d4fb0be4d4054a16cb13d819)
Mon, 02 Mar 2009 06:37:05 +0000 Elliott Sales de Andrade Remove some extra trailing whitespace I noticed after merging mlundblad's
Fri, 19 Dec 2008 04:28:38 +0000 Paul Aurich Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Fri, 19 Dec 2008 04:18:42 +0000 Paul Aurich Remove the old if 0'd out caps code and reorder some functions.
Fri, 19 Dec 2008 04:11:07 +0000 Paul Aurich Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Wed, 17 Dec 2008 04:33:00 +0000 Paul Aurich Rename a few variables
Mon, 15 Dec 2008 20:43:02 +0000 Paul Aurich Reference-count JabberCapsClientInfo and fix bug.
Sun, 14 Dec 2008 21:19:02 +0000 Paul Aurich Rename a few functions and clean up the exit cleanup of a function
Fri, 12 Dec 2008 00:00:00 +0000 Paul Aurich Rename user_data to cb_data (there were too many 'userdata'/'user_data's).
Sun, 23 Nov 2008 03:52:40 +0000 Paul Aurich merge of '0da3644551b2442b2db4cf9d828865d167df8072'
Sat, 22 Nov 2008 18:53:48 +0000 Paul Aurich Make capstable caps.c-only and add a jabber_caps_uninit() function
Sat, 22 Nov 2008 18:30:01 +0000 Paul Aurich jabber_contact_info is no longer used
Sat, 22 Nov 2008 18:26:45 +0000 Paul Aurich Sprinkle around more support for xml:lang on JabberIdentities
Sat, 22 Nov 2008 01:05:42 +0000 Paul Aurich Move structures and function definitions in to caps.c and stop any other code from killing JabberCapsClientInfo structures (owned by the hash table)
Sat, 22 Nov 2008 00:51:16 +0000 Paul Aurich Rename some structs and the JabberCapsClientInfo destruction function
Sat, 22 Nov 2008 00:42:56 +0000 Paul Aurich Whitespace and formatting changes
Fri, 21 Nov 2008 23:44:30 +0000 Paul Aurich Rework jabber_caps_calculate_hash
Fri, 21 Nov 2008 22:00:05 +0000 Paul Aurich Clean up jabber_caps_client_iqcb
Fri, 21 Nov 2008 20:30:21 +0000 Paul Aurich Whitespace cleanup (no functional changes, just unwrap the huge if block and
Fri, 21 Nov 2008 20:10:02 +0000 Paul Aurich Error checking and use g_list_foreach
Fri, 21 Nov 2008 18:50:43 +0000 Paul Aurich Don't crash if the lang attribute of an identity is NULL
Fri, 21 Nov 2008 18:24:31 +0000 Paul Aurich Remove JabberCapsIdentity and just use JabberIdentity everywhere
Fri, 21 Nov 2008 17:52:56 +0000 Paul Aurich Whitespace, formatting, and // -> /* */
Fri, 21 Nov 2008 17:47:12 +0000 Paul Aurich Use strcmp instead of a wrapper
Fri, 21 Nov 2008 08:04:09 +0000 Paul Aurich Clean up a few things
Sun, 23 Nov 2008 03:52:33 +0000 Paul Aurich Fix a null dereference on non-connected accounts
Fri, 21 Nov 2008 04:18:19 +0000 Paul Aurich Clean up jabber_presence_send
Fri, 21 Nov 2008 00:35:44 +0000 Paul Aurich Entity Capabilities must be per-JabberStream
Thu, 20 Nov 2008 23:58:17 +0000 Paul Aurich Fix compilation errors and many warnings