summary refs log tree commit diff
path: root/listen.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-31 18:01:05 -0400
committerJune McEnroe <june@causal.agency>2019-10-31 18:04:59 -0400
commitd30aee7722a6cd3a68dcd282c626b65e969f6520 (patch)
tree33426c80457bcd22d9a1b918c805d6b8b441886e /listen.c
parentIterator over pollfds in reverse (diff)
downloadpounce-d30aee7722a6cd3a68dcd282c626b65e969f6520.tar.gz
pounce-d30aee7722a6cd3a68dcd282c626b65e969f6520.zip
Shrink client buffer size
Clients are generally not going to send huge amounts at a time, and IRC
messages are limited to 512 bytes. If in the future we supported message
tags from clients, which have a size limit of 8191 bytes, this would
unfortunately have to be set much higher.
Diffstat (limited to 'listen.c')
0 files changed, 0 insertions, 0 deletions
e='2019-01-13 20:19:33 -0500'>2019-01-13Show full path in RPS1June McEnroe 2019-01-13Shorten $HOME to ~ in prompt expansionJune McEnroe 2019-01-13Document PSlitJune McEnroe 2019-01-13Document PS0June McEnroe 2019-01-13Set PS0 in cashJune McEnroe 2019-01-13Add PS0June McEnroe 2019-01-13Change default ENV from cashrc to env.shJune McEnroe 2019-01-13Use colours in cash promptsJune McEnroe 2019-01-12Set PSlit like NetBSD shJune McEnroe 2019-01-12Install gnupg2 from pkgsrc and symlink gpgJune McEnroe 2019-01-12Reference cash builtin man pages in cash.1 SEE ALSOJune McEnroe 2019-01-12Restore cash builtin man page datesJune McEnroe 2019-01-12Use local libeditJune McEnroe 2019-01-12Replace libedit MakefileJune McEnroe 2019-01-11Import /usr/src/lib/libedit from NetBSD 8.0June McEnroe 2019-01-11Add PSlit for prompt escapesJune McEnroe 2019-01-11Don't make depend automaticallyJune McEnroe