ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/Net-Bummskraut/TODO
Revision: 1.19
Committed: Sun Mar 11 23:19:43 2007 UTC (17 years, 4 months ago) by elmex
Branch: MAIN
Changes since 1.18: +8 -0 lines
Log Message:
added some todos

File Contents

# User Rev Content
1 elmex 1.19 - fix buffer scroll correction when adding lines
2     - buffer_seen broadcast is a bit racy, lessen the racyness by adding
3     buffer-last-activity timestamps and look whether the broadcast
4     timestamp is newer before removing the highlights
5     (this might also be useful in other places?)
6     - make a buffer list sorted by last activity
7 elmex 1.18 - fix problems when backend goes offline => clear states etc.
8 elmex 1.16 - add startup buffer config selection
9 elmex 1.14 - fix the coro edge world problem
10 elmex 1.16 - fix off-by-one bug in msgline
11 elmex 1.13 - add shutdown function other than ctrl-c to backend
12 elmex 1.12 - add history log for reconnects of the frontend
13 elmex 1.7 - add tcp keep alive to Net::IRC3?
14 elmex 1.4 - improve irc mode setting and general any channel actions
15     - make irc invites being displayed etc.
16 elmex 1.10 - make /presence command (for IRC it toggles just away status)
17 elmex 1.11 - add smarter subscription commands for irc, etc.
18 elmex 1.19 - add groupings of buffers
19     - rework buffer handling => make client more OO
20 elmex 1.10
21 elmex 1.4 - add XMPP support with Net::XMPP2 (which still isn't released)
22 elmex 1.5 - allow correct display of multi-line messages
23    
24     future:
25     - implement formatted messages (for wrap-padding and colors)