aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-19 02:45:21 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-19 02:45:21 -0400
commit451f57131522c68b84d38c0bf79b31dafdd9c56a (patch)
tree56fd70f3c08f8bcdb59d6fbfe97dfb8225df5ae5 /TODO
parent3b4e33acd19ed79a729f1afd55e8240cc479866c (diff)
downloadfujinet-chat-451f57131522c68b84d38c0bf79b31dafdd9c56a.tar.gz
Update TODO.
Diffstat (limited to 'TODO')
-rw-r--r--TODO6
1 files changed, 4 insertions, 2 deletions
diff --git a/TODO b/TODO
index 437b289..a8eb4c3 100644
--- a/TODO
+++ b/TODO
@@ -2,8 +2,6 @@ See also: ideas.txt.
FujiChat features, we're almost at parity!
-- 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 +12,10 @@ FujiChat features, we're almost at parity!
Other stuff:
+- Stop using ASCII translation on the FujiNet. It's turning a outgoing
+ ~ into a ^H (since ATASCII's backspace is DEL in regular ASCII). In
+ theory IRC servers always send us \r\n, we can support non-conforming
+ servers that just use \n without much trouble, too.
- Load/save config files to N:SD//.FujiNetChat or such. Since we *have*
to have a FujiNet anyway, might as well make better use of it.
- Rewrite the incoming message parser! It needs to work more like