index
:
pounce
this commit
master
IRC bouncer
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
server.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Refactor XDG base directory iterator API
June McEnroe
2021-10-05
*
Log IRC to standard output with -v
June McEnroe
2021-10-02
*
Be nice and call tls_close(3) on the server
June McEnroe
2021-09-02
*
Replace verbose colors with two types of arrows
June McEnroe
2021-08-20
*
Explicitly clear TLS secrets after handshake
June McEnroe
2021-08-20
*
Handle TLS_WANT_POLL{IN,OUT} from tls_handshake(3) with server
June McEnroe
2021-08-20
*
Use "secure" libtls ciphers
June McEnroe
2021-08-20
*
Add -o and -t options to trust self-signed certificates
2.2
June McEnroe
2021-01-11
*
Use configPath to load client cert/priv
June McEnroe
2020-08-24
*
Say "OpenSSL" in additional permission notices
June McEnroe
2020-08-06
*
Add additional permission for linking with LibreSSL
June McEnroe
2020-06-08
*
Don't bother setting SO_NOSIGPIPE
June McEnroe
2020-05-18
*
Add server send queueing with time interval
June McEnroe
2020-05-11
*
Tweak buffer sizes
June McEnroe
2020-02-26
*
Support message-tags
June McEnroe
2020-02-25
*
Respond to tagged PINGs correctly
June McEnroe
2020-02-25
*
Bump buffer sizes to allow for tags
June McEnroe
2020-02-25
*
Implement source address selection
multiplexd
2020-02-18
*
Exit on zero-length server read
June McEnroe
2019-12-22
*
Change license to GPLv3
June McEnroe
2019-11-06
*
Use explicit_bzero from LibreSSL
June McEnroe
2019-11-06
*
Use one call to set client cert and key
June McEnroe
2019-11-05
*
Add options for TLS client certificate
June McEnroe
2019-11-04
*
Use capsicum
June McEnroe
2019-11-01
*
Use explicit_bzero to clear passwords
June McEnroe
2019-10-31
*
Move entire login flow to state and reorganize it
June McEnroe
2019-10-28
*
Wait for SASL success before sending CAP END
June McEnroe
2019-10-27
*
Improve client/server error messages
June McEnroe
2019-10-27
*
Wait for AUTHENTICATE + from server
June McEnroe
2019-10-26
*
Respond to PING with same parameter
June McEnroe
2019-10-26
*
Add undocumented flag to disable verification
June McEnroe
2019-10-26
*
Clean up server code
June McEnroe
2019-10-25
*
Use produce/consume words for ring buffer
June McEnroe
2019-10-25
*
Implement ringWrite
June McEnroe
2019-10-24
*
Make serverFormat public
June McEnroe
2019-10-24
*
Respond to pings
June McEnroe
2019-10-23
*
Add verbose flag
June McEnroe
2019-10-23
*
Set NOSIGPIPE on server connection
June McEnroe
2019-10-23
*
Actually send the buffer...
June McEnroe
2019-10-23
*
Add state
June McEnroe
2019-10-23
*
Implement serverLogin
June McEnroe
2019-10-22
*
Implement serverConnect
June McEnroe
2019-10-22