ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-Bummskraut/TODO
Revision: 1.25
Committed: Sun Jun 24 17:17:21 2007 UTC (17 years, 1 month ago) by elmex
Branch: MAIN
Changes since 1.24: +3 -2 lines
Log Message:
implemented XMPP finally!

File Contents

# User Rev Content
1 elmex 1.22 - handle IRC encoding more gracefully (w.r.t. IRC)
2 elmex 1.21 - make /list_subids taking a regex too
3 elmex 1.20 - add command to give overview of the frontend config
4 elmex 1.24 - fix inputhistory down key weirdness
5 elmex 1.20 - word wrap!
6 elmex 1.19 - buffer_seen broadcast is a bit racy, lessen the racyness by adding
7     buffer-last-activity timestamps and look whether the broadcast
8     timestamp is newer before removing the highlights
9     (this might also be useful in other places?)
10     - make a buffer list sorted by last activity
11 elmex 1.16 - add startup buffer config selection
12 elmex 1.24 - maybe just by cmd line arguments!
13 elmex 1.16 - fix off-by-one bug in msgline
14 elmex 1.13 - add shutdown function other than ctrl-c to backend
15 elmex 1.4 - improve irc mode setting and general any channel actions
16     - make irc invites being displayed etc.
17 elmex 1.25 - add kick, quit, etc.
18 elmex 1.11 - add smarter subscription commands for irc, etc.
19 elmex 1.19 - add groupings of buffers
20 elmex 1.25 - rework buffer handling => make client more OO?!
21     - probably only adding a group tag is enough :)
22 elmex 1.10
23 elmex 1.4 - add XMPP support with Net::XMPP2 (which still isn't released)
24 elmex 1.24 - implement chat-state notifications (should be doable)
25     - make /presence command (for IRC it toggles just away status)
26    
27     - make bummskraut into server
28 elmex 1.5
29     future:
30     - implement formatted messages (for wrap-padding and colors)