about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-05-07 16:47:40 -0700
committerJune McEnroe <june@causal.agency>2020-05-07 20:00:33 -0400
commitbde0f47a70f71c86d90a0baadcfa8dc33a8fa4d2 (patch)
tree7157919ef3196b8d9e94a49828943ce891c5c9c2 /README.7
parentUpdate email addresses (diff)
downloadcatgirl-bde0f47a70f71c86d90a0baadcfa8dc33a8fa4d2.tar.gz
catgirl-bde0f47a70f71c86d90a0baadcfa8dc33a8fa4d2.zip
Mark global variables in chat.h as extern
This fixes the build with gcc 10, which enables -fno-common by
default.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
client has no needsJune McEnroe 2019-10-23Implement some amount of client connectionJune McEnroe 2019-10-23Set clients non-blockingJune McEnroe 2019-10-23Clean up state.c and factor out parsingJune McEnroe 2019-10-23Respond to pingsJune McEnroe 2019-10-23Add verbose flagJune McEnroe 2019-10-23Set NOSIGPIPE on server connectionJune McEnroe 2019-10-23Set an initial loop capJune McEnroe 2019-10-23Fix rest parsingJune McEnroe 2019-10-23Add dynamic poll listJune McEnroe 2019-10-23Don't assume commands have targets and handle ERRORJune McEnroe 2019-10-23Clean up state somewhatJune McEnroe 2019-10-23Actually send the buffer...June McEnroe 2019-10-23Add stateJune McEnroe