about summary refs log tree commit diff
path: root/server.c (follow)
Commit message (Expand)AuthorAge
* Update copyrights, authorsJune McEnroe2022-07-17
* Refactor XDG base directory iterator APIJune McEnroe2021-10-05
* Log IRC to standard output with -vJune McEnroe2021-10-02
* Be nice and call tls_close(3) on the serverJune McEnroe2021-09-02
* Replace verbose colors with two types of arrowsJune McEnroe2021-08-20
* Explicitly clear TLS secrets after handshakeJune McEnroe2021-08-20
* Handle TLS_WANT_POLL{IN,OUT} from tls_handshake(3) with serverJune McEnroe2021-08-20
* Use "secure" libtls ciphersJune McEnroe2021-08-20
* Add -o and -t options to trust self-signed certificates 2.2June McEnroe2021-01-11
* Use configPath to load client cert/privJune McEnroe2020-08-24
* Say "OpenSSL" in additional permission noticesJune McEnroe2020-08-06
* Add additional permission for linking with LibreSSLJune McEnroe2020-06-08
* Don't bother setting SO_NOSIGPIPEJune McEnroe2020-05-18
* Add server send queueing with time intervalJune McEnroe2020-05-11
* Tweak buffer sizesJune McEnroe2020-02-26
* Support message-tagsJune McEnroe2020-02-25
* Respond to tagged PINGs correctlyJune McEnroe2020-02-25
* Bump buffer sizes to allow for tagsJune McEnroe2020-02-25
* Implement source address selectionmultiplexd2020-02-18
* Exit on zero-length server readJune McEnroe2019-12-22
* Change license to GPLv3June McEnroe2019-11-06
* Use explicit_bzero from LibreSSLJune McEnroe2019-11-06
* Use one call to set client cert and keyJune McEnroe2019-11-05
* Add options for TLS client certificateJune McEnroe2019-11-04
* Use capsicumJune McEnroe2019-11-01
* Use explicit_bzero to clear passwordsJune McEnroe2019-10-31
* Move entire login flow to state and reorganize itJune McEnroe2019-10-28
* Wait for SASL success before sending CAP ENDJune McEnroe2019-10-27
* Improve client/server error messagesJune McEnroe2019-10-27
* Wait for AUTHENTICATE + from serverJune McEnroe2019-10-26
* Respond to PING with same parameterJune McEnroe2019-10-26
* Add undocumented flag to disable verificationJune McEnroe2019-10-26
* Clean up server codeJune McEnroe2019-10-25
* Use produce/consume words for ring bufferJune McEnroe2019-10-25
* Implement ringWriteJune McEnroe2019-10-24
* Make serverFormat publicJune McEnroe2019-10-24
* Respond to pingsJune McEnroe2019-10-23
* Add verbose flagJune McEnroe2019-10-23
* Set NOSIGPIPE on server connectionJune McEnroe2019-10-23
* Actually send the buffer...June McEnroe2019-10-23
* Add stateJune McEnroe2019-10-23
* Implement serverLoginJune McEnroe2019-10-22
* Implement serverConnectJune McEnroe2019-10-22