log core/hostmanager.lua @ 5610:f73d5fb4ea13

age author description
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