Mercurial > prosody-modules
log
age | author | description |
---|---|---|
Sun, 27 May 2012 04:44:24 +0000 | 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. |
Sun, 27 May 2012 02:44:06 +0000 | Marco Cirillo | mod_host_guard: now a proper error is returned when stanzas are routed to a filtered remote server (thanks Zash) |
Sun, 27 May 2012 01:37:25 +0000 | Marco Cirillo | mod_host_guard: removed unused variable. |
Sun, 27 May 2012 01:34:53 +0000 | Marco Cirillo | mod_host_guard: using route/remote event hook to stop outgoing connections to filtered entities, yet the returned error is highly misleading. |
Sat, 26 May 2012 22:48:03 +0000 | Marco Cirillo | mod_host_guard: removed s2smanager import. |
Sat, 26 May 2012 22:45:46 +0000 | Marco Cirillo | mod_host_guard: removed calls to s2smanager and made the module not dependant on it. |