summary refs log tree commit diff
path: root/irc.c
AgeCommit message (Expand)Author
2021-01-10Print chain to stdout with -oC. McEnroe
2021-01-09Add -o and -t options to trust self-signed certificatesC. McEnroe
2020-08-21Use a static buffer for base directory pathsC. McEnroe
2020-08-20Use configPath to load TLS cert/privC. McEnroe
2020-08-04Say "OpenSSL" in additional permission noticesC. McEnroe
2020-07-23Remove tls_close error handlingC. McEnroe
2020-06-24Bump ParamCap to 254C. McEnroe
2020-06-08Add additional permission for linking with LibreSSLC. McEnroe
2020-02-17Use the correct hostname in error messagemultiplexd
2020-02-16Various small cleanupsC. McEnroe
2020-02-15Replace small integers in size_t with uintC. McEnroe
2020-02-13Explicitly close the TLS connectionC. McEnroe
2020-02-13Implement source address selectionmultiplexd
2020-02-06Search for cert and priv in config dirsC. McEnroe
2020-02-04Align word wrapping with tab characterC. McEnroe
2020-02-02Remove style string macrosC. McEnroe
2020-02-01Implement the beginnings of UIC. McEnroe
2020-02-01Add -v flagC. McEnroe
2020-02-01Blindly implement login flowC. McEnroe