log core/hostmanager.lua @ 2321:7e7484a4e821

age author description
Fri, 04 Dec 2009 09:48:08 -0800 Paul Aurich Disable SSLv2 by default, it's known to be insecure.
Sat, 17 Oct 2009 16:23:03 +0100 Matthew Wild hostmanager: Create a server sslctx for incoming connections
Sat, 17 Oct 2009 15:23:50 +0100 Matthew Wild hostmanager: deactivate() now accepts a reason, closes s2s connections as well as disconnecting users, and unloads modules for the host
Sat, 17 Oct 2009 14:43:38 +0100 Matthew Wild hostmanager: Add return _M;
Mon, 05 Oct 2009 22:15:32 +0100 Matthew Wild hostmanager: Only initialse SSL contexts if SSL library available
Sun, 04 Oct 2009 16:50:22 +0100 Matthew Wild hostmanager: Create ssl context for each host (fixes #30 for outgoing s2s connections)