log
graph
tags
bookmarks
branches
changeset
browse
file
diff
comparison
annotate
file log
raw
help
Mercurial
>
prosody-modules
log mod_host_guard/mod_host_guard.lua @ 2199:
2582d09d2ec4
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
|
(0)
tip
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)
2012-05-27
Marco Cirillo
mod_host_guard: removed unused variable.
2012-05-27
Marco Cirillo
mod_host_guard: using route/remote event hook to stop outgoing connections to filtered entities, yet the returned error is highly misleading.
2012-05-26
Marco Cirillo
mod_host_guard: removed s2smanager import.
2012-05-26
Marco Cirillo
mod_host_guard: removed calls to s2smanager and made the module not dependant on it.
2012-01-08
Marco Cirillo
mod_host_guard: fixed plugin, minor code refactor.
2012-01-08
Marco Cirillo
mod_host_guard: replaced prosody.events.add_handler with module:hook.
2012-01-07
Marco Cirillo
mod_host_guard: stick to one code "punctuation" style.
2012-01-05
Marco Cirillo
mod_host_guard: updated banner.
2011-12-20
Marco Cirillo
mod_host_guard: added exceptions/whitelisting to the blockall logic (makes little sense otherwise has s2s_disallow = true does the same)
2011-12-04
Marco Cirillo
mod_host_guard: minor fix.
2011-12-04
Marco Cirillo
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
less
more
|
(0)
tip