| Commit message (Expand) | Author | Age | Files | Lines |
* | hostmanager: Metatable with __tostring on hosts | Kim Alvefur | 2015-05-18 | 1 | -0/+15 |
* | hostmanager: Rename variable to avoid shadowing 'type()' function | Matthew Wild | 2015-04-03 | 1 | -2/+2 |
* | hostmanager: Remove unused import of util.uuid | Matthew Wild | 2015-01-20 | 1 | -1/+0 |
* | hostmanager, mod_dialback: Move generation of dialback secret out of core | Kim Alvefur | 2014-05-22 | 1 | -1/+0 |
* | Remove all trailing whitespace | Florian Zeitz | 2013-08-09 | 1 | -7/+7 |
* | core.*: Complete removal of all traces of the "core" section and section-rela... | Kim Alvefur | 2013-03-23 | 1 | -1/+1 |
* | hostmanager: Use rawget to check for activated hosts to prevent recursion in ... | Matthew Wild | 2013-03-22 | 1 | -2/+2 |
* | hostmanager: Use prosody.hosts instead of 'hosts' global | Matthew Wild | 2013-03-22 | 1 | -1/+1 |
* | configmanager, hostmanager, prosody: Almost complete removal of section-relat... | Matthew Wild | 2013-03-22 | 1 | -5/+5 |
* | hostmanager: Import core_post_stanza from the global prosody table | Kim Alvefur | 2013-03-13 | 1 | -0/+1 |
* | hostmanager, modulemanager: Ensure hosts[*].modules always exists. | Waqas Hussain | 2012-09-13 | 1 | -0/+1 |
* | hostmanager, mod_disco: Show optional 'name' option from the config in disco#... | Matthew Wild | 2012-08-05 | 1 | -1/+1 |
* | mod_s2s, mod_auth_anonymous, hostmanager: Remove disallow_s2s flag, deprecate... | Matthew Wild | 2012-05-11 | 1 | -1/+0 |
* | hostmanager: Remove import of unused setmetatable | Matthew Wild | 2012-04-28 | 1 | -1/+1 |
* | hostmanager: Remove unused host_config parameter from host-activated event | Matthew Wild | 2012-04-27 | 1 | -1/+1 |
* | hostmanager: Add some TODO comments | Matthew Wild | 2012-04-27 | 1 | -0/+2 |
* | hostmanager: Convert host-deactivating event parameters to a table | Matthew Wild | 2012-04-27 | 1 | -1/+1 |
* | hostmanager: Import select() (thanks Medics) | Matthew Wild | 2012-02-12 | 1 | -1/+1 |
* | hostmanager: Import jid_split (thanks chris) | Matthew Wild | 2012-02-11 | 1 | -0/+1 |
* | hostmanager: Add send() method to hosts | Matthew Wild | 2011-12-16 | 1 | -0/+12 |
* | hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_... | Waqas Hussain | 2010-12-28 | 1 | -3/+0 |
* | hostmanager: Improved error handling. | Waqas Hussain | 2010-12-09 | 1 | -2/+7 |
* | hostmanager: deactivate() now returns true on success. | Waqas Hussain | 2010-12-09 | 1 | -0/+1 |
* | hostmanager: activate() now gets the host config from configmanager when a co... | Waqas Hussain | 2010-12-09 | 1 | -0/+1 |
* | hostmanager: Don't include hosts with '@' or '/' in the name in the get_child... | Waqas Hussain | 2010-11-10 | 1 | -2/+6 |
* | hostmanager: Added function get_children(host) which copies componentmanager.... | Waqas Hussain | 2010-11-10 | 1 | -1/+6 |
* | hostmanager, componentmanager: hostmanager now handles component initializati... | Waqas Hussain | 2010-11-10 | 1 | -2/+6 |
* | hostmanager: Added support for components to hostmanager.activate(). | Waqas Hussain | 2010-11-10 | 1 | -7/+17 |
* | componentmanager, hostmanager, modulemanager, mod_component: Got rid of the u... | Waqas Hussain | 2010-11-10 | 1 | -1/+1 |
* | certmanager, hostmanager, mod_tls: Move responsibility for creating per-host ... | Matthew Wild | 2010-11-06 | 1 | -6/+0 |
* | hostmanager: Remove dependency on eventmanager | Matthew Wild | 2010-08-03 | 1 | -9/+9 |
* | Merge 0.6 into 0.7. | Waqas Hussain | 2010-05-01 | 1 | -3/+3 |
|\ |
|
| * | hostmanager: Re-word log messages in line with config changes | Matthew Wild | 2010-04-14 | 1 | -3/+3 |
* | | Merge 0.6->0.7 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
|\| |
|
| * | Update copyright headers for 2010 | Matthew Wild | 2010-03-22 | 1 | -2/+2 |
| * | Merge 0.6.2/waqas with 0.6.2/MattJ | Matthew Wild | 2010-03-03 | 1 | -0/+7 |
| |\ |
|
| | * | hostmanager: Log an error if no hosts are defined | Matthew Wild | 2010-02-12 | 1 | -0/+7 |
| * | | Disable SSLv2 by default, it's known to be insecure. | Paul Aurich | 2009-12-04 | 1 | -2/+2 |
| |/ |
|
* | | certmanager, hostmanager: Rename get_context() to create_context() to be more... | Matthew Wild | 2010-02-13 | 1 | -2/+2 |
* | | hostmanager: Small optimisation in checking whether a host is enabled | Matthew Wild | 2010-02-12 | 1 | -1/+1 |
* | | hostmanager: Log an error if no hosts are defined | Matthew Wild | 2010-02-12 | 1 | -0/+7 |
* | | hostmanager: Use certmanager for obtaining SSL contexts | Matthew Wild | 2010-01-31 | 1 | -12/+4 |
* | | hostmanager: Trailing whitespace | Matthew Wild | 2010-01-29 | 1 | -4/+4 |
* | | s2smanager, hostmanager: Make dialback secrets per-host | Matthew Wild | 2010-01-03 | 1 | -4/+7 |
* | | Disable SSLv2 by default, it's known to be insecure. | Paul Aurich | 2009-12-04 | 1 | -2/+2 |
|/ |
|
* | hostmanager: Create a server sslctx for incoming connections | Matthew Wild | 2009-10-17 | 1 | -0/+2 |
* | hostmanager: deactivate() now accepts a reason, closes s2s connections as wel... | Matthew Wild | 2009-10-17 | 1 | -6/+37 |
* | hostmanager: Add return _M; | Matthew Wild | 2009-10-17 | 1 | -0/+1 |
* | hostmanager: Only initialse SSL contexts if SSL library available | Matthew Wild | 2009-10-05 | 1 | -3/+5 |
* | hostmanager: Create ssl context for each host (fixes #30 for outgoing s2s con... | Matthew Wild | 2009-10-04 | 1 | -1/+11 |