Log

core/hostmanager.lua @ 10242:7e5d2a6c9390

description author age
Merge 0.10->trunk Kim Alvefur 2018-03-06
hostmanager: Add a logging close method in case something tries to close the origin of local-originated stanzas (see #1084) Kim Alvefur 2018-02-24
vairious: Add annotation when an empty environment is set [luacheck] Kim Alvefur 2018-02-28
Merge 0.10->trunk Kim Alvefur 2017-09-21
hostmanager: Add support for 'disco_hidden' option to hide hosts from disco#items (thanks Ge0rG) Matthew Wild 2017-09-20
hostmanager: Remove unused imports of 'jid_split' and 'select' Matthew Wild 2016-02-05
Merge 0.10->trunk Kim Alvefur 2015-08-20
core.*: Remove use of module() function Kim Alvefur 2015-02-21
Merge 0.10->trunk Kim Alvefur 2015-05-19
hostmanager: Metatable with __tostring on hosts Kim Alvefur 2015-05-18
Merge 0.10->trunk Matthew Wild 2015-04-03
hostmanager: Rename variable to avoid shadowing 'type()' function Matthew Wild 2015-04-03
Merge 0.10->trunk Matthew Wild 2015-01-21
hostmanager: Remove unused import of util.uuid Matthew Wild 2015-01-20
hostmanager: Don't prevent host_session.send() from routing errors or iq results, so modules can handle them. This code was originally added for a reason, but I can't remember what it was. Matthew Wild 2014-09-26
hostmanager, mod_dialback: Move generation of dialback secret out of core Kim Alvefur 2014-05-22
Remove all trailing whitespace Florian Zeitz 2013-08-09
core.*: Complete removal of all traces of the "core" section and section-related code. Kim Alvefur 2013-03-23
hostmanager: Use rawget to check for activated hosts to prevent recursion in dynamic host loaders Matthew Wild 2013-03-22
hostmanager: Use prosody.hosts instead of 'hosts' global Matthew Wild 2013-03-22
configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users. Matthew Wild 2013-03-22
hostmanager: Import core_post_stanza from the global prosody table Kim Alvefur 2013-03-13
hostmanager, modulemanager: Ensure hosts[*].modules always exists. Waqas Hussain 2012-09-12
hostmanager, mod_disco: Show optional 'name' option from the config in disco#items queries (fixes use-case in #292) (thanks diSabler, mva) Matthew Wild 2012-08-05
mod_s2s, mod_auth_anonymous, hostmanager: Remove disallow_s2s flag, deprecate the config option of the same name (disable mod_s2s instead), and add 'allow_anonymous_s2s' to separately control s2s for anonymous users Matthew Wild 2012-05-10
hostmanager: Remove import of unused setmetatable Matthew Wild 2012-04-28
hostmanager: Remove unused host_config parameter from host-activated event Matthew Wild 2012-04-27
hostmanager: Add some TODO comments Matthew Wild 2012-04-27
hostmanager: Convert host-deactivating event parameters to a table Matthew Wild 2012-04-27
hostmanager: Import select() (thanks Medics) Matthew Wild 2012-02-12
hostmanager: Import jid_split (thanks chris) Matthew Wild 2012-02-11
hostmanager: Add send() method to hosts Matthew Wild 2011-12-16
hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now). Waqas Hussain 2010-12-28
hostmanager: Improved error handling. Waqas Hussain 2010-12-09
hostmanager: deactivate() now returns true on success. Waqas Hussain 2010-12-09
hostmanager: activate() now gets the host config from configmanager when a config isn't given. Waqas Hussain 2010-12-09
hostmanager: Don't include hosts with '@' or '/' in the name in the get_children(host) result. Waqas Hussain 2010-11-10
hostmanager: Added function get_children(host) which copies componentmanager.get_children(host). Waqas Hussain 2010-11-10
hostmanager, componentmanager: hostmanager now handles component initialization at server start, not componentmanager. Waqas Hussain 2010-11-10
hostmanager: Added support for components to hostmanager.activate(). Waqas Hussain 2010-11-10
componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property. Waqas Hussain 2010-11-09
certmanager, hostmanager, mod_tls: Move responsibility for creating per-host SSL contexts to mod_tls, meaning reloading certs is now as trivial as reloading mod_tls Matthew Wild 2010-11-06
hostmanager: Remove dependency on eventmanager Matthew Wild 2010-08-03
Merge 0.6 into 0.7. Waqas Hussain 2010-05-01
hostmanager: Re-word log messages in line with config changes Matthew Wild 2010-04-14
Merge 0.6->0.7 Matthew Wild 2010-03-22
Update copyright headers for 2010 Matthew Wild 2010-03-22
Merge 0.6.2/waqas with 0.6.2/MattJ Matthew Wild 2010-03-03
hostmanager: Log an error if no hosts are defined Matthew Wild 2010-02-12
certmanager, hostmanager: Rename get_context() to create_context() to be more explicit about what it does Matthew Wild 2010-02-13
hostmanager: Small optimisation in checking whether a host is enabled Matthew Wild 2010-02-12
hostmanager: Log an error if no hosts are defined Matthew Wild 2010-02-12
hostmanager: Use certmanager for obtaining SSL contexts Matthew Wild 2010-01-31
hostmanager: Trailing whitespace Matthew Wild 2010-01-29
s2smanager, hostmanager: Make dialback secrets per-host Matthew Wild 2010-01-03
Disable SSLv2 by default, it's known to be insecure. Paul Aurich 2009-12-04
hostmanager: Create a server sslctx for incoming connections Matthew Wild 2009-10-17
hostmanager: deactivate() now accepts a reason, closes s2s connections as well as disconnecting users, and unloads modules for the host Matthew Wild 2009-10-17
hostmanager: Add return _M; Matthew Wild 2009-10-17
hostmanager: Only initialse SSL contexts if SSL library available Matthew Wild 2009-10-05
hostmanager: Create ssl context for each host (fixes #30 for outgoing s2s connections) Matthew Wild 2009-10-04
hostmanager: Only load vhosts, not components Matthew Wild 2009-09-30
hostmanager: Warn when user puts port configuration under vhost section Matthew Wild 2009-07-28
Add copyright header to those files missing one Matthew Wild 2009-07-10
hostmanager: Add disallow_s2s to config, defaults to false unless anonymous_login is enabled, then defaults to true Matthew Wild 2009-07-03
core: hosts[*].events Waqas Hussain 2009-05-20
hostmanager: Reduce log output at startup to 'debug' Matthew Wild 2009-05-02
hostmanager: Fire event when all hosts are loaded from config Matthew Wild 2009-01-29
Log in hostmanager when a vhost is activated/deactivated Matthew Wild 2008-12-06
Add hostmanager, and eventmanager Matthew Wild 2008-12-06