Commit Graph

62 Commits (0ff1619ea4e2a6702a3fb70135fb656efd64790b)

Author SHA1 Message Date
Kim Alvefur 65752fde14 hostmanager: Add a logging close method in case something tries to close the origin of local-originated stanzas (see #1084) 8 years ago
Matthew Wild 61f6ce2bbc hostmanager: Add support for 'disco_hidden' option to hide hosts from disco#items (thanks Ge0rG) 8 years ago
Kim Alvefur 075278ff98 core.*: Remove use of module() function 11 years ago
Kim Alvefur 6313ae4e7e hostmanager: Metatable with __tostring on hosts 11 years ago
Matthew Wild a3105396ae hostmanager: Rename variable to avoid shadowing 'type()' function 11 years ago
Matthew Wild aa594ad923 hostmanager: Remove unused import of util.uuid 11 years ago
Kim Alvefur 1b9e46bd01 hostmanager, mod_dialback: Move generation of dialback secret out of core 12 years ago
Florian Zeitz 4b618a8727 Remove all trailing whitespace 13 years ago
Kim Alvefur 75e786c1f0 core.*: Complete removal of all traces of the "core" section and section-related code. 13 years ago
Matthew Wild ee067c7875 hostmanager: Use rawget to check for activated hosts to prevent recursion in dynamic host loaders 13 years ago
Matthew Wild 5472f5c742 hostmanager: Use prosody.hosts instead of 'hosts' global 13 years ago
Matthew Wild 515e80d526 configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users. 13 years ago
Kim Alvefur 22bbc4ab0e hostmanager: Import core_post_stanza from the global prosody table 13 years ago
Waqas Hussain d05b3ab008 hostmanager, modulemanager: Ensure hosts[*].modules always exists. 13 years ago
Matthew Wild e1cf1cf388 hostmanager, mod_disco: Show optional 'name' option from the config in disco#items queries (fixes use-case in #292) (thanks diSabler, mva) 14 years ago
Matthew Wild f73fb5fdd4 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 14 years ago
Matthew Wild a67da3de83 hostmanager: Remove import of unused setmetatable 14 years ago
Matthew Wild 59b9d9b0f3 hostmanager: Remove unused host_config parameter from host-activated event 14 years ago
Matthew Wild eece0f9d1c hostmanager: Add some TODO comments 14 years ago
Matthew Wild 65b45123fd hostmanager: Convert host-deactivating event parameters to a table 14 years ago
Matthew Wild 70645bf31b hostmanager: Import select() (thanks Medics) 14 years ago
Matthew Wild c256444e8b hostmanager: Import jid_split (thanks chris) 14 years ago
Matthew Wild ac28f69701 hostmanager: Add send() method to hosts 14 years ago
Matthew Wild 445a877451 hostmanager: Add send() method to hosts 14 years ago
Waqas Hussain ff637cb817 hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now). 15 years ago
Waqas Hussain 27fed00b0c hostmanager: Improved error handling. 15 years ago
Waqas Hussain 8489bc8be1 hostmanager: Improved error handling. 15 years ago
Waqas Hussain cd5d372090 hostmanager: deactivate() now returns true on success. 15 years ago
Waqas Hussain 092aa80e31 hostmanager: deactivate() now returns true on success. 15 years ago
Waqas Hussain e8fa3940a7 hostmanager: activate() now gets the host config from configmanager when a config isn't given. 15 years ago
Waqas Hussain 1b1f622cd2 hostmanager: activate() now gets the host config from configmanager when a config isn't given. 15 years ago
Waqas Hussain a2b49b64ae hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now). 15 years ago
Waqas Hussain 48b21cfa9c hostmanager: Don't include hosts with '@' or '/' in the name in the get_children(host) result. 15 years ago
Waqas Hussain dc00ab5c71 hostmanager: Added function get_children(host) which copies componentmanager.get_children(host). 15 years ago
Waqas Hussain d1706d1cb5 hostmanager, componentmanager: hostmanager now handles component initialization at server start, not componentmanager. 15 years ago
Waqas Hussain 68f1533da5 hostmanager: Added support for components to hostmanager.activate(). 15 years ago
Waqas Hussain 67804ef1a3 componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property. 15 years ago
Matthew Wild c6045f3c70 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 15 years ago
Matthew Wild c227e09b53 hostmanager: Remove dependency on eventmanager 16 years ago
Matthew Wild 6d9cc72783 hostmanager: Re-word log messages in line with config changes 16 years ago
Matthew Wild 2bc0606453 Update copyright headers for 2010 16 years ago
Matthew Wild cec65108c9 certmanager, hostmanager: Rename get_context() to create_context() to be more explicit about what it does 16 years ago
Matthew Wild c7a61c42ae hostmanager: Small optimisation in checking whether a host is enabled 16 years ago
Matthew Wild 6014843e31 hostmanager: Log an error if no hosts are defined 16 years ago
Matthew Wild 382b21b912 hostmanager: Use certmanager for obtaining SSL contexts 16 years ago
Matthew Wild 2c384fccc2 hostmanager: Trailing whitespace 16 years ago
Matthew Wild 4b75f2857c s2smanager, hostmanager: Make dialback secrets per-host 16 years ago
Paul Aurich a5dcc1d8c6 Disable SSLv2 by default, it's known to be insecure. 16 years ago
Paul Aurich d92cd1e697 Disable SSLv2 by default, it's known to be insecure. 16 years ago
Matthew Wild f3444ceaa2 hostmanager: Log an error if no hosts are defined 16 years ago