Software /
code /
prosody
Comparison
.luacheckrc @ 10723:144a1ee24a4e
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.
author | Kim Alvefur <zash@zash.se> |
---|---|
date | Tue, 14 Apr 2020 16:51:24 +0200 |
parent | 10527:d59be9befad7 |
child | 10997:2451e3918c2c |
comparison
equal
deleted
inserted
replaced
10722:3ddc7c9f35dc | 10723:144a1ee24a4e |
---|---|
158 "tools/migration/migrator/prosody_files.lua"; | 158 "tools/migration/migrator/prosody_files.lua"; |
159 "tools/migration/migrator/prosody_sql.lua"; | 159 "tools/migration/migrator/prosody_sql.lua"; |
160 "tools/migration/prosody-migrator.lua"; | 160 "tools/migration/prosody-migrator.lua"; |
161 "tools/openfire2prosody.lua"; | 161 "tools/openfire2prosody.lua"; |
162 "tools/xep227toprosody.lua"; | 162 "tools/xep227toprosody.lua"; |
163 | |
164 "util/sasl/digest-md5.lua"; | |
165 } | 163 } |
166 for _, file in ipairs(exclude_files) do | 164 for _, file in ipairs(exclude_files) do |
167 files[file] = { only = {} } | 165 files[file] = { only = {} } |
168 end | 166 end |
169 end | 167 end |