[Xon] Signup abuse detection and blocking

XF2 Addons [Xon] Signup abuse detection and blocking 1.13.6
Provides a toolkit to reduce signup spam

Require Standard Library by Xon v1.17.0+
  • Uses standardized route building to avoid conflicts with other 3rd party add-ons
  • Add specific message in the thread view for why a user can't reply to a thread when the per-day limit has been reached
  • Require php 7.2+
  • Fix score-based option did not correctly show the hint/explain text in admincp
  • Move "Non-allowed email action" option into "Connection Profiling - Passive" group
  • Extend "Writing before registering" spam-checks to use add-on's scoring system, with defaults to moderate if the linked content is moderated or rejected (XF default)
  • Add "[SignupAbuse] Limit user to replies per day" per-forum user-froup permission
    • Limit a member (not guest!) to X replies/new-threads per-day (ie the last 24 hours)
    • 0 or -1 mean no limit
    • Does not apply to users with "Manage any thread" permission
  • Fix "accept/moderate/reject/addToGroup" as score values where not phrased
  • When multi-account report creator validation fails, log an error to help diagnose why
  • Like (+1)
Reactions: Cold
  • Fix handling DuplicateKeyException when detecting multiple accounts
  • When preventing internal errors in this add-on from blocking login:
    • Catch Throwable (php7+) which is broader than Exception
    • Rethrow exceptions when development is enabled, not when debug mode is enabled.
I've updated this resource to the latest version
1.10.5
Top Bottom