ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-Bummskraut/TODO
Revision: 1.28
Committed: Mon Jun 25 14:47:18 2007 UTC (17 years ago) by elmex
Branch: MAIN
Changes since 1.27: +10 -3 lines
Log Message:
implemented xmpp subscriptions

File Contents

# User Rev Content
1 elmex 1.28 - think about Gtk interface to handle stuff...
2     useful? not useful? implement it only via distributed
3     network? or later? special protocol? or integrate?
4    
5 elmex 1.22 - handle IRC encoding more gracefully (w.r.t. IRC)
6 elmex 1.21 - make /list_subids taking a regex too
7 elmex 1.20 - add command to give overview of the frontend config
8 elmex 1.24 - fix inputhistory down key weirdness
9 elmex 1.20 - word wrap!
10 elmex 1.19 - buffer_seen broadcast is a bit racy, lessen the racyness by adding
11     buffer-last-activity timestamps and look whether the broadcast
12     timestamp is newer before removing the highlights
13     (this might also be useful in other places?)
14     - make a buffer list sorted by last activity
15 elmex 1.16 - add startup buffer config selection
16 elmex 1.24 - maybe just by cmd line arguments!
17 elmex 1.16 - fix off-by-one bug in msgline
18 elmex 1.13 - add shutdown function other than ctrl-c to backend
19 elmex 1.4 - improve irc mode setting and general any channel actions
20     - make irc invites being displayed etc.
21 elmex 1.25 - add kick, quit, etc.
22 elmex 1.11 - add smarter subscription commands for irc, etc.
23 elmex 1.27 - make groups in buffers more useful
24 elmex 1.10
25 elmex 1.28 - implement chat-state notifications (should be doable)
26     - fix subscription from auto-subscribe to something that
27     the user can aknowledge
28 elmex 1.24
29     - make bummskraut into server
30 elmex 1.5
31 elmex 1.28 - rethink protocol handling, it's way tooo complicated
32     to add new protocol commands. it's a mess... horrible
33    
34 elmex 1.5 future:
35     - implement formatted messages (for wrap-padding and colors)