Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-19 | Add some help output if certificate or key files are missing. | Luke Bratch | |
2019-05-13 | Implement optional TLS for the server side. | Luke Bratch | |
2019-05-12 | Make using TLS for clients connecting to the bouncer optional. | Luke Bratch | |
2019-05-12 | Make certificate and key file paths configurable. | Luke Bratch | |
2019-05-12 | Make client port configurable and move settings structure to be initialised ↵ | Luke Bratch | |
in main() instead of dochat(). | |||
2019-05-12 | Implement TLS using OpenSSL. | Luke Bratch | |
2019-04-19 | Lots and lots of refactoring and comments work in preparation for more ↵ | Luke Bratch | |
actual IRC/bouncer functionality | |||
2019-04-18 | Split functions into different files | Luke Bratch | |