aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-18 08:39:47 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-18 08:39:47 -0400
commit858b68b23b3e7845a5a8b78fde832ccec5c4f3cd (patch)
treef3eb367ca7c28be56096bc2646b641d47e5f8d47
parent17120efa9ee2e85611092510144b1833c0ac5fb8 (diff)
downloadfujinet-chat-858b68b23b3e7845a5a8b78fde832ccec5c4f3cd.tar.gz
Update TODO.
-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.