Software /
code /
prosody-modules
Log
mod_host_guard/mod_host_guard.lua @ 726:455a9b8fac27
description | author | age |
---|---|---|
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 |
mod_host_guard: now a proper error is returned when stanzas are routed to a filtered remote server (thanks Zash) | Marco Cirillo | Sun, 27 May 2012 02:44:06 +0000 |