From ef53ba88817395cdfd012e839715f833d2f6cefb Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 29 Nov 2005 02:38:19 +0100 Subject: Updated the user-changelog (should we forget about that one and auto-generate one from bzr logs after 1.0?), removed doc/TODO --- doc/CHANGES | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'doc/CHANGES') diff --git a/doc/CHANGES b/doc/CHANGES index 2981a378..a2a3cfd2 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -10,6 +10,11 @@ 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). +- 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. Finished ... -- cgit v1.2.3 From a40a2c298b6a45542255aa703ebc441487f05c4e Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Tue, 29 Nov 2005 10:03:00 +0100 Subject: Forgot some CHANGES entries.. --- doc/CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/CHANGES') diff --git a/doc/CHANGES b/doc/CHANGES index a2a3cfd2..1f7f69c4 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -15,6 +15,9 @@ Version 1.0: 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. Finished ... -- cgit v1.2.3 From 027d2ebf750a011bf544f7d279cfb706594e5d05 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Fri, 2 Dec 2005 12:43:47 +0100 Subject: Modified CHANGES, and extended the allowed port range a bit. --- doc/CHANGES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/CHANGES') diff --git a/doc/CHANGES b/doc/CHANGES index 1f7f69c4..9ccf77c0 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -18,6 +18,9 @@ Version 1.0: - 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. Finished ... -- cgit v1.2.3 From 40657a3c74839652d1ac36844791a0532a5281f8 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 4 Dec 2005 03:49:07 +0100 Subject: ChangeLog update, this should cover all important changes in 1.0. Also updated the FAQ a bit more. --- doc/CHANGES | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) (limited to 'doc/CHANGES') diff --git a/doc/CHANGES b/doc/CHANGES index 9ccf77c0..7b95e8cb 100644 --- a/doc/CHANGES +++ b/doc/CHANGES @@ -21,8 +21,15 @@ Version 1.0: - 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. - -Finished ... +- 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 -- cgit v1.2.3