aboutsummaryrefslogtreecommitdiffstats
path: root/core/hostmanager.lua
Commit message (Expand)AuthorAgeFilesLines
* core: Prefix module imports with prosody namespaceKim Alvefur2023-03-171-6/+6
* core.hostmanager: Remove obsolete clearing of srv_hostsKim Alvefur2021-04-061-1/+0
* Merge 0.10->trunkKim Alvefur2018-03-061-0/+3
|\
| * hostmanager: Add a logging close method in case something tries to close the ...Kim Alvefur2018-02-241-0/+3
* | vairious: Add annotation when an empty environment is set [luacheck]Kim Alvefur2018-02-281-0/+1
* | Merge 0.10->trunkKim Alvefur2017-09-211-1/+1
|\|
| * hostmanager: Add support for 'disco_hidden' option to hide hosts from disco#i...Matthew Wild2017-09-201-1/+1
* | hostmanager: Remove unused imports of 'jid_split' and 'select'Matthew Wild2016-02-051-3/+1
* | Merge 0.10->trunkKim Alvefur2015-08-201-3/+9
|\|
| * core.*: Remove use of module() functionKim Alvefur2015-02-211-3/+9
* | Merge 0.10->trunkMatthew Wild2015-05-191-0/+15
|\|
| * hostmanager: Metatable with __tostring on hostsKim Alvefur2015-05-181-0/+15
| * hostmanager: Rename variable to avoid shadowing 'type()' functionMatthew Wild2015-04-031-2/+2
* | Merge 0.10->trunkMatthew Wild2015-01-211-1/+0
|\|
| * hostmanager: Remove unused import of util.uuidMatthew Wild2015-01-201-1/+0
* | hostmanager: Don't prevent host_session.send() from routing errors or iq resu...Matthew Wild2014-09-261-7/+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