log libpurple/protocols/jabber/buddy.c @ 25656:d1a0e487d45f

age author description
Sun, 08 Feb 2009 16:55:29 +0000 Paul Aurich Request time information from a resource if we don't have caps for it
Sun, 08 Feb 2009 08:12:19 +0000 Paul Aurich Actually display the buddy's local time.
Sun, 08 Feb 2009 08:00:31 +0000 Paul Aurich Retrieve and display buddy's local time in Get Info dialog
Tue, 28 Apr 2009 20:57:59 +0000 Ethan Blanton applied changes from a336cc1fd3a1ce815f97303b8d5ae8988f8cbd5b
Mon, 09 Feb 2009 21:21:18 +0000 Marcus Lundblad Set a value "type" in the ui_info hash table
Sun, 08 Feb 2009 05:02:30 +0000 Elliott Sales de Andrade A JID can have no node (the part before the @), but a chat must have one,
Sat, 14 Feb 2009 18:23:13 +0000 Paul Aurich Use a JabberStream variable instead of a setting for the initial hash
Fri, 30 Jan 2009 18:21:16 +0000 Paul Aurich propagate from branch 'im.pidgin.pidgin' (head dbdaecf659b7d74cd50fad7c3d9bb621d9e8220e)
Thu, 22 Jan 2009 01:04:56 +0000 Mark Doliner This happens anytime you IM an offline user, and is totally not an error
Mon, 26 Jan 2009 06:02:07 +0000 Paul Aurich Support both XEP-0084 namespaces for fetching our own avatars at login
Wed, 21 Jan 2009 20:58:07 +0000 Paul Aurich Send presence updates from jabber_set_info, not jabber_set_buddy_icon.
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:55:09 +0000 Paul Aurich Migrate the XMPP User Avatar (XEP-0084) code to its own file
Thu, 08 Jan 2009 05:24:10 +0000 Etan Reisner Correct a comment, I don't imagine anyone will actually need this but better
Wed, 07 Jan 2009 04:39:28 +0000 Paul Aurich Allow us to remove vCard avatars when the PurpleAccount doesn't have one
Wed, 07 Jan 2009 04:12:11 +0000 Paul Aurich Paul noticed that the conditional blocks here were backwards. I'm surprised no
Thu, 25 Dec 2008 13:21:27 +0000 Marcus Lundblad Updated a comment to describe what the actually does
Thu, 25 Dec 2008 10:48:49 +0000 Marcus Lundblad Only update the idle time on a buddy when getting info if the buddy already has
Wed, 24 Dec 2008 22:51:16 +0000 Marcus Lundblad When getting info from a buddy, update the idle status to the libpurple core
Wed, 17 Dec 2008 18:01:08 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head a03e0bee477b05d1143ef3e5607d990c1120da34)
Tue, 02 Dec 2008 22:55:49 +0000 Marcus Lundblad Fix merge
Tue, 02 Dec 2008 22:45:39 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head f1327672337219c8907eea2d335efb0035e4b39e)
Tue, 02 Dec 2008 22:45:25 +0000 Marcus Lundblad Merge
Tue, 18 Nov 2008 20:24:59 +0000 Marcus Lundblad Patch from darkrain42
Tue, 18 Nov 2008 20:22:57 +0000 Marcus Lundblad Patch from darkrain42
Mon, 17 Nov 2008 18:22:26 +0000 Marcus Lundblad Change jabber_presence_send to not take an extra argument to force idle updating
Sun, 16 Nov 2008 22:29:00 +0000 Marcus Lundblad A first stab at supporting the upcoming new use-case in XMPP XEP-0012
Fri, 19 Dec 2008 04:28:38 +0000 Paul Aurich Partial disapproval of b8fdbd255c614e7305f835b843a3414675a86a19
Fri, 19 Dec 2008 04:11:07 +0000 Paul Aurich Support old (XEP v1.3) Entity Capabilities alongside the new ones.
Mon, 15 Dec 2008 20:43:02 +0000 Paul Aurich Reference-count JabberCapsClientInfo and fix bug.