diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2010-10-01 23:56:33 -0700 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2010-10-01 23:56:33 -0700 |
commit | 2af3e232ff468b288dd4e0dbdab1a17312d801c5 (patch) | |
tree | 2223aaf2f9fe8f939866db72a25378ffd854ccb4 /doc | |
parent | 62f53b508742804d5df6533150f17d41e6afcbb2 (diff) |
Restore MSN password truncation code. MSN still can't handle passwords
longer than 16 chars and silently fails if you give >16chars.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/CHANGES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index cb071e4c..43345e98 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -51,7 +51,9 @@ Version binaries). - Rewritten MSN module, implementing MSNP15 instead of the old MSNP8: * MSNP8 support from MSN was getting pretty unreliable. There were issues - with remembering display names and adding contacts/auth requests. + with remembering display names and adding contacts/auth requests (or + even contacts silently getting blocked!). This upgrade should fix all + of that. * Support for sending offline messages. * Support for setting and reading status messages. - Support for file transfers, in and out. /DCC SEND a file to a contact and |