Software /
code /
prosody-modules
Log
mod_host_guard/mod_host_guard.lua @ 727:99f5846bcd85
description | author | age |
---|---|---|
mod_host_guard: during configuration reload the host handlers should be reinitialized as well, so reverted changed and added back the "redundant code". | Marco Cirillo | Tue, 26 Jun 2012 10:57:24 +0000 |
mod_host_guard: removed redundant cleanup code (tested it's completely unrequired). | Marco Cirillo | Mon, 25 Jun 2012 23:53:40 +0000 |
mod_host_guard: host handlers are now cleaned properly on module unload (and also still on re/load to be safe). | Marco Cirillo | Mon, 25 Jun 2012 23:26:09 +0000 |
mod_host_guard: referenced configmanager from prosody's _G instead of requiring it. | Marco Cirillo | Mon, 25 Jun 2012 22:32:54 +0000 |
mod_host_guard: remove unused import. | Marco Cirillo | Sun, 27 May 2012 04:58:07 +0000 |
mod_host_guard: prevent possible traces in case there isn't a conn object on the session by adding a dummy replacement function. | Marco Cirillo | Sun, 27 May 2012 04:44:24 +0000 |