summaryrefslogtreecommitdiff
path: root/vchat-connection.h
AgeCommit message (Expand)Author
2022-05-25Make tls engine runtime configurableDirk Engling
2022-05-24Remove external status variable from connection code. Use return code to signal dead connectionDirk Engling
2022-05-21Reformatted using clang-format -format llvmDirk Engling
2022-05-17Move packet handler and line splitting to vchat-connection.cDirk Engling
2022-05-16Decouple IO openssl's BIO abstraction and split connection and tls handling to allow for other TLS libsDirk Engling