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
Age
Commit message (
Collapse
)
Author
12 hours
rejoin screen channels on reconnect.
B. Watson
12 hours
do not allow commas in join, allow /j with no arg to rejoin 'dead' channel.
B. Watson
13 hours
Cleanup, get rid of stdbool.h
B. Watson
15 hours
use 16-bit ints for ping times (saves 778 bytes).
B. Watson
19 hours
remove unused variables.
B. Watson
29 hours
Fix warning in read_rtclok().
B. Watson
30 hours
handle CTCP responses, especially PING.
B. Watson
34 hours
audible and visual bell on hilite.
B. Watson
36 hours
Fix reconnect (regged = 0).
B. Watson
36 hours
auto-away on ATRACT, auto-un-away on keystroke.
B. Watson
37 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
/me and /msg formatting, make edit box 240 bytes
B. Watson
3 days
Fix /me and /nick
B. Watson
4 days
Fix /me for real.
B. Watson
4 days
Fix /me (thanks, The_Doctor__).
B. Watson
4 days
Fix /nick (thanks, The_Doctor__).
B. Watson
4 days
Local commands!
B. Watson
8 days
Switch to server window on error or disconnect.
B. Watson
8 days
Fix "nick already in use" and permutation.
B. Watson
8 days
channel text goes to correct screen.
B. Watson
8 days
Really make stack 1 page. Sigh.
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
9 days
Don't show GR.0 screen during loading.
B. Watson
9 days
show both status lines, derp.
B. Watson
9 days
Scrollback!
B. Watson
2026-02-21
WIP.
B. Watson
2026-02-20
always EOL-terminate transmit buffer.
B. Watson
2026-02-20
edbox: add editing keys, do NOT include EOL in buffer.
B. Watson
2026-02-18
Getting closer to working.
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-16
Don't allow ctrl-3 keypresses.
B. Watson
2026-02-16
New UI stuff, not yet working.
B. Watson
2026-02-11
irc.c: handle a few numerics.
B. Watson
2026-02-11
remove more netcat cruft, add README.txt and numerics.h
B. Watson
2026-02-11
irc.c: no more <stdbool.h>
B. Watson
2026-02-11
initial commit
B. Watson