im.pidgin.pidgin: 568b030373c034c12f19227bbecc365875d56753
markdoliner at pidgin.im
markdoliner at pidgin.im
Sat Jan 5 02:50:42 EST 2008
-----------------------------------------------------------------
Revision: 568b030373c034c12f19227bbecc365875d56753
Ancestor: d2deb5383b5c426d737a27a17d4e6e3ed33398e1
Author: markdoliner at pidgin.im
Date: 2008-01-05T07:49:15
Branch: im.pidgin.pidgin
Modified files:
libpurple/protocols/oscar/family_auth.c
ChangeLog:
Minor comment changes
-------------- next part --------------
============================================================
--- libpurple/protocols/oscar/family_auth.c 259917a6b930ba154fa499b71b5ede22cd59b8f1
+++ libpurple/protocols/oscar/family_auth.c d815be8a1198dda9769c32e3d5a2f69c81c86e9d
@@ -196,6 +196,10 @@ goddamnicq2(OscarData *od, FlapConnectio
* unknown= 0x0000008b
* serverstore = 0x01
*
+ * @param truncate_pass Truncate the password to 8 characters. This
+ * usually happens for AOL accounts. We are told that we
+ * should truncate it if the 0x0017/0x0007 SNAC contains
+ * a TLV of type 0x0026 with data 0x0000.
*/
int
aim_send_login(OscarData *od, FlapConnection *conn, const char *sn, const char *password, gboolean truncate_pass, ClientInfo *ci, const char *key)
@@ -522,8 +526,8 @@ keyparse(OscarData *od, FlapConnection *
/*
* If the truncate_pass TLV exists then we should truncate the
- * user's password to 8 characters. This flag is sent when you
- * try to log in with an AOL user's screen name.
+ * user's password to 8 characters. This flag is sent to us
+ * when logging in with an AOL user's screen name.
*/
truncate_pass = aim_tlv_gettlv(tlvlist, 0x0026, 1) != NULL;
More information about the Commits
mailing list