Reputation:
- Fix that the email bb-code was not being checked for url domain filtering
Reputation:
- Improve onboarding process by hooking XF's periodic 'keep-alive' beacons, and checking that the tracking cookie is set
- Improve reliability of tracking multiple accounts in some cases
- Fix "Add to group"/"Reject" direct rules not working for multi-account actioning on registration
- Fix "Do not save users rejected on signup" option with XF2.1.6+
Reputation:
- Be explicit about legacy detection events (ie log a detection method of 'legacy'). Not a retroactive change
- Order per-account multi-account list by most recent event first
- Improve robustness of 'Permit Duplicate Report' to not suppress reporting of new multi-account pairs
Reputation:
- Fix filter suppressing previously seen multi-account pairs re-opening a resolved report was checking the wrong id
- Add option to log reason for why a report is bumped (default enabled)
Reputation:
- Fix phrase reporting when a report was re-opened due to an unknown multi-account
Reputation:
- Fix that disabling "Use RIPE HTTP API for ASN lookup" didn't actually work which could cause unexpected slow downs
Reputation:
Fixes:
- Fix "Duplicate entry 'xx-0' for key 'report'" when a race condition occurs and the record is saved but not reported
- Only delete "User registration log" entry for a deleted user if "Full delete for GDPR" option is set
New features:
- Rework "ignore for future events" option to actively exclude that set of users detected with those detection details rather than passively being ignored
- Run Xenforo's spam checker over user profile fields and custom fields...
Reputation:
- Update installer to not wipe the "Link Spam checker" URL options. Retrieving this information can be done via using SQL to find the last update and manually extract it from the relevent json;
SQL:select *from xf_admin_log where request_data like '%svLinkSpamCheckerBlackList%' order by 1 desc limit 1;
Reputation:
- Requires php 7.0+
- Now depends on Standard Library by Xon
- Confirm XF2.2+ support
Reputation:
- Fix SFS and Project HoneyPot lookup being triggered twice
- Fix showing last activity for guests in tickets in moderation queue
Reputation:
- Fix admincp multi-account list pagination not generating correct links
Reputation:
- Remove unexpectedly wide locking on user table during multi-account detection
Reputation: