ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-Bummskraut/TODO
Revision: 1.23
Committed: Sun Apr 22 16:38:05 2007 UTC (17 years, 3 months ago) by elmex
Branch: MAIN
Changes since 1.22: +0 -13 lines
Log Message:
implemnted multilines and scrolling works now better wrt. to addition
of new lines.

File Contents

# User Rev Content
1 elmex 1.22 - handle IRC encoding more gracefully (w.r.t. IRC)
2 elmex 1.21 - make bummskraut into server
3     - make /list_subids taking a regex too
4 elmex 1.20 - add command to give overview of the frontend config
5     - word wrap!
6     - fix inputhistory down key weirdness
7 elmex 1.19 - 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 elmex 1.18 - fix problems when backend goes offline => clear states etc.
14 elmex 1.16 - add startup buffer config selection
15     - fix off-by-one bug in msgline
16 elmex 1.13 - add shutdown function other than ctrl-c to backend
17 elmex 1.4 - improve irc mode setting and general any channel actions
18     - make irc invites being displayed etc.
19 elmex 1.10 - make /presence command (for IRC it toggles just away status)
20 elmex 1.11 - add smarter subscription commands for irc, etc.
21 elmex 1.19 - add groupings of buffers
22     - rework buffer handling => make client more OO
23 elmex 1.10
24 elmex 1.4 - add XMPP support with Net::XMPP2 (which still isn't released)
25 elmex 1.5
26     future:
27     - implement formatted messages (for wrap-padding and colors)