Mercurial > pidgin.yaz
comparison libpurple/protocols/myspace/myspace.h @ 17941:dcbb535e8d55
Lowercase password before sending it. Closes #2066.
author | Jeffrey Connelly <jaconnel@calpoly.edu> |
---|---|
date | Wed, 11 Jul 2007 05:17:18 +0000 |
parents | 13bba54b429d |
children | c109b7f1c739 |
comparison
equal
deleted
inserted
replaced
17940:1f08b7a0fc12 | 17941:dcbb535e8d55 |
---|---|
105 #define MSIM_BM_ACTION 121 | 105 #define MSIM_BM_ACTION 121 |
106 /* #define MSIM_BM_UNKNOWN1 122 */ | 106 /* #define MSIM_BM_UNKNOWN1 122 */ |
107 | 107 |
108 /* Authentication algorithm for login2 */ | 108 /* Authentication algorithm for login2 */ |
109 #define MSIM_AUTH_ALGORITHM 196610 | 109 #define MSIM_AUTH_ALGORITHM 196610 |
110 | |
111 /* Recognized challenge length */ | |
112 #define MSIM_AUTH_CHALLENGE_LENGTH 0x40 | |
110 | 113 |
111 /* TODO: obtain IPs of network interfaces from user's machine, instead of | 114 /* TODO: obtain IPs of network interfaces from user's machine, instead of |
112 * hardcoding these values below (used in msim_compute_login_response). | 115 * hardcoding these values below (used in msim_compute_login_response). |
113 * This is not immediately | 116 * This is not immediately |
114 * important because you can still connect and perform basic | 117 * important because you can still connect and perform basic |