aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/CHANGES5
-rw-r--r--doc/TODO40
2 files changed, 5 insertions, 40 deletions
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?