log libpurple/protocols/jabber/useravatar.c @ 26863:0c1983abe991

age author description
Tue, 28 Apr 2009 18:57:47 +0000 Paul Aurich Fix merging.
Mon, 27 Apr 2009 05:49:32 +0000 Paul Aurich Publish only 'new' xmlns of avatars and delete old.
Mon, 27 Apr 2009 02:38:52 +0000 Paul Aurich Another annoying typo
Sun, 26 Apr 2009 23:24:45 +0000 Paul Aurich Use purple_strequal and g_str_equal
Sat, 14 Feb 2009 18:23:13 +0000 Paul Aurich Use a JabberStream variable instead of a setting for the initial hash
Sat, 14 Feb 2009 01:18:25 +0000 Paul Aurich I had the distinct pleasure of throwing invalid garbage at this code; it
Fri, 30 Jan 2009 18:22:31 +0000 Paul Aurich My lousy typo just consumed 20 minutes of my life. 'metadata', not 'metdata'.
Mon, 26 Jan 2009 06:04:01 +0000 Paul Aurich Whitespace changes
Mon, 26 Jan 2009 06:02:07 +0000 Paul Aurich Support both XEP-0084 namespaces for fetching our own avatars at login
Mon, 26 Jan 2009 03:52:05 +0000 Paul Aurich Support XEP-0084 (User Avatar) v1.1 alongside v0.12
Wed, 21 Jan 2009 20:16:22 +0000 Paul Aurich Only (re)publish XMPP avatars at login if the server's avatar differs
Wed, 21 Jan 2009 17:56:07 +0000 Paul Aurich Don't leak a JabberBuddyAvatarUpdateURLInfo struct in the error case
Wed, 21 Jan 2009 17:55:09 +0000 Paul Aurich Migrate the XMPP User Avatar (XEP-0084) code to its own file