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

Comparing Net-Bummskraut/TODO (file contents):
Revision 1.6 by elmex, Wed Mar 7 18:55:37 2007 UTC vs.
Revision 1.23 by elmex, Sun Apr 22 16:38:05 2007 UTC

1- make undirected infos and errors temporary (and static on 'status') 1- handle IRC encoding more gracefully (w.r.t. IRC)
2- make irc erros in backend directed 2- make bummskraut into server
3 3- make /list_subids taking a regex too
4- make toggle-sets for certain buffers (which are shared globally but 4- add command to give overview of the frontend config
5 selected locally) 5- word wrap!
6 6- fix inputhistory down key weirdness
7- fix buffer scroll correction when adding lines
8- buffer_seen broadcast is a bit racy, lessen the racyness by adding
9 buffer-last-activity timestamps and look whether the broadcast
10 timestamp is newer before removing the highlights
11 (this might also be useful in other places?)
12- make a buffer list sorted by last activity
13- fix problems when backend goes offline => clear states etc.
14- add startup buffer config selection
15- fix off-by-one bug in msgline
16- add shutdown function other than ctrl-c to backend
7- improve irc mode setting and general any channel actions 17- improve irc mode setting and general any channel actions
8 - make irc invites being displayed etc. 18 - make irc invites being displayed etc.
19- make /presence command (for IRC it toggles just away status)
20- add smarter subscription commands for irc, etc.
21- add groupings of buffers
22 - rework buffer handling => make client more OO
23
9- add XMPP support with Net::XMPP2 (which still isn't released) 24- add XMPP support with Net::XMPP2 (which still isn't released)
10- add authorisation to backend (digest md5 auth of some kind?)
11- allow correct display of multi-line messages
12 25
13future: 26future:
14- implement formatted messages (for wrap-padding and colors) 27- implement formatted messages (for wrap-padding and colors)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines