Commit Graph

9 Commits

Author SHA1 Message Date
Přemysl Eric Janouch 0d37e5bc8a
Name change 2020-08-01 14:01:58 +02:00
Přemysl Eric Janouch cc08b5457c
tls-autodetect: updates, now that hid is ported
- fix SSL 2.0 detection
 - give up on using the resolved hostname later
 - rename connCloseWrite to connCloseWriter
2018-08-06 21:41:49 +02:00
Přemysl Eric Janouch b2cd8b46c9
tls-autodetect: mark issues, fix initialization 2018-07-24 13:58:57 +02:00
Přemysl Eric Janouch e8602ee718
tls-autodetect: avoid a goroutine leak on timeout 2018-07-23 05:33:50 +02:00
Přemysl Eric Janouch a8f02e0d37
tls-autodetect: finish inQ overrun handling 2018-07-22 14:55:15 +02:00
Přemysl Eric Janouch 525734eeb3
tls-autodetect: fix client-initiated shutdown 2018-07-22 13:46:28 +02:00
Přemysl Eric Janouch 6caa4ab928
Rename client.kill to client.closeLink 2018-07-21 00:27:26 +02:00
Přemysl Eric Janouch 728fa4e548
tls-autodetect: put most of the server code in place
So far we act up when it is the client who initializes the shutdown.
2018-07-15 12:51:06 +02:00
Přemysl Eric Janouch b5b64db075
Initial commit
Add a work-in-progress demo chat server with TLS autodetection.

It needs to be perfected before I move on to writing an IRCd on
the foundations.  If history is of any indication, this might lead
towards a nice set of applications.
2018-07-15 05:58:59 +02:00