comparison libpurple/protocols/oscar/oscar.c @ 27440: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 979031db48c1
children 714f9352e844
comparison
equal deleted inserted replaced
27439:1ae69ca12971 27440:46e0f65b14a1
1546 * which includes a new login method called clientLogin. It is similar 1546 * which includes a new login method called clientLogin. It is similar
1547 * (though not the same?) as what the AIM 6.0 series uses to 1547 * (though not the same?) as what the AIM 6.0 series uses to
1548 * authenticate. 1548 * authenticate.
1549 * 1549 *
1550 * AIM 5.9 and lower use an MD5-based login procedure called "BUCP". 1550 * AIM 5.9 and lower use an MD5-based login procedure called "BUCP".
1551 * Note that some people were unable to log in to ICQ using the MD5 1551 * This authentication method is used for both ICQ and AIM when
1552 * method, and so ICQ, when not using clientLogin, is still using a 1552 * clientLogin is not enabled.
1553 * very insecure XOR-based login scheme.
1554 */ 1553 */
1555 if (purple_account_get_bool(account, "use_clientlogin", OSCAR_DEFAULT_USE_CLIENTLOGIN)) { 1554 if (purple_account_get_bool(account, "use_clientlogin", OSCAR_DEFAULT_USE_CLIENTLOGIN)) {
1556 send_client_login(od, purple_account_get_username(account)); 1555 send_client_login(od, purple_account_get_username(account));
1557 } else { 1556 } else {
1558 FlapConnection *newconn; 1557 FlapConnection *newconn;