diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-12-04 22:55:15 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2005-12-04 22:55:15 +0100 |
commit | 019c031a8d77fa8f21792ccf0e07c2dfa058ce5f (patch) | |
tree | 116b7dc98dc8b4d4805a02f7e5d4ce64c95b9eac /doc/CHANGES | |
parent | 500a1b60d3dd0565d215721e0db7ec7da2dec2e0 (diff) | |
parent | d636233a518fbe46264230866d4b8ea463f1474e (diff) |
Merge from Wilmer
Diffstat (limited to 'doc/CHANGES')
-rw-r--r-- | doc/CHANGES | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/doc/CHANGES b/doc/CHANGES index 2981a378..7b95e8cb 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -10,8 +10,26 @@ Version 1.0: - Cleaned up some unnecessary code in the Jabber module, and implemented handlers for headline messages (which allows you to use RSS-to-Jabber gateways). - -Finished ... +- Lowered the line splitting limit a bit to fix data loss issues. +- The $proto($handle) format used for messages specific to one IM-connection + now only include the ($handle) part when there's more than one $proto- + connection. +- Fix for a crash-bug on broken Jabber/SSL connections. +- Incoming typing notifications now also come in as CTCP TYPING messages, for + better consistency. Don't forget to update your scripts! +- AIM typing notifications are supported now. +- Jabber module only accepts ports 5220-5229 now, to prevent people from + abusing it as a port scanner. We aren't aware of any Jabber server that + runs on other ports than those. If you are, please warn us. +- Send flood protection can't be enabled anymore. It was disabled by default + for a good reason for some time already, but some package maintainers + turned it back on while it's way too unreliable and trigger-happy to be + used. +- Removed TODO file, the current to-do list is always in the on-line bug + tracking system. +- Fixed a potential DoS bug in input handling. + +Finished 4 Dec 2005 Version 0.99: - Fixed memory initialization bug in OSCAR module that caused crashes on |