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 |
mod_host_guard: removed unused variable.
|
Marco Cirillo |
Sun, 27 May 2012 01:37:25 +0000 |
mod_host_guard: using route/remote event hook to stop outgoing connections to filtered entities, yet the returned error is highly misleading.
|
Marco Cirillo |
Sun, 27 May 2012 01:34:53 +0000 |
mod_host_guard: removed s2smanager import.
|
Marco Cirillo |
Sat, 26 May 2012 22:48:03 +0000 |
mod_host_guard: removed calls to s2smanager and made the module not dependant on it.
|
Marco Cirillo |
Sat, 26 May 2012 22:45:46 +0000 |
mod_host_guard: fixed plugin, minor code refactor.
|
Marco Cirillo |
Sun, 08 Jan 2012 05:25:49 +0000 |
mod_host_guard: replaced prosody.events.add_handler with module:hook.
|
Marco Cirillo |
Sun, 08 Jan 2012 03:51:16 +0000 |