aboutsummaryrefslogtreecommitdiffstats
path: root/.luacheckrc
diff options
context:
space:
mode:
authorKim Alvefur <zash@zash.se>2024-02-22 19:46:52 +0100
committerKim Alvefur <zash@zash.se>2024-02-22 19:46:52 +0100
commitddd479afe2cd93fde00b6966c54b83e2bf3bcaff (patch)
tree0d796024ad58160a49fb3edc11f5d879830696ae /.luacheckrc
parentb9f0c3c0ec0fff23bbb17998814cbf244b4502b5 (diff)
downloadprosody-ddd479afe2cd93fde00b6966c54b83e2bf3bcaff.tar.gz
prosody-ddd479afe2cd93fde00b6966c54b83e2bf3bcaff.zip
util.rfc6724: Remove, unused since introduction of Happy Eyeballs
It was mainly used to determine whether to try IPv6 or IPv4 first, following the rules for this in the RFC. Now we always try IPv6 and IPv4 at roughly the same time, thus there no need to carry these rules.
Diffstat (limited to '.luacheckrc')
-rw-r--r--.luacheckrc1
1 files changed, 0 insertions, 1 deletions
diff --git a/.luacheckrc b/.luacheckrc
index 6eb4c526..90e18ce5 100644
--- a/.luacheckrc
+++ b/.luacheckrc
@@ -161,7 +161,6 @@ if os.getenv("PROSODY_STRICT_LINT") ~= "1" then
"spec/util_http_spec.lua";
"spec/util_ip_spec.lua";
"spec/util_multitable_spec.lua";
- "spec/util_rfc6724_spec.lua";
"spec/util_throttle_spec.lua";
"tools/ejabberd2prosody.lua";