Log

mod_host_guard/mod_host_guard.lua @ 5279:2b858cccac8f

description author age
all the things: Remove trailing whitespace Florian Zeitz 2014-03-11
mod_host_guard: close down streams from and to filtered entities, on initialization / configuration reload. Marco Cirillo 2012-09-19
mod_host_guard: fix typos into the code, the operators were supposed to be "not equal". Marco Cirillo 2012-09-12
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. Marco Cirillo 2012-09-12
mod_host_guard: prevent possible traceback during host manual activation/deactivation. Marco Cirillo 2012-09-12
mod_host_guard: adjusted log message. Marco Cirillo 2012-06-26
mod_host_guard: reduced code duplication and added better logging. Marco Cirillo 2012-06-26
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 2012-06-26
mod_host_guard: removed redundant cleanup code (tested it's completely unrequired). Marco Cirillo 2012-06-25
mod_host_guard: host handlers are now cleaned properly on module unload (and also still on re/load to be safe). Marco Cirillo 2012-06-25
mod_host_guard: referenced configmanager from prosody's _G instead of requiring it. Marco Cirillo 2012-06-25
mod_host_guard: remove unused import. Marco Cirillo 2012-05-27
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 2012-05-27
mod_host_guard: now a proper error is returned when stanzas are routed to a filtered remote server (thanks Zash) Marco Cirillo 2012-05-27
mod_host_guard: removed unused variable. Marco Cirillo 2012-05-27
mod_host_guard: using route/remote event hook to stop outgoing connections to filtered entities, yet the returned error is highly misleading. Marco Cirillo 2012-05-27
mod_host_guard: removed s2smanager import. Marco Cirillo 2012-05-26
mod_host_guard: removed calls to s2smanager and made the module not dependant on it. Marco Cirillo 2012-05-26
mod_host_guard: fixed plugin, minor code refactor. Marco Cirillo 2012-01-08
mod_host_guard: replaced prosody.events.add_handler with module:hook. Marco Cirillo 2012-01-08
mod_host_guard: stick to one code "punctuation" style. Marco Cirillo 2012-01-07
mod_host_guard: updated banner. Marco Cirillo 2012-01-05
mod_host_guard: added exceptions/whitelisting to the blockall logic (makes little sense otherwise has s2s_disallow = true does the same) Marco Cirillo 2011-12-20
mod_host_guard: minor fix. Marco Cirillo 2011-12-04
mod_host_guard: renamed mod_component_guard to mod_host_guard, as it really works with all hosts, finally decided to wiki it out and not merge it with the s2s_blackwhitelisting module. base mod_component_guard/mod_component_guard.lua@11447f740d35 Marco Cirillo 2011-12-04