source: doc/TODO @ 2cdd8ce

Last change on this file since 2cdd8ce was b7d3cc34, checked in by Wilmer van der Gaast <wilmer@…>, at 2005-11-06T18:23:18Z

Initial repository (0.99 release tree)

  • Property mode set to 100644
File size: 1.7 KB
Line 
1TODO for BitlBee:
2
3We're trying to keep a better TODO list now. The priorities here are somewhat
4random, maybe. Or at least they change from time to time. The "After 1.0"
5changes are very low-priority, the "Before 1.0" are "highest" priority, the
6others are changes we'll do when we feel like doing them. They're usually not
7as critical as the "Before 1.0" changes, but still a bit more important than
8"After 1.0".
9
10KNOWN BUGS TO FIX BEFORE 1.0:
11- 100% cpu usage bugs.
12  -> They're still there... :-(
13- Check if the IRC send flood protection is reliable now.
14  -> Probably not, at least it still causes troubles on logging in for some
15     people. Maybe the thresholds aren't okay yet. Logins are just floody,
16     nothing we can do about that.
17
18Some time: (mainly features)
19- Rewrite Jabber module - the current one sucks.
20- Test Yahoo! groupchats a bit better, because they still seem to be a bit
21  flakey.
22  -> There are bug reports from time to time, but we can't do much about
23     them, possibly it's more a libyahoo2 problem.
24- Groupchats
25  -> Make them work on other nets than MSN/Yahoo as well.
26- Make usernames case-insensitive. (On case-insensitive filesystems this
27  change isn't necessary. This one is going to suck with backward-compati-
28  bilty...)
29  -> We'll probably combine this with the introduction of a better file
30     format for userdata.
31- Remind the user of unanswered questions after some time.
32- Maybe a way to send global messages. (for server shutdowns, for example)
33- Away-auto-replies.
34- Allow nick changes.
35
36After 1.0: (mainly toys)
37- File transfers -> DCC
38- SSL support? Persistent connections? Things you can do with a bouncer/proxy.
39- Support for buddy groups.
40- What else?
Note: See TracBrowser for help on using the repository browser.