Redis Flood Check

xF2 Add-on Redis Flood Check 2.1.1

No permission to download
  • Remove debug code forcing a 10s flood check limit
  • Increase minimum supported php version to v7.0.0+
  • Fix add-on description
  • Minor code clean
  • In non-lua mode, fix a potential race condition between failing to create the flood key and checking the TTL on that key which could result in incorrectly handling if the user should be blocked by the flood check
  • Only warn if Redis Cache isn't configured, do not block installing/upgrading
  • v1.x.y is XF1, so bump to v2.x.y
  • phpdocs + cleanup
  • Fix flood-check with lua disabled