diff options
Diffstat (limited to 'TODO')
| -rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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 |
