Software /
code /
prosody
Log
plugins/mod_legacyauth.lua @ 8447:200f4f1b7833
description | author | age |
---|---|---|
mod_legacyauth, mod_saslauth, mod_tls: Pass require_encryption as default option to s2s_require_encryption so the later overrides the former | Kim Alvefur | 2014-10-21 |
mod_lastactivity, mod_legacyauth, mod_presence, mod_saslauth, mod_tls: Use the newer stanza:get_child APIs and optimize away some table lookups | Kim Alvefur | 2014-07-04 |
Remove all trailing whitespace | Florian Zeitz | 2013-08-09 |
mod_legacyauth: Fix for sending error response to unauthed s2s connections | Matthew Wild | 2012-09-13 |
mod_legacyauth: Remove unused variable | Kim Alvefur | 2012-08-07 |
mod_legacyauth: Return an error if username or resource fails stringprep (thanks iron) | Kim Alvefur | 2012-08-07 |
mod_legacyauth: Disallow on unencrypted connections by default, heed allow_unencrypted_plain_auth config option (thanks Maranda/Zash) | Matthew Wild | 2011-04-20 |