Alter Ego Detector

Unmaintained Alter Ego Detector 1.7.8

No permission to download
  • If the conversation reporting option is used, ensure IP address isn't logged as part of the message.
  • In Reports:
    • Add a "Start Conversation" link for each user detected as an alter-ego with the a configurable default title.
  • Like
Reactions: GeorgioGalben
  • Prevent 'Undefined index: detection_methods' error.
  • Like
Reactions: woi911
  • The Conversation sending function was incorrectly splitting on /n rather than a newline, causing most attempts at sending to more than a single user at once to fail.
    • Usernames are now normalized when entering conversation recipients, this may because unexpected re-ordering of the recipients.
Thanks @Gene Steinberg for reporting this.
  • Like
Reactions: woi911
  • Do not double-escape usernames when creating the report/conversation/thread
    • ie; if a username is "A&B" this ensures it is not rendered as "A&B"
  • Update Template modification used in reports for XF 1.5
  • Do not attempt to run alter-ego detection on a session which has been touched by login-as-a-user (two addons supported)
    • IP Checks will still generate false positives if you are using this functionality!
    • The 'Bypass Alter Ego Checking' permission can be used to prevent a user from being reported, and thus prevent some false positives.
  • Fix installer for if the default created user has been deleted.
    • Explicit setup will be required, as the default user this addon would normally report as has been removed.
  • Some minor code clean-up
  • Fix addon compatibility with Tenants Anti-Spam Collection. Thanks to @Clickfinity for helping troubleshoot.
  • Ensure the "View Alter Ego Report" permission is assigned to the default moderator and administrator groups on new installs.
  • By default, moderate alter-ego registrations.
This release has the following changes:
  • Only supports a single configured user id/username for all reporting methods. Using a guest login for threads is no longer supported
  • Uses the language of configured reporting user when creating notifications.
  • List detection methods triggered when a notification is generated. (Optional - disabled by default)
  • Updates user profiles in reports when the report is bumped.
  • Support for reporting on registration. (Optional - enabled by default)
  • Options to push users into the moderator queue if they are alter-egos of specific groups or banned.
    • This is reporting in the user moderation queue for the group membership or if they are banned.
  • Ensure if anything goes wrong in login or registration, the error is logged and does not interrupt login/registration.
  • Respect default forum prefix where applicable
  • Add username validation for recipients
  • Add UserId validation where relevant.
  • Addon compatibility improvements.
  • Setup defaults for the following settings:
    • IP Check (default: off, 5 minutes)
    • Permitted duplicate Reports (default: rejected)
  • Ensure the tracking cookie is deployed once registration completes.
  • Prevent IP addresses being associated with the created thread or conversation.
Top Bottom