summaryrefslogtreecommitdiff
path: root/sockets.h
AgeCommit message (Expand)Author
2019-06-16Log OpenSSL errors properly instead of printing to stderr.Luke Bratch
2019-06-12Handle failing to connect to the server on startup.Luke Bratch
2019-06-10Add copyright and GPL 3 notices.Luke Bratch
2019-05-30Convert debugprint() from being to file/screen/disabled to always being to fi...Luke Bratch
2019-05-27Make debug output optional and disabled by default.Luke Bratch
2019-05-13Implement optional TLS for the server side.Luke Bratch
2019-05-12Make using TLS for clients connecting to the bouncer optional.Luke Bratch
2019-05-12Make certificate and key file paths configurable.Luke Bratch
2019-05-12Make client port configurable and move settings structure to be initialised i...Luke Bratch
2019-05-12Implement TLS using OpenSSL.Luke Bratch
2019-04-18Split functions into different filesLuke Bratch