Mercurial > pidgin
changeset 27358:46e0f65b14a1
The XOR method is disabled in family_auth.c
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Sun, 05 Jul 2009 19:17:45 +0000 |
parents | 1ae69ca12971 |
children | da8d20538145 d6b0c0d9c789 |
files | libpurple/protocols/oscar/oscar.c |
diffstat | 1 files changed, 2 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/oscar/oscar.c Sun Jul 05 19:07:06 2009 +0000 +++ b/libpurple/protocols/oscar/oscar.c Sun Jul 05 19:17:45 2009 +0000 @@ -1548,9 +1548,8 @@ * authenticate. * * AIM 5.9 and lower use an MD5-based login procedure called "BUCP". - * Note that some people were unable to log in to ICQ using the MD5 - * method, and so ICQ, when not using clientLogin, is still using a - * very insecure XOR-based login scheme. + * This authentication method is used for both ICQ and AIM when + * clientLogin is not enabled. */ if (purple_account_get_bool(account, "use_clientlogin", OSCAR_DEFAULT_USE_CLIENTLOGIN)) { send_client_login(od, purple_account_get_username(account));