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
2 days
add scr_eol_current()
B. Watson
2 days
rejoin screen channels on reconnect.
B. Watson
2 days
Cleanup, get rid of stdbool.h
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
handle CTCP responses, especially PING.
B. Watson
3 days
audible and visual bell on hilite.
B. Watson
3 days
Fix reconnect (regged = 0).
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
Respond to incoming CTCPs.
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
start + esc to close a screen, clear screen when closing.
B. Watson
5 days
Fix /me and /nick
B. Watson
5 days
Fix /nick (thanks, The_Doctor__).
B. Watson
5 days
Local commands!
B. Watson
9 days
Switch to server window on error or disconnect.
B. Watson
9 days
Fix "nick already in use" and permutation.
B. Watson
10 days
channel text goes to correct screen.
B. Watson
10 days
Go back to loading at $2000, make stack 1 page, protocol decoding WIP.
B. Watson
11 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