log mod_host_guard/mod_host_guard.lua @ 1887:a7fdab9c14e2

age author description
2014-03-11 Florian Zeitz all the things: Remove trailing whitespace
2012-09-19 Marco Cirillo mod_host_guard: close down streams from and to filtered entities, on initialization / configuration reload.
2012-09-12 Marco Cirillo mod_host_guard: fix typos into the code, the operators were supposed to be "not equal".
2012-09-12 Marco Cirillo mod_host_guard: replace checking host object with checking the configuration for the authentication option set to anonymous, I suppose that was the reason I imported configmanager but probably lost that somewhere in the process.
2012-09-12 Marco Cirillo mod_host_guard: prevent possible traceback during host manual activation/deactivation.
2012-06-26 Marco Cirillo mod_host_guard: adjusted log message.
2012-06-26 Marco Cirillo mod_host_guard: reduced code duplication and added better logging.
2012-06-26 Marco Cirillo mod_host_guard: during configuration reload the host handlers should be reinitialized as well, so reverted changed and added back the "redundant code".
2012-06-25 Marco Cirillo mod_host_guard: removed redundant cleanup code (tested it's completely unrequired).
2012-06-25 Marco Cirillo mod_host_guard: host handlers are now cleaned properly on module unload (and also still on re/load to be safe).
2012-06-25 Marco Cirillo mod_host_guard: referenced configmanager from prosody's _G instead of requiring it.
2012-05-27 Marco Cirillo mod_host_guard: remove unused import.
2012-05-27 Marco Cirillo mod_host_guard: prevent possible traces in case there isn't a conn object on the session by adding a dummy replacement function.
2012-05-27 Marco Cirillo mod_host_guard: now a proper error is returned when stanzas are routed to a filtered remote server (thanks Zash)