Software /
code /
prosody
Log
util/sasl/plain.lua @ 8555:4f0f5b49bb03
description | author | age |
---|---|---|
vairious: Add annotation when an empty environment is set [luacheck] | Kim Alvefur | Wed, 28 Feb 2018 20:06:26 +0100 |
util.sasl.plain,scram: Record username in sasl state earlier | Kim Alvefur | Wed, 19 Apr 2017 06:47:02 +0200 |
util.*: Remove use of module() function, make all module functions local and return them in a table at the end | Kim Alvefur | Sat, 21 Feb 2015 10:36:37 +0100 |
util.sasl.{plain,scram,digest-md5}: nodeprep username before passing to callbacks, so callbacks don't have to. | Waqas Hussain | Tue, 22 Jan 2013 08:21:05 +0500 |
util.sasl.plain: Reduce some code. | Waqas Hussain | Sat, 15 Dec 2012 07:06:45 +0500 |
util.sasl.plain: make it return "not-authorized" in case of non-existant accounts instead of "account-disabled" to avoid enumeration. | Marco Cirillo | Mon, 28 May 2012 15:59:10 +0000 |