Software /
code /
prosody
Log
util/sasl/plain.lua @ 11639:ad39528e647d
description | author | age |
---|---|---|
util.sasl.plain: Apply saslprep to stored password 0.11 | Kim Alvefur | 2020-05-22 |
vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | 2018-02-28 |
util.sasl.plain,scram: Record username in sasl state earlier | Kim Alvefur | 2017-04-19 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end | Kim Alvefur | 2015-02-21 |
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to. | Waqas Hussain | 2013-01-22 |
util.sasl.plain: Reduce some code. | Waqas Hussain | 2012-12-15 |
util.sasl.plain: make it return "not-authorized" in case of non-existant accounts instead of "account-disabled" to avoid enumeration. | Marco Cirillo | 2012-05-28 |