summary refs log tree commit diff
path: root/LICENSE
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-06-24 17:08:51 -0400
committerJune McEnroe <june@causal.agency>2020-06-24 17:08:51 -0400
commit7425076e521f23564249263984cd680c54cbc885 (patch)
tree310d42a0ddd6be0a14e4e5b575ad99a56024d775 /LICENSE
parentRemove RPL_MOTDSTART handler (diff)
downloadlitterbox-7425076e521f23564249263984cd680c54cbc885.tar.gz
litterbox-7425076e521f23564249263984cd680c54cbc885.zip
Bump ParamCap to 254
Apparently IRCds have decided that the 15-parameter limit doesn't matter
anymore. 254 is the maximum number of single-byte parameters (following
a single-byte command) which fit in a 512-byte CR-LF-terminated line.
When everyone decides that the 512-byte line length limit doesn't matter
either, I will delete my software and people can use some JavaScript
garbage instead.

This makes struct Message 2080 bytes, but there's only ever one of it
around at once. Avoid passing it by value to handle.
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions
2-06-03Stop polling stdin after EOFJune McEnroe 2022-06-02Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe