1 | - add timer in backend which tries to reconnect periodically |
1 | - handle IRC encoding more gracefully (w.r.t. IRC) |
2 | - maybe with longer timeouts with a max of: once an hour |
2 | - make /list_subids taking a regex too |
3 | - think about removing the weird cfg:server hack |
|
|
4 | and add some commands to the frontend instead |
|
|
5 | - /backend_config set|remove <scheme> |
|
|
6 | - /backend_config - list configuration |
|
|
7 | - add command to give overview of the frontend config |
3 | - add command to give overview of the frontend config |
8 | - maybe add 'refresh' command to protocol which tells the server |
4 | - fix inputhistory down key weirdness |
9 | to tell it's schemes to retry connections and joins etc. |
|
|
10 | (maybe with optional arguemnt for scheme selection) |
|
|
11 | - word wrap! |
5 | - word wrap! |
12 | - fix inputhistory down key weirdness |
|
|
13 | - fix buffer scroll correction when adding lines |
|
|
14 | - buffer_seen broadcast is a bit racy, lessen the racyness by adding |
6 | - buffer_seen broadcast is a bit racy, lessen the racyness by adding |
15 | buffer-last-activity timestamps and look whether the broadcast |
7 | buffer-last-activity timestamps and look whether the broadcast |
16 | timestamp is newer before removing the highlights |
8 | timestamp is newer before removing the highlights |
17 | (this might also be useful in other places?) |
9 | (this might also be useful in other places?) |
18 | - make a buffer list sorted by last activity |
10 | - make a buffer list sorted by last activity |
19 | - fix problems when backend goes offline => clear states etc. |
|
|
20 | - add startup buffer config selection |
11 | - add startup buffer config selection |
21 | - fix the coro edge world problem |
12 | - maybe just by cmd line arguments! |
22 | - fix off-by-one bug in msgline |
13 | - fix off-by-one bug in msgline |
23 | - add shutdown function other than ctrl-c to backend |
14 | - add shutdown function other than ctrl-c to backend |
24 | - add history log for reconnects of the frontend |
|
|
25 | - add tcp keep alive to Net::IRC3? |
|
|
26 | - improve irc mode setting and general any channel actions |
15 | - improve irc mode setting and general any channel actions |
27 | - make irc invites being displayed etc. |
16 | - make irc invites being displayed etc. |
28 | - make /presence command (for IRC it toggles just away status) |
17 | - add kick, quit, etc. |
29 | - add smarter subscription commands for irc, etc. |
18 | - add smarter subscription commands for irc, etc. |
30 | - add groupings of buffers |
19 | - make groups in buffers more useful |
31 | - rework buffer handling => make client more OO |
|
|
32 | |
20 | |
33 | - add XMPP support with Net::XMPP2 (which still isn't released) |
21 | - add XMPP support with Net::XMPP2 (which still isn't released) |
34 | - allow correct display of multi-line messages |
22 | - implement chat-state notifications (should be doable) |
|
|
23 | - make /presence command (for IRC it toggles just away status) |
|
|
24 | |
|
|
25 | - make bummskraut into server |
35 | |
26 | |
36 | future: |
27 | future: |
37 | - implement formatted messages (for wrap-padding and colors) |
28 | - implement formatted messages (for wrap-padding and colors) |