index
:
~noa/catgirl
this commit
master
weechat-hashes
Unnamed repository; edit this file 'description' to name the repository.
noa
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
irc.c
Age
Commit message (
Expand
)
Author
2021-08-15
Handle tags without values
1.9a
C. McEnroe
2021-08-09
Silence maybe uninitialized warning
C. McEnroe
2021-07-13
Perform TLS handshake after final pledge
Klemens Nanni
2021-07-13
Explicitly clear TLS secrets afer handshake
Klemens Nanni
2021-07-13
Revert "Remove explicit tls_handshake(3) from ircConnect"
Klemens Nanni
2021-06-25
Remove explicit tls_handshake(3) from ircConnect
C. McEnroe
2021-06-25
Move setting CLOEXEC on socket to ircConnect
C. McEnroe
2021-06-21
Handle EINTR from connect(2) gracefully
Klemens Nanni
2021-06-20
Use "secure" libtls ciphers
Klemens Nanni
2021-06-20
Handle TLS_WANNT_POLL{IN,OUT} from tls_handshake(3)
C. McEnroe
2021-06-10
Only explicitly load the default CA file on OpenBSD
C. McEnroe
2021-06-10
Hoist loading default root certificates into ircConfig()
Klemens Nanni
2021-01-10
Print chain to stdout with -o
C. McEnroe
2021-01-09
Add -o and -t options to trust self-signed certificates
C. McEnroe
2020-08-21
Use a static buffer for base directory paths
C. McEnroe
2020-08-20
Use configPath to load TLS cert/priv
C. McEnroe
2020-08-04
Say "OpenSSL" in additional permission notices
C. McEnroe
2020-07-23
Remove tls_close error handling
C. McEnroe
2020-06-24
Bump ParamCap to 254
C. McEnroe
2020-06-08
Add additional permission for linking with LibreSSL
C. McEnroe
2020-02-17
Use the correct hostname in error message
multiplexd
2020-02-16
Various small cleanups
C. McEnroe
2020-02-15
Replace small integers in size_t with uint
C. McEnroe
2020-02-13
Explicitly close the TLS connection
C. McEnroe
2020-02-13
Implement source address selection
multiplexd
2020-02-06
Search for cert and priv in config dirs
C. McEnroe
2020-02-04
Align word wrapping with tab character
C. McEnroe
2020-02-02
Remove style string macros
C. McEnroe
2020-02-01
Implement the beginnings of UI
C. McEnroe
2020-02-01
Add -v flag
C. McEnroe
2020-02-01
Blindly implement login flow
C. McEnroe