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
/
src
/
cmd.c
Age
Commit message (
Collapse
)
Author
2 days
add scr_eol_current()
B. Watson
2 days
rejoin screen channels on reconnect.
B. Watson
2 days
do not allow commas in join, allow /j with no arg to rejoin 'dead' channel.
B. Watson
2 days
use 16-bit ints for ping times (saves 778 bytes).
B. Watson
3 days
remove unused variables.
B. Watson
3 days
Fix warning in read_rtclok().
B. Watson
3 days
handle CTCP responses, especially PING.
B. Watson
3 days
auto-away on ATRACT, auto-un-away on keystroke.
B. Watson
3 days
fix start+a bug, add /ctcp command.
B. Watson
4 days
No dup queries, add more start key combos, add /names command.
B. Watson
4 days
Send PMs to the correct window, more protocol stuff, add start+esc hotkey.
B. Watson
5 days
/me and /msg formatting, make edit box 240 bytes
B. Watson
5 days
Fix /me and /nick
B. Watson
5 days
Fix /me for real.
B. Watson
5 days
Fix /me (thanks, The_Doctor__).
B. Watson
5 days
Local commands!
B. Watson
9 days
Fix "nick already in use" and permutation.
B. Watson
10 days
channel text goes to correct screen.
B. Watson
2026-02-18
Getting closer to working.
B. Watson
2026-02-18
More work...
B. Watson
2026-02-17
Start welding the new UI code to the client. Compiles but doesn't work yet...
B. Watson
2026-02-11
initial commit
B. Watson