log core/hostmanager.lua @ 6430:ceaf2a0d05eb

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