aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--TODO7
1 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 1f115e4..f07ecd2 100644
--- a/TODO
+++ b/TODO
@@ -14,6 +14,10 @@ FujiChat features, we're almost at parity!
Other stuff:
+- Bug: *no idea* how this happened. I typed /quit, then reconnected,
+ and got "USER: not enough parameters" from the server. I know know
+ how to reproduce it (ctrl-D, wait ~3 mins for it to reconnect),
+ still needs fixin'.
- Filtered-out keystrokes (ctrl-3 and friends) shouldn't even bring up
the editbox, if it's not already showing.
- Auto-pinging the server seems to work, but needs more testing.
@@ -26,9 +30,6 @@ Other stuff:
- ^U works, but is slow (calls backspace() in a loop, which does a
memmove() each time).
- Server /ping command is iffy (see do_server_pong() in irc.c).
-- Bug: *no idea* how this happened. I typed /quit, then reconnected,
- and got "USER: not enough parameters" from the server. Can't
- reproduce.
- "User has kicked <yourname> from #channel", the name should be
replaced by "you".
- Gracefully handle nicks/channels whose lengths are stupid long.