Software /
code /
prosody
Log
core/hostmanager.lua @ 4592:0a9528b178fd
description | author | age |
---|---|---|
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 |