diff options
author | Kim Alvefur <zash@zash.se> | 2020-04-14 16:51:24 +0200 |
---|---|---|
committer | Kim Alvefur <zash@zash.se> | 2020-04-14 16:51:24 +0200 |
commit | d341deca9e5855e0bf94ff02fd64515a80bd63dc (patch) | |
tree | 5864cfa6ba4c63825782b45c0faed0d18ddff4de /.luacheckrc | |
parent | 2cff52a5536c4564cf3f8aa009cca84f6c857daf (diff) | |
download | prosody-d341deca9e5855e0bf94ff02fd64515a80bd63dc.tar.gz prosody-d341deca9e5855e0bf94ff02fd64515a80bd63dc.zip |
util.sasl.digest-md5: Remove, obsolete since 2011
RFC 6331 lists several problems with this outdated authentication
mechanism. The code here was also completely ignored by lint checks and
has probably not been used for a long time, as it is incompatible with
SCRAM-hashed password storage.
Diffstat (limited to '.luacheckrc')
-rw-r--r-- | .luacheckrc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.luacheckrc b/.luacheckrc index 6e8481de..bb4568e6 100644 --- a/.luacheckrc +++ b/.luacheckrc @@ -160,8 +160,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then "tools/migration/prosody-migrator.lua"; "tools/openfire2prosody.lua"; "tools/xep227toprosody.lua"; - - "util/sasl/digest-md5.lua"; } for _, file in ipairs(exclude_files) do files[file] = { only = {} } |