aboutsummaryrefslogtreecommitdiff
path: root/src/irc.c
AgeCommit message (Expand)Author
9 hoursrejoin screen channels on reconnect.B. Watson
10 hoursCleanup, get rid of stdbool.hB. Watson
12 hoursuse 16-bit ints for ping times (saves 778 bytes).B. Watson
17 hoursremove unused variables.B. Watson
27 hourshandle CTCP responses, especially PING.B. Watson
31 hoursaudible and visual bell on hilite.B. Watson
33 hoursFix reconnect (regged = 0).B. Watson
33 hoursauto-away on ATRACT, auto-un-away on keystroke.B. Watson
34 hoursfix start+a bug, add /ctcp command.B. Watson
2 daysRespond to incoming CTCPs.B. Watson
2 daysNo dup queries, add more start key combos, add /names command.B. Watson
2 daysSend PMs to the correct window, more protocol stuff, add start+esc hotkey.B. Watson
3 daysstart + esc to close a screen, clear screen when closing.B. Watson
3 daysFix /me and /nickB. Watson
3 daysFix /nick (thanks, The_Doctor__).B. Watson
3 daysLocal commands!B. Watson
7 daysSwitch to server window on error or disconnect.B. Watson
7 daysFix "nick already in use" and permutation.B. Watson
8 dayschannel text goes to correct screen.B. Watson
8 daysGo back to loading at $2000, make stack 1 page, protocol decoding WIP.B. Watson
9 daysfix compile, rename cryptic bw to rxbuflen.B. Watson
2026-02-21WIP.B. Watson
2026-02-18More work...B. Watson
2026-02-18WIP, still not working.B. Watson
2026-02-17Start welding the new UI code to the client. Compiles but doesn't work yet...B. Watson
2026-02-11irc.c: handle a few numerics.B. Watson
2026-02-11irc.c: no more <stdbool.h>B. Watson
2026-02-11initial commitB. Watson