aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
Commit message (Expand)AuthorAgeFilesLines
...
* | hostmanager: Small optimisation in checking whether a host is enabledMatthew Wild2010-02-121-1/+1
* | hostmanager: Log an error if no hosts are definedMatthew Wild2010-02-121-0/+7
* | hostmanager: Use certmanager for obtaining SSL contextsMatthew Wild2010-01-311-12/+4
* | hostmanager: Trailing whitespaceMatthew Wild2010-01-291-4/+4
* | s2smanager, hostmanager: Make dialback secrets per-hostMatthew Wild2010-01-031-4/+7
* | Disable SSLv2 by default, it's known to be insecure.Paul Aurich2009-12-041-2/+2
|/
* hostmanager: Create a server sslctx for incoming connectionsMatthew Wild2009-10-171-0/+2
* hostmanager: deactivate() now accepts a reason, closes s2s connections as wel...Matthew Wild2009-10-171-6/+37
* hostmanager: Add return _M;Matthew Wild2009-10-171-0/+1
* hostmanager: Only initialse SSL contexts if SSL library availableMatthew Wild2009-10-051-3/+5
* hostmanager: Create ssl context for each host (fixes #30 for outgoing s2s con...Matthew Wild2009-10-041-1/+11
* hostmanager: Only load vhosts, not componentsMatthew Wild2009-09-301-1/+1
* hostmanager: Warn when user puts port configuration under vhost sectionMatthew Wild2009-07-281-0/+5
* Add copyright header to those files missing oneMatthew Wild2009-07-101-0/+8
* hostmanager: Add disallow_s2s to config, defaults to false unless anonymous_l...Matthew Wild2009-07-031-1/+6
* core: hosts[*].eventsWaqas Hussain2009-05-201-1/+2
* hostmanager: Reduce log output at startup to 'debug'Matthew Wild2009-05-021-1/+4
* hostmanager: Fire event when all hosts are loaded from configMatthew Wild2009-01-291-0/+1
* Log in hostmanager when a vhost is activated/deactivatedMatthew Wild2008-12-061-4/+5
* Add hostmanager, and eventmanagerMatthew Wild2008-12-061-0/+49