1 | - when a xmpp connection goes away we need to sync the state information |
|
|
2 | of IDs that are gone with the server side. currently we will have ghost |
|
|
3 | presences i guess? check this ... |
|
|
4 | |
|
|
5 | - handle IRC encoding more gracefully (w.r.t. IRC) |
1 | - handle IRC encoding more gracefully (w.r.t. IRC) |
6 | - make /list_subids taking a regex too |
2 | - make /list_subids taking a regex too |
7 | - add command to give overview of the frontend config |
3 | - add command to give overview of the frontend config |
8 | - fix inputhistory down key weirdness |
4 | - fix inputhistory down key weirdness |
9 | - word wrap! |
5 | - word wrap! |
… | |
… | |
18 | - add shutdown function other than ctrl-c to backend |
14 | - add shutdown function other than ctrl-c to backend |
19 | - improve irc mode setting and general any channel actions |
15 | - improve irc mode setting and general any channel actions |
20 | - make irc invites being displayed etc. |
16 | - make irc invites being displayed etc. |
21 | - add kick, quit, etc. |
17 | - add kick, quit, etc. |
22 | - add smarter subscription commands for irc, etc. |
18 | - add smarter subscription commands for irc, etc. |
23 | - add groupings of buffers |
19 | - make groups in buffers more useful |
24 | - rework buffer handling => make client more OO?! |
|
|
25 | - probably only adding a group tag is enough :) |
|
|
26 | |
20 | |
27 | - add XMPP support with Net::XMPP2 (which still isn't released) |
21 | - add XMPP support with Net::XMPP2 (which still isn't released) |
28 | - implement chat-state notifications (should be doable) |
22 | - implement chat-state notifications (should be doable) |
29 | - make /presence command (for IRC it toggles just away status) |
23 | - make /presence command (for IRC it toggles just away status) |
30 | |
24 | |