aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
Commit message (Expand)AuthorAgeFilesLines
* core.*: Remove use of module() functionKim Alvefur2015-02-211-3/+9
* hostmanager: Metatable with __tostring on hostsKim Alvefur2015-05-181-0/+15
* hostmanager: Rename variable to avoid shadowing 'type()' functionMatthew Wild2015-04-031-2/+2
* hostmanager: Remove unused import of util.uuidMatthew Wild2015-01-201-1/+0
* hostmanager, mod_dialback: Move generation of dialback secret out of coreKim Alvefur2014-05-221-1/+0
* Remove all trailing whitespaceFlorian Zeitz2013-08-091-7/+7
* core.*: Complete removal of all traces of the "core" section and section-rela...Kim Alvefur2013-03-231-1/+1
* hostmanager: Use rawget to check for activated hosts to prevent recursion in ...Matthew Wild2013-03-221-2/+2
* hostmanager: Use prosody.hosts instead of 'hosts' globalMatthew Wild2013-03-221-1/+1
* configmanager, hostmanager, prosody: Almost complete removal of section-relat...Matthew Wild2013-03-221-5/+5
* hostmanager: Import core_post_stanza from the global prosody tableKim Alvefur2013-03-131-0/+1
* hostmanager, modulemanager: Ensure hosts[*].modules always exists.Waqas Hussain2012-09-131-0/+1
* hostmanager, mod_disco: Show optional 'name' option from the config in disco#...Matthew Wild2012-08-051-1/+1
* mod_s2s, mod_auth_anonymous, hostmanager: Remove disallow_s2s flag, deprecate...Matthew Wild2012-05-111-1/+0
* hostmanager: Remove import of unused setmetatableMatthew Wild2012-04-281-1/+1
* hostmanager: Remove unused host_config parameter from host-activated eventMatthew Wild2012-04-271-1/+1
* hostmanager: Add some TODO commentsMatthew Wild2012-04-271-0/+2
* hostmanager: Convert host-deactivating event parameters to a tableMatthew Wild2012-04-271-1/+1
* hostmanager: Import select() (thanks Medics)Matthew Wild2012-02-121-1/+1
* hostmanager: Import jid_split (thanks chris)Matthew Wild2012-02-111-0/+1
* hostmanager: Add send() method to hostsMatthew Wild2011-12-161-0/+12
* hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_...Waqas Hussain2010-12-281-3/+0
* hostmanager: Improved error handling.Waqas Hussain2010-12-091-2/+7
* hostmanager: deactivate() now returns true on success.Waqas Hussain2010-12-091-0/+1
* hostmanager: activate() now gets the host config from configmanager when a co...Waqas Hussain2010-12-091-0/+1
* hostmanager: Don't include hosts with '@' or '/' in the name in the get_child...Waqas Hussain2010-11-101-2/+6
* hostmanager: Added function get_children(host) which copies componentmanager....Waqas Hussain2010-11-101-1/+6
* hostmanager, componentmanager: hostmanager now handles component initializati...Waqas Hussain2010-11-101-2/+6
* hostmanager: Added support for components to hostmanager.activate().Waqas Hussain2010-11-101-7/+17
* componentmanager, hostmanager, modulemanager, mod_component: Got rid of the u...Waqas Hussain2010-11-101-1/+1
* certmanager, hostmanager, mod_tls: Move responsibility for creating per-host ...Matthew Wild2010-11-061-6/+0
* hostmanager: Remove dependency on eventmanagerMatthew Wild2010-08-031-9/+9
* Merge 0.6 into 0.7.Waqas Hussain2010-05-011-3/+3
|\
| * hostmanager: Re-word log messages in line with config changesMatthew Wild2010-04-141-3/+3
* | Merge 0.6->0.7Matthew Wild2010-03-221-2/+2
|\|
| * Update copyright headers for 2010Matthew Wild2010-03-221-2/+2
| * Merge 0.6.2/waqas with 0.6.2/MattJMatthew Wild2010-03-031-0/+7
| |\
| | * hostmanager: Log an error if no hosts are definedMatthew Wild2010-02-121-0/+7
| * | Disable SSLv2 by default, it's known to be insecure.Paul Aurich2009-12-041-2/+2
| |/
* | certmanager, hostmanager: Rename get_context() to create_context() to be more...Matthew Wild2010-02-131-2/+2
* | 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