plugins: Remove tostring call from logging
|
Kim Alvefur |
2019-07-30 |
Fix various spelling mistakes [codespell]
|
Kim Alvefur |
2019-05-03 |
mod_saslauth: Improve log message when no SASL mechanisms offered (thanks hexa)
|
Kim Alvefur |
2018-11-24 |
mod_saslauth: Ignore unused argument [luacheck]
|
Kim Alvefur |
2018-02-04 |
mod_saslauth: Use renamed API for hooking non-stanzas
|
Kim Alvefur |
2018-02-04 |
mod_saslauth: Pass SASL EXTERNAL failure reason on to be used in error bounces
|
Kim Alvefur |
2018-02-04 |
mod_saslauth: Close connection if no fallback kicks in on SASL EXTERNAL failure
|
Kim Alvefur |
2018-02-03 |
Backed out changeset 89c42aff8510: The problem in ejabberd has reportedly been resolved and this change causes more problems than it solves (fixes #1006)
|
Kim Alvefur |
2018-02-04 |
mod_saslauth: Log which mechanisms are offered
|
Kim Alvefur |
2017-12-21 |
Merge 0.9->0.10
|
Kim Alvefur |
2017-09-14 |
mod_saslauth: Use correct varible name (thanks Roi)
|
Kim Alvefur |
2017-07-08 |
mod_saslauth: Remove unused argument [luacheck]
|
Kim Alvefur |
2017-04-01 |
mod_saslauth: Fix typoed variable name [luacheck]
|
Kim Alvefur |
2017-03-06 |
mod_saslauth: Switch to hook_tag from hook_stanza which was renamed in 2087d42f1e77
|
Kim Alvefur |
2017-03-06 |
Merge 0.9->0.10
|
Kim Alvefur |
2017-03-02 |
mod_saslauth: Log SASL failure reason
|
Kim Alvefur |
2017-03-02 |
mod_saslauth: Ignore shadowing of logger [luacheck]
|
Kim Alvefur |
2017-02-15 |
mod_saslauth: Improve logging as to why when SASL is not offered
|
Kim Alvefur |
2017-02-15 |
mod_saslauth: Cache logger in local for less typing
|
Kim Alvefur |
2017-02-15 |
core.sessionmanager, mod_saslauth: Introduce intermediate session type for authenticated but unbound sessions so that resource binding is not treated as a normal stanza
|
Kim Alvefur |
2016-12-13 |
mod_saslauth: Disable DIGEST-MD5 by default (closes #515)
|
Kim Alvefur |
2016-03-18 |
mod_saslauth: Make it easier to support multiple channel binding methonds
|
Kim Alvefur |
2014-11-19 |
mod_saslauth: Break out tls-unique channel binding callback so it is instantiated once
|
Kim Alvefur |
2014-11-19 |
mod_saslauth: Keep sasl_handler in a local variable
|
Kim Alvefur |
2014-11-19 |
mod_saslauth: Better name for config option
|
Kim Alvefur |
2014-10-21 |
mod_saslauth: Make it possible to disable certain mechanisms
|
Kim Alvefur |
2014-10-21 |
mod_saslauth: Add LOGIN to mechanisms not allowed over unencrypted connections as it may be offered by 3rd party authentication plugins
|
Kim Alvefur |
2014-10-21 |
mod_saslauth: Use a configurable set of mechanisms to not allow over unencrypted connections
|
Kim Alvefur |
2014-10-21 |
mod_saslauth: Log warning if no SASL mechanisms were offered
|
Kim Alvefur |
2014-10-21 |
mod_saslauth: Use type-specific config option getters
|
Kim Alvefur |
2014-10-21 |