summary refs log tree commit diff
path: root/.gitignore
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 /.gitignore
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 '.gitignore')
0 files changed, 0 insertions, 0 deletions
d216c8601&follow=1'>Remove wcwidth portJune McEnroe DYLD_FORCE_FLAT_NAMESPACE no longer exists in macOS 12 so this approach doesn't work anymore. Moved to <https://git.causal.agency/jorts/tree/wcwidth> and compiled into <https://git.causal.agency/jorts/tree/ncurses>. 2022-03-16Remove -j4 from ./PlanJune McEnroe Plan learned to set this automatically! 2022-03-15Rewrite Linux install.sh for DebianJune McEnroe 2022-03-15Remove dashJune McEnroe