ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-Bummskraut/TODO
(Generate patch)

Comparing Net-Bummskraut/TODO (file contents):
Revision 1.5 by elmex, Wed Mar 7 18:37:38 2007 UTC vs.
Revision 1.30 by elmex, Fri Jul 6 07:27:22 2007 UTC

1- make subid listing sort case insensitive 1- finally make an end of the irc casing issue. maybe build
2- make subscribe jump to the destination buffer 2 some normalizing into Net::IRC3?
3- make undirected infos and errors temporary (and static on 'status') 3- make again sure that irc nicks that do stuff to you (CTCP!)
4- make irc erros in backend directed 4 becomming present.
5- think about Gtk interface to handle stuff...
6 useful? not useful? implement it only via distributed
7 network? or later? special protocol? or integrate?
5 8
6- make toggle-sets for certain buffers (which are shared globally but 9- handle IRC encoding more gracefully (w.r.t. IRC)
7 selected locally) 10- make /list_subids taking a regex too
8 11- add command to give overview of the frontend config
12- fix inputhistory down key weirdness
13- word wrap!
14- buffer_seen broadcast is a bit racy, lessen the racyness by adding
15 buffer-last-activity timestamps and look whether the broadcast
16 timestamp is newer before removing the highlights
17 (this might also be useful in other places?)
18- make a buffer list sorted by last activity
19- add startup buffer config selection
20 - maybe just by cmd line arguments!
21- fix off-by-one bug in msgline
22- add shutdown function other than ctrl-c to backend
9- improve irc mode setting and general any channel actions 23- improve irc mode setting and general any channel actions
10 - make irc invites being displayed etc. 24 - make irc invites being displayed etc.
11- add XMPP support with Net::XMPP2 (which still isn't released) 25 - add kick, quit, etc.
12- add authorisation to backend (digest md5 auth of some kind?) 26- add smarter subscription commands for irc, etc.
13- allow correct display of multi-line messages 27- make groups in buffers more useful
28
29- implement chat-state notifications (should be doable)
30- fix subscription from auto-subscribe to something that
31 the user can aknowledge
32
33- make bummskraut into server
34
35- rethink protocol handling, it's way tooo complicated
36 to add new protocol commands. it's a mess... horrible
14 37
15future: 38future:
16- implement formatted messages (for wrap-padding and colors) 39- implement formatted messages (for wrap-padding and colors)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines