index
:
fujinet-chat
master
IRC client for Atari 8-bit with FujiNET
urchlay -at- slackware _dot_ uk
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
TODO
Age
Commit message (
Collapse
)
Author
2026-03-23
stop activating screen 1 when receiving a PONG thats a response to an ↵
B. Watson
auto-ping (content "A").
2026-03-23
Start-Esc => Start-X, update docs.
B. Watson
2026-03-23
Error messages (numerics 400 to 599) go to the current screen, not [server].
B. Watson
2026-03-23
Update docs.
B. Watson
2026-03-23
Update docs.
B. Watson
2026-03-22
Update docs.
B. Watson
2026-03-22
Update docs.
B. Watson
2026-03-22
Delay net polling during rapid typing, add ^X (same as ctrl-del).
B. Watson
2026-03-22
Update ideas.txt.
B. Watson
2026-03-21
Stop using FujiNet's CRLF translation (set it to "none"), do our own CRLF ↵
B. Watson
processing. Allows the ~ character to be sent properly.
2026-03-21
Control and numbers 1-7 switch screens.
B. Watson
2026-03-21
Ctrl-Insert toggles between insert and typeover modes (insert is still the ↵
B. Watson
default).
2026-03-21
Disable Break key in both config and client.
B. Watson
2026-03-21
Esc now acts as a latch for the Start key (irssi-like, plus easier for ↵
B. Watson
XEGS/1200XL users).
2026-03-19
Update TODO.
B. Watson
2026-03-18
Tweak irc_loop(), update TODO.
B. Watson
2026-03-18
Update TODO.
B. Watson
2026-03-18
Update TODO.
B. Watson
2026-03-18
Filter out a few more useless keystrokes.
B. Watson
2026-03-18
Update TODO.
B. Watson
2026-03-18
Ping server after 1 min of inactivity; disconnect/reconnect if no PONG ↵
B. Watson
within the next minute.
2026-03-18
Update TODO.
B. Watson
2026-03-18
Nick completion in channels
B. Watson
2026-03-17
f
B. Watson
2026-03-17
Channel tab completion for the [server] screen.
B. Watson
2026-03-17
Update doc, TODO.
B. Watson
2026-03-16
Update TODO.
B. Watson
2026-03-16
Update TODO, add doc/scrollback.txt.
B. Watson
2026-03-16
Start+E also shows the status bar.
B. Watson
2026-03-16
Start+E exits when anything hides the editbox (like, pressing Return or ↵
B. Watson
Shift-Clear or Start+Up).
2026-03-16
After (re)joining channels at connect, switch to screen 3 if it's a channel.
B. Watson
2026-03-16
Update TODO.
B. Watson
2026-03-16
Editbox-only mode, Start+E.
B. Watson
2026-03-16
Update TODO.
B. Watson
2026-03-15
Redefine ATASCII graphics 1-27 as inverse uppercase letters.
B. Watson
2026-03-15
Update TODO.
B. Watson
2026-03-15
Update TODO.
B. Watson
2026-03-15
Update TODO again.
B. Watson
2026-03-15
Update TODO.
B. Watson
2026-03-15
Start+A searches from right to left (so [server] isn't constantly coming up).
B. Watson
2026-03-15
update editbox after every keystroke, not just "normal" ones that cause ↵
B. Watson
edbox_putc().
2026-03-14
New editing keys: ^F/^B or ctrl-shift-Up/Down = forward/back one word, ↵
B. Watson
up/down arrows = up/down one line, ^U now "delete to start", ^K "delete to end", atari logo = insert ^B (bold format char).
2026-03-14
Fix "space-puncher" bug in screen 7. cc65 cgetc() was the culprit.
B. Watson
2026-03-14
Handle 470 "forwarded to another channel".
B. Watson
2026-03-13
Allow multiple nicks with /query.
B. Watson
2026-03-13
/j /join /j1 /join1 now handle multiple channels (space-separated, no commas).
B. Watson
2026-03-13
Allow manual /motd command even if hide_motd is set.
B. Watson
2026-03-13
For "/ctcp nick ping", append the timestamp like "/ping user" does.
B. Watson
2026-03-13
Don't hide the edit box when some other channel becomes active.
B. Watson
2026-03-13
"Connection failed" waits for a keypress before reconnect.
B. Watson
[next]