comparison ChangeLog @ 25035:89670ae028bd

The MSN AddressBook can contain contacts with global isMessengerUser=false, but with isMessengerEnabled=true for a specific email (for federated/Yahoo! buddies). Re-arrange the code so it will find these types of contacts as well instead of bailing when it thinks that the contact is not (globally) enabled for messenger. Now it should stop attempting to add federated/Yahoo! buddies to your list repeatedly every time you sign in. You may need to manually remove the duplicates (Not in Pidgin/Finch. See the FAQ for more info). References #3322. References #6755.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sat, 31 Jan 2009 07:37:11 +0000
parents 2c80f3d839c7
children a214dc3807f8
comparison
equal deleted inserted replaced
25034:ea9e0fa89c02 25035:89670ae028bd
1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul 1 Pidgin and Finch: The Pimpin' Penguin IM Clients That're Good for the Soul
2 2
3 version 2.5.5 (??/??/????): 3 version 2.5.5 (??/??/????):
4 libpurple: 4 libpurple:
5 * Fix transfer of buddy icons, custom smileys, and files from the
6 latest Windows Live Messenger 9 official client. (Thomas
7 Gibson-Robinson)
8 * Fix a crash when removing an account with an unknown protocol id. 5 * Fix a crash when removing an account with an unknown protocol id.
9 * Large (multi-part) messages on MSN are now correctly re-combined.
10 * Beta support for SSL connections for AIM and ICQ accounts. To 6 * Beta support for SSL connections for AIM and ICQ accounts. To
11 enable, check the "Use SSL" option from the Advanced tab when 7 enable, check the "Use SSL" option from the Advanced tab when
12 editing your AIM or ICQ account. (Paul Aurich) 8 editing your AIM or ICQ account. (Paul Aurich)
13 * Fix retrieval of ICQ status messages from users of ICQ 6.x, Miranda, 9 * Fix retrieval of ICQ status messages from users of ICQ 6.x, Miranda,
14 and other libpurple clients (fixes with libpurple users only on 10 and other libpurple clients (fixes with libpurple users only on
15 statuses other than Available). (Daniel Ljungborg) 11 statuses other than Available). (Daniel Ljungborg)
12
13 MSN:
14 * Fix transfer of buddy icons, custom smileys, and files from the
15 latest Windows Live Messenger 9 official client. (Thomas
16 Gibson-Robinson)
17 * Large (multi-part) messages are now correctly re-combined.
18 * Federated/Yahoo! buddies should now stop creating sync issues at
19 every signin. You may need to remove duplicates in the Address
20 Book. See the FAQ for more information.
16 21
17 Finch: 22 Finch:
18 * Allow rebinding keys to change the focused widget (details in the 23 * Allow rebinding keys to change the focused widget (details in the
19 man-page, look for GntBox::binding) 24 man-page, look for GntBox::binding)
20 25