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 |
hostmanager: Improved error handling.
|
Waqas Hussain |
Thu, 09 Dec 2010 21:40:54 +0500 |
hostmanager: deactivate() now returns true on success.
|
Waqas Hussain |
Thu, 09 Dec 2010 21:12:39 +0500 |
hostmanager: activate() now gets the host config from configmanager when a config isn't given.
|
Waqas Hussain |
Thu, 09 Dec 2010 21:11:12 +0500 |
hostmanager: Don't include hosts with '@' or '/' in the name in the get_children(host) result.
|
Waqas Hussain |
Wed, 10 Nov 2010 20:36:37 +0500 |
hostmanager: Added function get_children(host) which copies componentmanager.get_children(host).
|
Waqas Hussain |
Wed, 10 Nov 2010 20:28:20 +0500 |
hostmanager, componentmanager: hostmanager now handles component initialization at server start, not componentmanager.
|
Waqas Hussain |
Wed, 10 Nov 2010 19:57:35 +0500 |
hostmanager: Added support for components to hostmanager.activate().
|
Waqas Hussain |
Wed, 10 Nov 2010 17:37:14 +0500 |
componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property.
|
Waqas Hussain |
Wed, 10 Nov 2010 03:39:38 +0500 |
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
|
Matthew Wild |
Sat, 06 Nov 2010 18:28:15 +0000 |
hostmanager: Remove dependency on eventmanager
|
Matthew Wild |
Tue, 03 Aug 2010 10:55:17 +0100 |
Merge 0.6 into 0.7.
|
Waqas Hussain |
Sat, 01 May 2010 05:18:38 +0500 |
hostmanager: Re-word log messages in line with config changes
|
Matthew Wild |
Wed, 14 Apr 2010 13:00:24 +0100 |
Merge 0.6->0.7
|
Matthew Wild |
Mon, 22 Mar 2010 17:24:55 +0000 |
Update copyright headers for 2010
|
Matthew Wild |
Mon, 22 Mar 2010 17:06:15 +0000 |
Merge 0.6.2/waqas with 0.6.2/MattJ
|
Matthew Wild |
Wed, 03 Mar 2010 22:05:05 +0000 |
hostmanager: Log an error if no hosts are defined
|
Matthew Wild |
Fri, 12 Feb 2010 12:43:50 +0000 |
certmanager, hostmanager: Rename get_context() to create_context() to be more explicit about what it does
|
Matthew Wild |
Sat, 13 Feb 2010 16:08:43 +0000 |
hostmanager: Small optimisation in checking whether a host is enabled
|
Matthew Wild |
Fri, 12 Feb 2010 12:47:23 +0000 |
hostmanager: Log an error if no hosts are defined
|
Matthew Wild |
Fri, 12 Feb 2010 12:43:50 +0000 |
hostmanager: Use certmanager for obtaining SSL contexts
|
Matthew Wild |
Sun, 31 Jan 2010 17:23:39 +0000 |
hostmanager: Trailing whitespace
|
Matthew Wild |
Fri, 29 Jan 2010 17:09:20 +0000 |
s2smanager, hostmanager: Make dialback secrets per-host
|
Matthew Wild |
Sun, 03 Jan 2010 18:55:42 +0000 |
Disable SSLv2 by default, it's known to be insecure.
|
Paul Aurich |
Fri, 04 Dec 2009 09:48:08 -0800 |
hostmanager: Create a server sslctx for incoming connections
|
Matthew Wild |
Sat, 17 Oct 2009 16:23:03 +0100 |
hostmanager: deactivate() now accepts a reason, closes s2s connections as well as disconnecting users, and unloads modules for the host
|
Matthew Wild |
Sat, 17 Oct 2009 15:23:50 +0100 |
hostmanager: Add return _M;
|
Matthew Wild |
Sat, 17 Oct 2009 14:43:38 +0100 |
hostmanager: Only initialse SSL contexts if SSL library available
|
Matthew Wild |
Mon, 05 Oct 2009 22:15:32 +0100 |
hostmanager: Create ssl context for each host (fixes #30 for outgoing s2s connections)
|
Matthew Wild |
Sun, 04 Oct 2009 16:50:22 +0100 |
hostmanager: Only load vhosts, not components
|
Matthew Wild |
Wed, 30 Sep 2009 11:01:21 +0100 |
hostmanager: Warn when user puts port configuration under vhost section
|
Matthew Wild |
Tue, 28 Jul 2009 17:43:46 +0100 |
Add copyright header to those files missing one
|
Matthew Wild |
Fri, 10 Jul 2009 03:08:38 +0100 |
hostmanager: Add disallow_s2s to config, defaults to false unless anonymous_login is enabled, then defaults to true
|
Matthew Wild |
Fri, 03 Jul 2009 04:24:30 +0100 |
core: hosts[*].events
|
Waqas Hussain |
Wed, 20 May 2009 05:23:30 +0500 |
hostmanager: Reduce log output at startup to 'debug'
|
Matthew Wild |
Sat, 02 May 2009 22:02:43 +0100 |
hostmanager: Fire event when all hosts are loaded from config
|
Matthew Wild |
Thu, 29 Jan 2009 02:09:53 +0000 |
Log in hostmanager when a vhost is activated/deactivated
|
Matthew Wild |
Sat, 06 Dec 2008 19:49:14 +0000 |
Add hostmanager, and eventmanager
|
Matthew Wild |
Sat, 06 Dec 2008 03:41:49 +0000 |