log core/hostmanager.lua @ 2105:fecf33cb2913

age author description
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)
Wed, 30 Sep 2009 11:01:21 +0100 Matthew Wild hostmanager: Only load vhosts, not components