Software /
code /
prosody
Log
plugins/mod_admin_telnet.lua @ 4647:57a4f863e48f
description | author | age |
---|---|---|
mod_admin_telnet: module:load(): Fix 'global-module-already-loaded' errors when successfully loading a global module (fixes #228) | Matthew Wild | Sat, 21 Apr 2012 20:52:12 +0100 |
mod_admin_telnet: module:list(): List global modules (part-fixes #228) | Matthew Wild | Sat, 21 Apr 2012 20:39:52 +0100 |
mod_admin_telnet: module:reload(): If module is loaded on *, reload it there first (ensuring shared module code is reloaded before per-host children of that module) | Matthew Wild | Sat, 21 Apr 2012 20:39:21 +0100 |
mod_admin_telnet: get_host_set(): Include '*' in the set if no specific hosts are specified and the module is loaded there | Matthew Wild | Sat, 21 Apr 2012 20:38:27 +0100 |
mod_posix, mod_bosh, mod_admin_telnet: Use module:set_global() | Kim Alvefur | Thu, 15 Mar 2012 14:47:46 +0100 |
mod_admin_telnet: Import util.iterators properly | Kim Alvefur | Sat, 03 Mar 2012 00:32:57 +0100 |