comparison ChangeLog @ 29049:23f6f80f45ed

Due to a server change, the friendly name on MSN was being changed to the first name of the user as supplied in their Address Book. Cache friendly names and use that at login, with a fallback to the AB name when none has been set. Fixes #10763.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 28 Nov 2009 23:13:55 +0000
parents 2ab56f7e801e
children ce29013a5f3a
comparison
equal deleted inserted replaced
29048:7e1b78738352 29049:23f6f80f45ed
30 * Fix a crash that could occur when adding a buddy. 30 * Fix a crash that could occur when adding a buddy.
31 * Fix an occasional crash when sending message to an offline user. 31 * Fix an occasional crash when sending message to an offline user.
32 * Fix a random crash that might occur when idle. 32 * Fix a random crash that might occur when idle.
33 * Fix a crash when logging in with some long non-ASCII passwords. 33 * Fix a crash when logging in with some long non-ASCII passwords.
34 (Shaun Lindsay) 34 (Shaun Lindsay)
35 * Cache our own friendly name as the server no longer does that for
36 us. Users of older versions may need to re-set their friendly name
37 as it has probably been reset.
35 38
36 XMPP: 39 XMPP:
37 * Users connecting to Google Talk now have an "Initiate Chat" context menu 40 * Users connecting to Google Talk now have an "Initiate Chat" context menu
38 option for their buddies. (Eion Robb) 41 option for their buddies. (Eion Robb)
39 * Fix a crash when attempting to validate an invalid JID. 42 * Fix a crash when attempting to validate an invalid JID.