Software /
code /
prosody
Log
plugins/mod_s2s/mod_s2s.lua @ 5389:d147a4227a72
description | author | age |
---|---|---|
mod_s2s: Prevent traceback when replying to incoming connection to a host we don't serve | Kim Alvefur | Tue, 26 Mar 2013 09:25:20 +0100 |
mod_s2s: session.from_host does not allways exist on incoming connections, true and nil or "our hostname" does not evaluate to what we want here | Kim Alvefur | Mon, 25 Mar 2013 08:18:49 +0100 |
mod_s2s: Fix variable usage in check_auth_policy (thanks Florob) | Matthew Wild | Fri, 22 Mar 2013 15:16:22 +0000 |
mod_s2s: Remove unused variable | Matthew Wild | Fri, 22 Mar 2013 14:31:14 +0000 |
mod_s2s: Add controls for certificate validation via the s2s_secure_auth option. Plugins can now return false from handling s2s-check-certificate to prevent connection establishment (s2sin+s2sout) | Matthew Wild | Fri, 22 Mar 2013 14:21:02 +0000 |
s2smanager, mod_s2s, mod_dialback, mod_saslauth: Move s2smanager.make_authenticated() to mod_s2s, and plugins now signal authentication via the s2s-authenticated event | Matthew Wild | Fri, 22 Mar 2013 14:18:23 +0000 |