summary refs log tree commit diff
path: root/client.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-10-27 23:33:55 -0400
committerJune McEnroe <june@causal.agency>2019-10-27 23:33:55 -0400
commitffac333812563763aa1605181120938c4a914cfe (patch)
tree402d0ac958faae8b3945b6e55202a8b495d9055d /client.c
parentOnly increment consumer after successful send (diff)
downloadpounce-ffac333812563763aa1605181120938c4a914cfe.tar.gz
pounce-ffac333812563763aa1605181120938c4a914cfe.zip
Wait for SASL success before sending CAP END
Also refuse to continue logging in if SASL authentication fails.

I should really just move all of log in and authentication from server.c
to state.c...
Diffstat (limited to 'client.c')
0 files changed, 0 insertions, 0 deletions
s='logsubject'>Stop 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