ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-Bummskraut/TODO
Revision: 1.30
Committed: Fri Jul 6 07:27:22 2007 UTC (17 years ago) by elmex
Branch: MAIN
CVS Tags: HEAD
Changes since 1.29: +2 -0 lines
Log Message:
fixed cfg:perl and added data::dumper there.
added update interval for XMPP

File Contents

# User Rev Content
1 elmex 1.30 - finally make an end of the irc casing issue. maybe build
2     some normalizing into Net::IRC3?
3 elmex 1.29 - make again sure that irc nicks that do stuff to you (CTCP!)
4     becomming present.
5 elmex 1.28 - think about Gtk interface to handle stuff...
6     useful? not useful? implement it only via distributed
7     network? or later? special protocol? or integrate?
8    
9 elmex 1.22 - handle IRC encoding more gracefully (w.r.t. IRC)
10 elmex 1.21 - make /list_subids taking a regex too
11 elmex 1.20 - add command to give overview of the frontend config
12 elmex 1.24 - fix inputhistory down key weirdness
13 elmex 1.20 - word wrap!
14 elmex 1.19 - 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 elmex 1.16 - add startup buffer config selection
20 elmex 1.24 - maybe just by cmd line arguments!
21 elmex 1.16 - fix off-by-one bug in msgline
22 elmex 1.13 - add shutdown function other than ctrl-c to backend
23 elmex 1.4 - improve irc mode setting and general any channel actions
24     - make irc invites being displayed etc.
25 elmex 1.25 - add kick, quit, etc.
26 elmex 1.11 - add smarter subscription commands for irc, etc.
27 elmex 1.27 - make groups in buffers more useful
28 elmex 1.10
29 elmex 1.28 - implement chat-state notifications (should be doable)
30     - fix subscription from auto-subscribe to something that
31     the user can aknowledge
32 elmex 1.24
33     - make bummskraut into server
34 elmex 1.5
35 elmex 1.28 - rethink protocol handling, it's way tooo complicated
36     to add new protocol commands. it's a mess... horrible
37    
38 elmex 1.5 future:
39     - implement formatted messages (for wrap-padding and colors)