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 |
2012-05-10 |
hostmanager: Remove import of unused setmetatable
|
Matthew Wild |
2012-04-28 |
hostmanager: Remove unused host_config parameter from host-activated event
|
Matthew Wild |
2012-04-27 |
hostmanager: Add some TODO comments
|
Matthew Wild |
2012-04-27 |
hostmanager: Convert host-deactivating event parameters to a table
|
Matthew Wild |
2012-04-27 |
hostmanager: Import select() (thanks Medics)
|
Matthew Wild |
2012-02-12 |
hostmanager: Import jid_split (thanks chris)
|
Matthew Wild |
2012-02-11 |
hostmanager: Add send() method to hosts
|
Matthew Wild |
2011-12-16 |
hostmanager: Don't set host.disallow_s2s when anonymous_login=true (mod_auth_anonymous does this now).
|
Waqas Hussain |
2010-12-28 |
hostmanager: Improved error handling.
|
Waqas Hussain |
2010-12-09 |
hostmanager: deactivate() now returns true on success.
|
Waqas Hussain |
2010-12-09 |
hostmanager: activate() now gets the host config from configmanager when a config isn't given.
|
Waqas Hussain |
2010-12-09 |
hostmanager: Don't include hosts with '@' or '/' in the name in the get_children(host) result.
|
Waqas Hussain |
2010-11-10 |
hostmanager: Added function get_children(host) which copies componentmanager.get_children(host).
|
Waqas Hussain |
2010-11-10 |
hostmanager, componentmanager: hostmanager now handles component initialization at server start, not componentmanager.
|
Waqas Hussain |
2010-11-10 |
hostmanager: Added support for components to hostmanager.activate().
|
Waqas Hussain |
2010-11-10 |
componentmanager, hostmanager, modulemanager, mod_component: Got rid of the useless hosts[*].connected property.
|
Waqas Hussain |
2010-11-09 |
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 |
2010-11-06 |
hostmanager: Remove dependency on eventmanager
|
Matthew Wild |
2010-08-03 |
Merge 0.6 into 0.7.
|
Waqas Hussain |
2010-05-01 |
hostmanager: Re-word log messages in line with config changes
|
Matthew Wild |
2010-04-14 |
Merge 0.6->0.7
|
Matthew Wild |
2010-03-22 |
Update copyright headers for 2010
|
Matthew Wild |
2010-03-22 |
Merge 0.6.2/waqas with 0.6.2/MattJ
|
Matthew Wild |
2010-03-03 |
hostmanager: Log an error if no hosts are defined
|
Matthew Wild |
2010-02-12 |
certmanager, hostmanager: Rename get_context() to create_context() to be more explicit about what it does
|
Matthew Wild |
2010-02-13 |
hostmanager: Small optimisation in checking whether a host is enabled
|
Matthew Wild |
2010-02-12 |
hostmanager: Log an error if no hosts are defined
|
Matthew Wild |
2010-02-12 |
hostmanager: Use certmanager for obtaining SSL contexts
|
Matthew Wild |
2010-01-31 |
hostmanager: Trailing whitespace
|
Matthew Wild |
2010-01-29 |