log libpurple/protocols/jabber/buddy.c @ 32767:2ec94166be43

age author description
Tue, 18 Oct 2011 18:47:48 +0000 andrew victor On the way to hiding the PurpleConnection struct.
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().
Mon, 22 Aug 2011 06:32:44 +0000 Mark Doliner Actually commit the purple_notify_user_info_prepend_pair_plaintext
Mon, 22 Aug 2011 06:25:23 +0000 Mark Doliner Add purple_notify_user_info_prepend_pair_plaintext and use it in a few
Mon, 22 Aug 2011 06:17:18 +0000 Mark Doliner I tried to disapprove this, but it didn't seem to work. Maybe I
Mon, 22 Aug 2011 06:06:07 +0000 Mark Doliner merge of '88118487bea2cf5120dec21de3377fada185180f'
Mon, 22 Aug 2011 06:07:08 +0000 Mark Doliner disapproval of revision '88118487bea2cf5120dec21de3377fada185180f'
Mon, 22 Aug 2011 05:45:22 +0000 Mark Doliner I think it's more appropriate to append these as plaintext
Mon, 22 Aug 2011 06:05:51 +0000 Mark Doliner disapproval of revision '37706b74bb67b5e0abf08dd08bcd0d509075cc42'
Mon, 22 Aug 2011 05:39:00 +0000 Mark Doliner Now that there's no speed difference between
Mon, 22 Aug 2011 04:14:16 +0000 Mark Doliner Change PurpleNotifyUserInfo->user_info_entries from a GList to a GQueue.
Mon, 22 Aug 2011 02:23:28 +0000 Mark Doliner Rename purple_notify_user_info_add_pair to
Mon, 18 Apr 2011 06:32:04 +0000 Mark Doliner propagate from branch 'im.pidgin.pidgin' (head 4fb1347ba91ca1ac8b6f5ad029c1ed0f1b6e60a2)
Wed, 13 Apr 2011 01:37:56 +0000 Mark Doliner Fix this indentation. My bad.
Wed, 13 Apr 2011 00:22:29 +0000 Mark Doliner Update js->initial_avatar_hash if the user tries to set the icon before
Wed, 13 Apr 2011 00:17:13 +0000 Mark Doliner Typo fix
Sun, 10 Apr 2011 19:21:27 +0000 pidgin jabber: Remember the last-used user directory. Closes #12451
Sat, 08 Jan 2011 03:10:40 +0000 John Bailey propagate from branch 'im.pidgin.pidgin' (head 7d1d85421a7221e67b586df32625c65c1434f195)
Sat, 20 Nov 2010 13:02:08 +0000 Marcus Lundblad propagate from branch 'im.pidgin.pidgin' (head 6f879669a6513a5c40335bbaefe842389a92b39e)
Thu, 08 Jul 2010 22:38:33 +0000 Mark Doliner Add a purple_notify_user_info_add_pair_plaintext function that accepts a
Tue, 04 Jan 2011 06:55:30 +0000 Richard Laager Remove trailing whitespace
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.
Sun, 04 Apr 2010 04:31:54 +0000 Paul Aurich Eliminate the name collisions on "Title". I have a few qualms:
Mon, 22 Mar 2010 21:34:17 +0000 Marcus Lundblad jabber: Validate the hash on incoming BoB objects (in case the CID is on the
Tue, 09 Mar 2010 23:09:54 +0000 Paul Aurich jabber: Treat the version properly.
Thu, 04 Mar 2010 16:31:10 +0000 Paul Aurich jabber: Avoid crashing if a buddy has a NULL resource.
Mon, 15 Feb 2010 06:39:09 +0000 Paul Aurich jabber: --header_contents;
Mon, 15 Feb 2010 06:07:53 +0000 Paul Aurich jabber: Treat JabberBuddy->resources as a sorted list.
Mon, 15 Feb 2010 05:41:15 +0000 Paul Aurich jabber: Fix the resource_compare_cb function after checking how they're used with GSLists