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.21 by elmex, Wed Apr 18 21:10:04 2007 UTC

1- make subid listing sort case insensitive 1- make bummskraut into server
2- make subscribe jump to the destination buffer 2- make /list_subids taking a regex too
3- make undirected infos and errors temporary (and static on 'status') 3- add timer in backend which tries to reconnect periodically
4- make irc erros in backend directed 4 - maybe with longer timeouts with a max of: once an hour
5 5- think about removing the weird cfg:server hack
6- make toggle-sets for certain buffers (which are shared globally but 6 and add some commands to the frontend instead
7 selected locally) 7 - /backend_config set|remove <scheme>
8 8 - /backend_config - list configuration
9- add command to give overview of the frontend config
10- maybe add 'refresh' command to protocol which tells the server
11 to tell it's schemes to retry connections and joins etc.
12 (maybe with optional arguemnt for scheme selection)
13- word wrap!
14- fix inputhistory down key weirdness
15- fix buffer scroll correction when adding lines
16- buffer_seen broadcast is a bit racy, lessen the racyness by adding
17 buffer-last-activity timestamps and look whether the broadcast
18 timestamp is newer before removing the highlights
19 (this might also be useful in other places?)
20- make a buffer list sorted by last activity
21- fix problems when backend goes offline => clear states etc.
22- add startup buffer config selection
23- fix the coro edge world problem
24- fix off-by-one bug in msgline
25- add shutdown function other than ctrl-c to backend
26- add history log for reconnects of the frontend
27- add tcp keep alive to Net::IRC3?
9- improve irc mode setting and general any channel actions 28- improve irc mode setting and general any channel actions
10 - make irc invites being displayed etc. 29 - make irc invites being displayed etc.
30- make /presence command (for IRC it toggles just away status)
31- add smarter subscription commands for irc, etc.
32- add groupings of buffers
33 - rework buffer handling => make client more OO
34
11- add XMPP support with Net::XMPP2 (which still isn't released) 35- add XMPP support with Net::XMPP2 (which still isn't released)
12- add authorisation to backend (digest md5 auth of some kind?)
13- allow correct display of multi-line messages 36- allow correct display of multi-line messages
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