aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-11 07:23:33 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-11 07:23:33 -0400
commit8072f3fe1244d5c3891bf4e93ed2b63ab2e2d111 (patch)
treef9be5eed871e04fcac737293d8bc053bd9d2cbb2
parentc74f74bf0e9e76ba712fa84a3206ded7654a083d (diff)
downloadfujinet-chat-8072f3fe1244d5c3891bf4e93ed2b63ab2e2d111.tar.gz
Update TODO.
-rw-r--r--TODO6
1 files changed, 5 insertions, 1 deletions
diff --git a/TODO b/TODO
index 660e45d..8fc1cfa 100644
--- a/TODO
+++ b/TODO
@@ -9,6 +9,7 @@ FujiChat features, we're almost at parity!
Other stuff:
+- KICK isn't being parsed/formatted correctly.
- Gracefully handle nicks/channels whose lengths are stupid long.
At least we shouldn't overflow any buffers.
- Channel tab completion for the [server] screen.
@@ -47,7 +48,10 @@ Other stuff:
- Handle redirects better. Trying to "/join #slackware" on Libera
results in actually joining ##slackware. But a screen got created
for #slackware, and ##slackware will appear in the [server] screen.
- This shouldn't be hard to do.
+ The message sent when this happens:
+ :molybdenum.libera.chat 470 UrchTest #slackware ##slackware :Forwarding to another channel
+ This shouldn't be hard to do. Interestingly, 470 is not in the list
+ of numerics at https://modern.ircdocs.horse.
- Input box history. Up-arrow to recall previous command. Unfortunately
this needs a lot of RAM. Maybe just one previous command, so you
can up-arrow to re-ping someone, etc.