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
/
irc.c
Age
Commit message (
Collapse
)
Author
10 hours
use 16-bit ints for ping times (saves 778 bytes).
B. Watson
15 hours
remove unused variables.
B. Watson
25 hours
handle CTCP responses, especially PING.
B. Watson
30 hours
audible and visual bell on hilite.
B. Watson
32 hours
Fix reconnect (regged = 0).
B. Watson
32 hours
auto-away on ATRACT, auto-un-away on keystroke.
B. Watson
33 hours
fix start+a bug, add /ctcp command.
B. Watson
2 days
Respond to incoming CTCPs.
B. Watson
2 days
No dup queries, add more start key combos, add /names command.
B. Watson
2 days
Send PMs to the correct window, more protocol stuff, add start+esc hotkey.
B. Watson
3 days
start + esc to close a screen, clear screen when closing.
B. Watson
3 days
Fix /me and /nick
B. Watson
3 days
Fix /nick (thanks, The_Doctor__).
B. Watson
3 days
Local commands!
B. Watson
7 days
Switch to server window on error or disconnect.
B. Watson
7 days
Fix "nick already in use" and permutation.
B. Watson
8 days
channel text goes to correct screen.
B. Watson
8 days
Go back to loading at $2000, make stack 1 page, protocol decoding WIP.
B. Watson
9 days
fix compile, rename cryptic bw to rxbuflen.
B. Watson
2026-02-21
WIP.
B. Watson
2026-02-18
More work...
B. Watson
2026-02-18
WIP, still not working.
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
irc.c: handle a few numerics.
B. Watson
2026-02-11
irc.c: no more <stdbool.h>
B. Watson
2026-02-11
initial commit
B. Watson