aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2026-03-21 05:20:18 -0400
committerB. Watson <urchlay@slackware.uk>2026-03-21 05:20:18 -0400
commit0cad011f41fe6cabba1dc6f6186c08556db247d4 (patch)
tree52df03a0a38cb8aa0561ef87b114dbd8953a8321 /TODO
parentab2c13a26d23e336fca881e1375235aff4f2dc5e (diff)
downloadfujinet-chat-0cad011f41fe6cabba1dc6f6186c08556db247d4.tar.gz
Stop using FujiNet's CRLF translation (set it to "none"), do our own CRLF processing. Allows the ~ character to be sent properly.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 0 insertions, 4 deletions
diff --git a/TODO b/TODO
index 77797d9..57917d9 100644
--- a/TODO
+++ b/TODO
@@ -18,10 +18,6 @@ Other stuff:
of code on keycode-filtering, and it's not even complete.
- Filter out the rest of the keystrokes that causes cgetc() to block.
Includes ctrl-/, ctrl-8, ctrl-9, maybe others (The_Doctor__).
-- 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