Changes in protocols/oscar/service.c [e88fe7da:5ebff60]
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/oscar/service.c
re88fe7da r5ebff60 157 157 158 158 /* 159 * OSCAR defines several 'rate classes'. Each class has sep arate159 * OSCAR defines several 'rate classes'. Each class has seperate 160 160 * rate limiting properties (limit level, alert level, disconnect 161 161 * level, etc), and a set of SNAC family/type pairs associated with … … 709 709 * of memory. (I won't put it past them to start requesting data in 710 710 * less static regions -- regions that are initialized at run time, but still 711 * before the client rec eives this request.)712 * 713 * When the client rec eives the request, it adds it to the current ds711 * before the client recieves this request.) 712 * 713 * When the client recieves the request, it adds it to the current ds 714 714 * (0x00400000) and dereferences it, copying the data into a buffer which 715 715 * it then runs directly through the MD5 hasher. The 16 byte output of … … 723 723 * download a FREE, fully featured, and authorized client, here 724 724 * http://www.aol.com/aim/download2.html" 725 * The connection is then closed, rec eiving disconnect code 1, URL725 * The connection is then closed, recieving disconnect code 1, URL 726 726 * http://www.aim.aol.com/errors/USER_LOGGED_OFF_NEW_LOGIN.html. 727 727 * 728 728 * Note, however, that numerous inconsistencies can cause the above error, 729 * not just sending back a bad hash. Do not immediat ely suspect this code729 * not just sending back a bad hash. Do not immediatly suspect this code 730 730 * if you get disconnected. AOL and the open/free software community have 731 731 * played this game for a couple years now, generating the above message 732 * on numerous oc casions.732 * on numerous ocassions. 733 733 * 734 734 * Anyway, neener. We win again.
Note: See TracChangeset
for help on using the changeset viewer.