Software /
code /
prosody
Log
core/hostmanager.lua @ 3990:764922062c38
description | author | age |
---|---|---|
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 |