Merge 0.10->trunk
|
Kim Alvefur |
Thu, 21 Sep 2017 02:36:28 +0200 |
hostmanager: Add support for 'disco_hidden' option to hide hosts from disco#items (thanks Ge0rG)
|
Matthew Wild |
Wed, 20 Sep 2017 14:42:21 +0100 |
hostmanager: Remove unused imports of 'jid_split' and 'select'
|
Matthew Wild |
Fri, 05 Feb 2016 00:10:46 +0000 |
Merge 0.10->trunk
|
Kim Alvefur |
Thu, 20 Aug 2015 13:05:22 +0200 |
core.*: Remove use of module() function
|
Kim Alvefur |
Sat, 21 Feb 2015 10:42:19 +0100 |
Merge 0.10->trunk
|
Kim Alvefur |
Tue, 19 May 2015 16:33:47 +0200 |
hostmanager: Metatable with __tostring on hosts
|
Kim Alvefur |
Mon, 18 May 2015 20:50:50 +0200 |
Merge 0.10->trunk
|
Matthew Wild |
Fri, 03 Apr 2015 19:34:47 +0100 |
hostmanager: Rename variable to avoid shadowing 'type()' function
|
Matthew Wild |
Fri, 03 Apr 2015 19:22:55 +0100 |
Merge 0.10->trunk
|
Matthew Wild |
Wed, 21 Jan 2015 01:29:00 +0000 |
hostmanager: Remove unused import of util.uuid
|
Matthew Wild |
Tue, 20 Jan 2015 11:30:07 +0000 |
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 |
Fri, 26 Sep 2014 17:10:43 +0100 |
hostmanager, mod_dialback: Move generation of dialback secret out of core
|
Kim Alvefur |
Thu, 22 May 2014 15:21:22 +0200 |
Remove all trailing whitespace
|
Florian Zeitz |
Fri, 09 Aug 2013 17:48:21 +0200 |
core.*: Complete removal of all traces of the "core" section and section-related code.
|
Kim Alvefur |
Sat, 23 Mar 2013 02:33:15 +0100 |
hostmanager: Use rawget to check for activated hosts to prevent recursion in dynamic host loaders
|
Matthew Wild |
Fri, 22 Mar 2013 11:24:54 +0000 |
hostmanager: Use prosody.hosts instead of 'hosts' global
|
Matthew Wild |
Fri, 22 Mar 2013 11:24:13 +0000 |
configmanager, hostmanager, prosody: Almost complete removal of section-related code, and the infamous 'core' section. Still backwards-compatible with API users.
|
Matthew Wild |
Fri, 22 Mar 2013 11:21:24 +0000 |
hostmanager: Import core_post_stanza from the global prosody table
|
Kim Alvefur |
Wed, 13 Mar 2013 07:01:57 +0100 |
hostmanager, modulemanager: Ensure hosts[*].modules always exists.
|
Waqas Hussain |
Thu, 13 Sep 2012 00:32:12 +0500 |
hostmanager, mod_disco: Show optional 'name' option from the config in disco#items queries (fixes use-case in #292) (thanks diSabler, mva)
|
Matthew Wild |
Sun, 05 Aug 2012 17:18:35 +0100 |
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 |
Fri, 11 May 2012 00:56:18 +0100 |
hostmanager: Remove import of unused setmetatable
|
Matthew Wild |
Sat, 28 Apr 2012 02:25:54 +0100 |
hostmanager: Remove unused host_config parameter from host-activated event
|
Matthew Wild |
Fri, 27 Apr 2012 22:33:38 +0100 |
hostmanager: Add some TODO comments
|
Matthew Wild |
Fri, 27 Apr 2012 22:32:04 +0100 |
hostmanager: Convert host-deactivating event parameters to a table
|
Matthew Wild |
Fri, 27 Apr 2012 22:31:53 +0100 |
hostmanager: Import select() (thanks Medics)
|
Matthew Wild |
Sun, 12 Feb 2012 17:53:50 +0000 |
hostmanager: Import jid_split (thanks chris)
|
Matthew Wild |
Sat, 11 Feb 2012 14:51:00 +0000 |
hostmanager: Add send() method to hosts
|
Matthew Wild |
Fri, 16 Dec 2011 16:01:59 +0000 |
hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now).
|
Waqas Hussain |
Tue, 28 Dec 2010 09:58:40 +0500 |