*** Plucked rev 6edd4aa8f524b904f6d0c0e4462ebffb9e6f98d1 (markdoliner@pidgin.im):
commitf3c1832ade0d335e0234ad5b762006e75933d039
authorMark Doliner <markdoliner@pidgin.im>
Sat, 18 Feb 2012 23:28:43 +0000 (18 23:28 +0000)
committerMark Doliner <markdoliner@pidgin.im>
Sat, 18 Feb 2012 23:28:43 +0000 (18 23:28 +0000)
treef23e8b2d0a19bd560b1c4e33eccba05dbca5a34c
parent1e43dcf4951c481a22ebe0ff2c069ae7ea26d2cd
*** Plucked rev 6edd4aa8f524b904f6d0c0e4462ebffb9e6f98d1 (markdoliner@pidgin.im):
Change the heuristic we use for setting od->icq.  We used to set it to
true any time the username contained only digits.  Now we set it to try
if account->protocol_id is prpl-icq.  This means we're now relying on the
user to tell us whether their account is AIM or ICQ... and I think that's
fine.

The reason for this change is that we/AOL apparently allow the user to
login to ICQ accounts by entering their email address.  This means we're
no longer able to look at the username to determine whether it's an AIM
name or an ICQ name.

This was a problem because we were trying to format the spacing/capitalization
in the username if the name was an icq email address, which resulted in
an annoying popup error at login.  Fixes #13883.

It's probably safe for this to go into im.pidgin.pidgin (maybe after the
pending release), but I really don't want to keep changing the 2.x.y branch.
I think we need to move on to 3.x.y.

--HG--
branch : release-2.x.y
extra : convert_revision : 2cca525615a367389b1639a5246fbe6d451150c4
ChangeLog
libpurple/protocols/oscar/oscar.c