core/hostmanager.lua
Fri, 17 Mar 2023 16:23:07 +0100 Kim Alvefur core: Prefix module imports with prosody namespace
Tue, 06 Apr 2021 13:27:18 +0200 Kim Alvefur core.hostmanager: Remove obsolete clearing of srv_hosts
Tue, 06 Mar 2018 01:45:58 +0100 Kim Alvefur Merge 0.10->trunk
Sat, 24 Feb 2018 19:40:18 +0100 Kim Alvefur hostmanager: Add a logging close method in case something tries to close the origin of local-originated stanzas (see #1084)
Wed, 28 Feb 2018 20:06:26 +0100 Kim Alvefur vairious: Add annotation when an empty environment is set [luacheck]
Thu, 21 Sep 2017 02:36:28 +0200 Kim Alvefur Merge 0.10->trunk
Wed, 20 Sep 2017 14:42:21 +0100 Matthew Wild hostmanager: Add support for 'disco_hidden' option to hide hosts from disco#items (thanks Ge0rG)
Fri, 05 Feb 2016 00:10:46 +0000 Matthew Wild hostmanager: Remove unused imports of 'jid_split' and 'select'
Thu, 20 Aug 2015 13:05:22 +0200 Kim Alvefur Merge 0.10->trunk
Sat, 21 Feb 2015 10:42:19 +0100 Kim Alvefur core.*: Remove use of module() function
Tue, 19 May 2015 16:33:47 +0200 Kim Alvefur Merge 0.10->trunk
Mon, 18 May 2015 20:50:50 +0200 Kim Alvefur hostmanager: Metatable with __tostring on hosts
Fri, 03 Apr 2015 19:34:47 +0100 Matthew Wild Merge 0.10->trunk
Fri, 03 Apr 2015 19:22:55 +0100 Matthew Wild hostmanager: Rename variable to avoid shadowing 'type()' function
Wed, 21 Jan 2015 01:29:00 +0000 Matthew Wild Merge 0.10->trunk
Tue, 20 Jan 2015 11:30:07 +0000 Matthew Wild hostmanager: Remove unused import of util.uuid
Fri, 26 Sep 2014 17:10:43 +0100 Matthew Wild 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.
Thu, 22 May 2014 15:21:22 +0200 Kim Alvefur hostmanager, mod_dialback: Move generation of dialback secret out of core
Fri, 09 Aug 2013 17:48:21 +0200 Florian Zeitz Remove all trailing whitespace
Sat, 23 Mar 2013 02:33:15 +0100 Kim Alvefur core.*: Complete removal of all traces of the "core" section and section-related code.
Fri, 22 Mar 2013 11:24:54 +0000 Matthew Wild hostmanager: Use rawget to check for activated hosts to prevent recursion in dynamic host loaders
Fri, 22 Mar 2013 11:24:13 +0000 Matthew Wild hostmanager: Use prosody.hosts instead of 'hosts' global
Fri, 22 Mar 2013 11:21:24 +0000 Matthew Wild configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users.
Wed, 13 Mar 2013 07:01:57 +0100 Kim Alvefur hostmanager: Import core_post_stanza from the global prosody table
Thu, 13 Sep 2012 00:32:12 +0500 Waqas Hussain hostmanager, modulemanager: Ensure hosts[*].modules always exists.
Sun, 05 Aug 2012 17:18:35 +0100 Matthew Wild hostmanager, mod_disco: Show optional 'name' option from the config in disco#items queries (fixes use-case in #292) (thanks diSabler, mva)
Fri, 11 May 2012 00:56:18 +0100 Matthew Wild 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
Sat, 28 Apr 2012 02:25:54 +0100 Matthew Wild hostmanager: Remove import of unused setmetatable
Fri, 27 Apr 2012 22:33:38 +0100 Matthew Wild hostmanager: Remove unused host_config parameter from host-activated event
Fri, 27 Apr 2012 22:32:04 +0100 Matthew Wild hostmanager: Add some TODO comments
Fri, 27 Apr 2012 22:31:53 +0100 Matthew Wild hostmanager: Convert host-deactivating event parameters to a table
Sun, 12 Feb 2012 17:53:50 +0000 Matthew Wild hostmanager: Import select() (thanks Medics)
Sat, 11 Feb 2012 14:51:00 +0000 Matthew Wild hostmanager: Import jid_split (thanks chris)
Fri, 16 Dec 2011 16:01:59 +0000 Matthew Wild hostmanager: Add send() method to hosts
Tue, 28 Dec 2010 09:58:40 +0500 Waqas Hussain hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now).
Thu, 09 Dec 2010 21:40:54 +0500 Waqas Hussain hostmanager: Improved error handling.
Thu, 09 Dec 2010 21:12:39 +0500 Waqas Hussain hostmanager: deactivate() now returns true on success.
Thu, 09 Dec 2010 21:11:12 +0500 Waqas Hussain hostmanager: activate() now gets the host config from configmanager when a config isn't given.
Wed, 10 Nov 2010 20:36:37 +0500 Waqas Hussain hostmanager: Don't include hosts with '@' or '/' in the name in the get_children(host) result.
Wed, 10 Nov 2010 20:28:20 +0500 Waqas Hussain hostmanager: Added function get_children(host) which copies componentmanager.get_children(host).
Wed, 10 Nov 2010 19:57:35 +0500 Waqas Hussain hostmanager, componentmanager: hostmanager now handles component initialization at server start, not componentmanager.
Wed, 10 Nov 2010 17:37:14 +0500 Waqas Hussain hostmanager: Added support for components to hostmanager.activate().
Wed, 10 Nov 2010 03:39:38 +0500 Waqas Hussain componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property.
Sat, 06 Nov 2010 18:28:15 +0000 Matthew Wild 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
Tue, 03 Aug 2010 10:55:17 +0100 Matthew Wild hostmanager: Remove dependency on eventmanager
Sat, 01 May 2010 05:18:38 +0500 Waqas Hussain Merge 0.6 into 0.7.
Wed, 14 Apr 2010 13:00:24 +0100 Matthew Wild hostmanager: Re-word log messages in line with config changes
Mon, 22 Mar 2010 17:24:55 +0000 Matthew Wild Merge 0.6->0.7
Mon, 22 Mar 2010 17:06:15 +0000 Matthew Wild Update copyright headers for 2010
Wed, 03 Mar 2010 22:05:05 +0000 Matthew Wild Merge 0.6.2/waqas with 0.6.2/MattJ
Fri, 12 Feb 2010 12:43:50 +0000 Matthew Wild hostmanager: Log an error if no hosts are defined
Sat, 13 Feb 2010 16:08:43 +0000 Matthew Wild certmanager, hostmanager: Rename get_context() to create_context() to be more explicit about what it does
Fri, 12 Feb 2010 12:47:23 +0000 Matthew Wild hostmanager: Small optimisation in checking whether a host is enabled
Fri, 12 Feb 2010 12:43:50 +0000 Matthew Wild hostmanager: Log an error if no hosts are defined
Sun, 31 Jan 2010 17:23:39 +0000 Matthew Wild hostmanager: Use certmanager for obtaining SSL contexts
Fri, 29 Jan 2010 17:09:20 +0000 Matthew Wild hostmanager: Trailing whitespace
Sun, 03 Jan 2010 18:55:42 +0000 Matthew Wild s2smanager, hostmanager: Make dialback secrets per-host
Fri, 04 Dec 2009 09:48:08 -0800 Paul Aurich Disable SSLv2 by default, it's known to be insecure.
Sat, 17 Oct 2009 16:23:03 +0100 Matthew Wild hostmanager: Create a server sslctx for incoming connections
Sat, 17 Oct 2009 15:23:50 +0100 Matthew Wild hostmanager: deactivate() now accepts a reason, closes s2s connections as well as disconnecting users, and unloads modules for the host
less more (0) -60 tip