aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index dc15d5a..e3d979f 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,8 @@ See also: ideas.txt.
FujiChat features, we're almost at parity!
-- Nick tab completion. FujiChat's was very lame, make this one
- less lame. It can't be perfect due to limited RAM.
+- Nick tab completion in channels. FujiChat's was very lame, make
+ this one less lame. It can't be perfect due to limited RAM.
- Configurable ctcp version response. Does it matter?
- Keyboard buffer, if possible. Right now we miss the occasional
keystroke when typing fast & furious during network I/O. Not
@@ -14,6 +14,8 @@ FujiChat features, we're almost at parity!
Other stuff:
+- Channel tab completion for the [server] screen.
+- Polish up the nick tab completion for the [private] screen.
- Ping the server periodically, and set a 30-sec timer. If no PONG
within 30 sec, assume we're disconnected: close the connection and
go into the reconnect loop.
@@ -31,7 +33,6 @@ Other stuff:
replaced by "you".
- Gracefully handle nicks/channels whose lengths are stupid long.
At least we shouldn't overflow any buffers.
-- Channel tab completion for the [server] screen.
- At least one keyboard macro (for ChanServ auth). More would
be nice, if we can afford the RAM.
- Error numerics should go to the current screen (?).