1 | - make undirected infos and errors temporary (and static on 'status') |
1 | - handle IRC encoding more gracefully (w.r.t. IRC) |
2 | - make irc erros in backend directed |
2 | - make /list_subids taking a regex too |
3 | - fix cfg:server stuff on client connect (remove it and replace by local help) |
3 | - add command to give overview of the frontend config |
4 | - make /presence command (for IRC it toggles just away status) |
4 | - fix inputhistory down key weirdness |
5 | - scroll markers!!!! |
5 | - word wrap! |
6 | |
6 | - buffer_seen broadcast is a bit racy, lessen the racyness by adding |
7 | - add tcp keep alive to Net::IRC3? |
7 | buffer-last-activity timestamps and look whether the broadcast |
8 | |
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 | - add startup buffer config selection |
|
|
12 | - maybe just by cmd line arguments! |
|
|
13 | - fix off-by-one bug in msgline |
|
|
14 | - add shutdown function other than ctrl-c to backend |
9 | - improve irc mode setting and general any channel actions |
15 | - improve irc mode setting and general any channel actions |
10 | - make irc invites being displayed etc. |
16 | - make irc invites being displayed etc. |
|
|
17 | - add kick, quit, etc. |
|
|
18 | - add smarter subscription commands for irc, etc. |
|
|
19 | - make groups in buffers more useful |
|
|
20 | |
11 | - add XMPP support with Net::XMPP2 (which still isn't released) |
21 | - add XMPP support with Net::XMPP2 (which still isn't released) |
12 | - add authorisation to backend (digest md5 auth of some kind?) |
22 | - implement chat-state notifications (should be doable) |
13 | - allow correct display of multi-line messages |
23 | - make /presence command (for IRC it toggles just away status) |
|
|
24 | |
|
|
25 | - make bummskraut into server |
14 | |
26 | |
15 | future: |
27 | future: |
16 | - implement formatted messages (for wrap-padding and colors) |
28 | - implement formatted messages (for wrap-padding and colors) |