aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2026-03-16Use correct ATASCII code for #B. Watson
2026-03-16Don't persist away status across connects.B. Watson
2026-03-16Turn off ATRACT mode on disconnect.B. Watson
2026-03-16Move screen statuses to the right, get rid of <>, add indicators for net acti...B. Watson
2026-03-16Filter out ctrl+shift combos, except the up/down arrows which we actually use.B. Watson
2026-03-15Don't send empty JOIN to the server if extra_channels not set.B. Watson
2026-03-15Autojoin extra channels.B. Watson
2026-03-15call nclose() on disconnect.B. Watson
2026-03-15Embed git hash and build host in binary.B. Watson
2026-03-15Allow using the 240th character of the edit nox. And alert when trying to typ...pre-alphaB. Watson
2026-03-15Start+A searches from right to left (so [server] isn't constantly coming up).B. Watson
2026-03-15derpage that kept the edbox visible always.B. Watson
2026-03-15update editbox after every keystroke, not just "normal" ones that cause edbox...B. Watson
2026-03-14New editing keys: ^F/^B or ctrl-shift-Up/Down = forward/back one word, up/dow...B. Watson
2026-03-14Fix "space-puncher" bug in screen 7. cc65 cgetc() was the culprit.B. Watson
2026-03-14Handle 470 "forwarded to another channel".B. Watson
2026-03-14scrollback mode no longer freezes the network.B. Watson
2026-03-14get rid of unused nlogin() inherited from netcat. saves 162 bytes.B. Watson
2026-03-14show hilited screens in red.B. Watson
2026-03-14playing with colors for GR.1 screen status.B. Watson
2026-03-14fix warning.B. Watson
2026-03-14use GR.1 for screen status line. also revert to using only one status_box.B. Watson
2026-03-14remove scr_topics and scr_set_topic(), not going to display the topic in the ...B. Watson
2026-03-13Allow multiple nicks with /query.B. Watson
2026-03-13/j /join /j1 /join1 now handle multiple channels (space-separated, no commas).B. Watson
2026-03-13Allow manual /motd command even if hide_motd is set.B. Watson
2026-03-13Server pings show latency (WIP).B. Watson
2026-03-13For "/ctcp nick ping", append the timestamp like "/ping user" does.B. Watson
2026-03-13Don't hide the edit box when some other channel becomes active.B. Watson
2026-03-13Fix keyclick for real.B. Watson
2026-03-13fix keyclick for special keysB. Watson
2026-03-13On disconnect or connect fail, sleep between retries, incremental backoff timer.B. Watson
2026-03-13"Connection failed" waits for a keypress before reconnect.B. Watson
2026-03-12Disable XL/XE keyclick in config, /click command in the client.B. Watson
2026-03-12Config asks for "extra" channels for screen 1.B. Watson
2026-03-12Autojoin channels listed in config file.B. Watson
2026-03-12fix start+letters in screen 2, filter out ctrl+atari keystrokes correctly.B. Watson
2026-03-12refactoring...B. Watson
2026-03-11List <unused> screens with Start+L.B. Watson
2026-03-11Add Start+T, dup checking in scr_create().B. Watson
2026-03-11Add a bunch of Start keystrokes (see ui_keys.txt)B. Watson
2026-03-11Change /bell to /alert, rerrange .txt files.B. Watson
2026-03-11Use real name preference in the client.B. Watson
2026-03-11Remove server/nick prompts from client, add a separate config tool that loads...B. Watson
2026-03-11Document Start+Q.B. Watson
2026-03-10Start+Q to open a screen for the last channel/nick we got a message from.B. Watson
2026-03-10really fix the brokenness with MyDOS (close E: device at startup).B. Watson
2026-03-10rewrite start_keystroke() giant if/else chain as switch/case.B. Watson
2026-03-10add scr_eol_current()B. Watson
2026-03-10rejoin screen channels on reconnect.B. Watson