Diff

.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
line wrap: on
line diff
--- a/.luacheckrc	Mon Apr 13 16:14:39 2020 +0200
+++ b/.luacheckrc	Tue Apr 14 16:51:24 2020 +0200
@@ -160,8 +160,6 @@
 		"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 = {} }