From 451f57131522c68b84d38c0bf79b31dafdd9c56a Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Thu, 19 Mar 2026 02:45:21 -0400 Subject: Update TODO. --- TODO | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'TODO') 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 -- cgit v1.2.3