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 +++++ doc/TODO | 40 ---------------------------------------- 2 files changed, 5 insertions(+), 40 deletions(-) delete mode 100644 doc/TODO (limited to 'doc') 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 ... diff --git a/doc/TODO b/doc/TODO deleted file mode 100644 index 3bd241ef..00000000 --- a/doc/TODO +++ /dev/null @@ -1,40 +0,0 @@ -TODO for BitlBee: - -We're trying to keep a better TODO list now. The priorities here are somewhat -random, maybe. Or at least they change from time to time. The "After 1.0" -changes are very low-priority, the "Before 1.0" are "highest" priority, the -others are changes we'll do when we feel like doing them. They're usually not -as critical as the "Before 1.0" changes, but still a bit more important than -"After 1.0". - -KNOWN BUGS TO FIX BEFORE 1.0: -- 100% cpu usage bugs. - -> They're still there... :-( -- Check if the IRC send flood protection is reliable now. - -> Probably not, at least it still causes troubles on logging in for some - people. Maybe the thresholds aren't okay yet. Logins are just floody, - nothing we can do about that. - -Some time: (mainly features) -- Rewrite Jabber module - the current one sucks. -- Test Yahoo! groupchats a bit better, because they still seem to be a bit - flakey. - -> There are bug reports from time to time, but we can't do much about - them, possibly it's more a libyahoo2 problem. -- Groupchats - -> Make them work on other nets than MSN/Yahoo as well. -- Make usernames case-insensitive. (On case-insensitive filesystems this - change isn't necessary. This one is going to suck with backward-compati- - bilty...) - -> We'll probably combine this with the introduction of a better file - format for userdata. -- Remind the user of unanswered questions after some time. -- Maybe a way to send global messages. (for server shutdowns, for example) -- Away-auto-replies. -- Allow nick changes. - -After 1.0: (mainly toys) -- File transfers -> DCC -- SSL support? Persistent connections? Things you can do with a bouncer/proxy. -- Support for buddy groups. -- What else? -- 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') 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') 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 46cce70a92b3b541033ea04c854452206bbe7a20 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sat, 3 Dec 2005 15:09:08 +0100 Subject: Removed reference to doc/TODO from FAQ --- doc/FAQ | 19 ++----------------- 1 file changed, 2 insertions(+), 17 deletions(-) (limited to 'doc') diff --git a/doc/FAQ b/doc/FAQ index 2b0ed439..305e85b9 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -38,23 +38,8 @@ A: 'root' is just the name for the most powerful user in BitlBee. Just like artistic creativity. Q: When is $random_feature going to be implemented? -A: Please do consult doc/TODO (preferably in a development snapshot, which - is more up-to-date than a TODO in a release version) before asking. - Please also check the documentation. You'd not be the first one to request - a feature which already exists! - - If your fabulous feature seems not to be requested before, just join - #bitlbee on irc.oftc.net and tell us the news. - - If your feature request is already in the TODO list, of course you can - still request it again/make us know that you'd like to see the feature as - well. But when the feature is in the "post-1.0" list, it's probably not - going to help. Most of the features in this list are low-priority because - we (the developers) don't need (or even want) them. (File transfers are a - good example here.) - Hence, they'll only be implemented when we really got too much spare - time. Obviously, if you're willing to help (i.e. submit a patch), you're - always welcome. +A: It depends on the feature. We keep a list of all wishlist "bugs" in our + Bug Tracking system at http://bugs.bitlbee.org/ Q: The messages I send and/or receive look weird. I see weird characters and annoying HTML codes. Or, BitlBee does evil things when I send messages with -- cgit v1.2.3 From 8f515c822d4bea8439c5ca076d965ae52010ec2d Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 4 Dec 2005 00:49:17 +0100 Subject: Removed FDL text from User Guide. --- doc/user-guide/user-guide.xml | 14 -------------- 1 file changed, 14 deletions(-) (limited to 'doc') diff --git a/doc/user-guide/user-guide.xml b/doc/user-guide/user-guide.xml index eff5998e..e6a6cd66 100644 --- a/doc/user-guide/user-guide.xml +++ b/doc/user-guide/user-guide.xml @@ -20,20 +20,6 @@ - - Permission is granted to copy, distribute and/or modify this - document under the terms of the GNU Free Documentation - License, Version 1.1 or any later version - published by the Free Software Foundation with no Invariant - Sections, no Front-Cover Texts, and no Back-Cover Texts. You - may obtain a copy of the GNU Free Documentation - License from the Free Software Foundation by - visiting their - Web site or by writing to: Free Software Foundation, - Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, - USA. - -- cgit v1.2.3 From ed5970042daafa82eb7b500d8bed476a2b230614 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 4 Dec 2005 03:32:13 +0100 Subject: This is not quite the initial release! :-) --- doc/user-guide/user-guide.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/user-guide/user-guide.xml b/doc/user-guide/user-guide.xml index e6a6cd66..5b881fb2 100644 --- a/doc/user-guide/user-guide.xml +++ b/doc/user-guide/user-guide.xml @@ -23,7 +23,10 @@ - This is the initial release of the BitlBee User Guide. + This is the BitlBee User Guide. For now, the on-line help is + the most up-to-date documentation. Although this document shares + some parts with the on-line help system, other parts might be + very outdated. -- cgit v1.2.3 From bad4a5869128fa8d877d4def4c7e10d044423e73 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Sun, 4 Dec 2005 03:38:18 +0100 Subject: README additions --- doc/README | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'doc') diff --git a/doc/README b/doc/README index cb160b88..cd0085ff 100644 --- a/doc/README +++ b/doc/README @@ -107,11 +107,10 @@ not daemons). See utils/bitlbeed.c for more information about the program. -Just a little note: We run our public server im.bitlbee.org for a couple of -months now, and so far we haven't experienced this problem yet. The only -BitlBee processes killed because of CPU-time overuse were running for a long -time already, they were usually killed during the MSN login process (which -is quite CPU-time consuming). +Just a little note: Now that we reach version 1.0, this shouldn't be that +much of an issue anymore. However, on a public server, especially if you +also use it for other things, it can't hurt to protect yourself against +possible problems. USAGE @@ -145,6 +144,12 @@ WEBSITE You can find new releases of BitlBee at: http://www.bitlbee.org/ +The bug tracking system: +http://bugs.bitlbee.org/ + +Our version control system is Bazaar-NG. Our repository is at: +http://code.bitlbee.org/ + A NOTE ON ENCRYPTION ==================== @@ -186,5 +191,5 @@ also licensed under the GPL. BitlBee - An IRC to other chat networks gateway - Copyright (C) 2002-2004 Wilmer van der Gaast + Copyright (C) 2002-2005 Wilmer van der Gaast and others -- 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/AUTHORS | 2 +- doc/CHANGES | 11 +++++++++-- doc/FAQ | 7 +++++-- 3 files changed, 15 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/AUTHORS b/doc/AUTHORS index 82d81862..6dab1040 100644 --- a/doc/AUTHORS +++ b/doc/AUTHORS @@ -3,7 +3,7 @@ Current developers: Wilmer van der Gaast Main developer -Jelmer 'ctrlsoft' Vernooij +Jelmer 'ctrlsoft' Vernooij Documentation, general hacking, Win32 port Maurits Dijkstra 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 diff --git a/doc/FAQ b/doc/FAQ index 305e85b9..a47e066e 100644 --- a/doc/FAQ +++ b/doc/FAQ @@ -45,8 +45,11 @@ Q: The messages I send and/or receive look weird. I see weird characters and annoying HTML codes. Or, BitlBee does evil things when I send messages with non-ASCII characters! A: You probably have to change some settings. To get rid of HTML in messages, - see "help set html". If you seem to have problems with your charset, see - "help set charset". + see "help set strip_html". If you seem to have problems with your charset, + see "help set charset". + + Although actually most of these problems should be gone by now. So if you + can't get things to work well, you might have found a bug. Q: Is BitlBee forked from Gaim? A: BitlBee 0.7 was, sort-of. It contained a lot of code from Gaim 0.58 -- cgit v1.2.3