log libpurple/protocols/jabber/buddy.c @ 25658:903fb6879521

age author description
Tue, 27 May 2008 07:11:38 +0000 Sadrul Habib Chowdhury Use the hashtable of resources here.
Tue, 27 May 2008 02:10:35 +0000 Evan Schoenberg Ensure jbi->jb->resources is non-NULL before calling g_hash_table_size()
Tue, 27 May 2008 01:37:42 +0000 Evan Schoenberg Use the notify_user_info API for the vcard information instead of creating
Sun, 25 May 2008 21:56:36 +0000 Richard Laager Use "email" and "Email" consistently. This is potentially controversial,
Wed, 07 May 2008 18:10:43 +0000 Stu Tomlinson Leak fix
Wed, 30 Apr 2008 08:46:51 +0000 Mark Doliner Change the string "screen name" to "username" everywhere. I think most
Tue, 29 Apr 2008 01:33:48 +0000 Mark Doliner Simplify
Sun, 16 Mar 2008 20:36:52 +0000 Mark Doliner Fix a bunch of compiler warnings caused by my addition of G_GNUC_PRINTF()
Sun, 09 Mar 2008 18:47:09 +0000 Evan Schoenberg If we receive a Full Name and no nickname, use the Full Name as the serverside alias for an XMPP contact. If we receive just a nickname or both a full name and a nickname, prefer the nickname.
Tue, 04 Mar 2008 18:50:16 +0000 Evan Schoenberg Prefer more available resources to less available ones when priorities are the same. Fixes #5079.
Thu, 14 Feb 2008 13:03:34 +0000 Stu Tomlinson Fix setting vCard buddy icons when we don't have any other user info set.
Mon, 17 Dec 2007 06:51:12 +0000 Sean Egan Fix XMPP buddy icons. Somehow a 'VCard' element got changed to a query
Mon, 19 Nov 2007 20:50:48 +0000 Stu Tomlinson Fix a double-free and a leak at the same time.
Sat, 17 Nov 2007 00:12:30 +0000 Richard Laager This merge has the effect of reverting the hinting code from trunk.
Sat, 10 Nov 2007 12:10:04 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin' (head d8103be97302efb404e2f6922925f661c807ad23)
Mon, 15 Oct 2007 10:45:46 +0000 Will Thompson propagate from branch 'im.pidgin.pidgin.next.minor' (head bd8f1d754a1b94e5ade30c3b135178b236f7b49a)
Fri, 16 Nov 2007 23:32:17 +0000 Richard Laager merge of '1037fab539d2a95db4fc657f42420566f7e53440'
Fri, 16 Nov 2007 23:27:07 +0000 Richard Laager merge of '00bf7296307f96f5c68d6e5edf219fb4a50bb947'
Fri, 16 Nov 2007 23:01:12 +0000 Richard Laager disapproval of revision 'b6ee8d925e8e7670de77e6283963fa151ea0ed77'
Sat, 10 Nov 2007 04:52:20 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.pidgin.next.minor' (head 0c9637482b845cc65e95a26e144697391c51133f)
Sun, 14 Oct 2007 20:53:40 +0000 Richard Laager Re-namespace the #defines to all be PURPLE_REQUEST_UI_HINT_*. I see no
Fri, 16 Nov 2007 23:27:01 +0000 Richard Laager disapproval of revision '4b2b98ecc70947f687d13c902b1b031247b49392'
Sun, 14 Oct 2007 18:07:19 +0000 Gabriel Schulhof Converted string literal UI hints to #define-ed constants and fixed two cast-warnings in gtkblist.c
Sat, 03 Nov 2007 17:04:25 +0000 Nathan Walp don't send a canceled user query
Sat, 03 Nov 2007 05:12:43 +0000 Ka-Hing Cheung propagate from branch 'im.pidgin.cpw.khc.msnp14.soap' (head c3fe9bf88d02997989374e7ecc80a3f2462ee462)
Thu, 25 Oct 2007 07:39:26 +0000 Ka-Hing Cheung explicit merge of '3380c786d272dcd9ab1360f49c3e4e51227af663'
Fri, 16 Nov 2007 23:30:03 +0000 Richard Laager disapproval of revision 'c484d979c4fda4433a9633ff8b69bd8a395c9479'
Sun, 14 Oct 2007 00:26:00 +0000 Richard Laager disapproval of revision '0e5385979f58d6ee74f668bb9b5dfd1ae3b6043f'
Wed, 10 Oct 2007 22:57:51 +0000 Gabriel Schulhof Removed request stuff - now on pidgin-request-ui-hint
Fri, 26 Oct 2007 04:59:23 +0000 Ka-Hing Cheung Patch from Andrew Gaul to constify a bunch of static variables to reduce