pidgin: d40ff779: The XOR method is disabled in family_aut...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Sun Jul 5 15:20:27 EDT 2009


-----------------------------------------------------------------
Revision: d40ff779cb2ac50fdebb641c6e7c64903dbd4421
Ancestor: e6b1541f9ee79737b751ff59336df16bb240899c
Author: darkrain42 at pidgin.im
Date: 2009-07-05T19:17:45
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/d40ff779cb2ac50fdebb641c6e7c64903dbd4421

Modified files:
        libpurple/protocols/oscar/oscar.c

ChangeLog: 

The XOR method is disabled in family_auth.c

-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/oscar.c	1262a774c28e1958d82b82ba638607185e90a8ac
+++ libpurple/protocols/oscar/oscar.c	e11e875546106d01efbd959e5d1d89b8398c11db
@@ -1548,9 +1548,8 @@ oscar_login(PurpleAccount *account)
 	 * 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));


More information about the Commits mailing list