Skip to content

Effective tools to manage spammers on your community.

License

Notifications You must be signed in to change notification settings

FriendsOfFlarum/anti-spam

This branch is 17 commits ahead of, 4 commits behind master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a2a7242 · Feb 13, 2024

History

52 Commits
Feb 13, 2024
Feb 13, 2024
Dec 10, 2023
Jan 9, 2024
Dec 8, 2023
Jan 9, 2024
Jan 9, 2024
Nov 15, 2023
Nov 15, 2023
Nov 15, 2023
Nov 15, 2023
Nov 15, 2023
Nov 26, 2023
Dec 8, 2023
Jan 9, 2024
Nov 15, 2023

Repository files navigation

FoF Anti Spam

License Latest Stable Version Total Downloads

A Flarum extension. Effective tools to manage spammers on your community

Combines previously seperate extentions (fof/stopforumspam, fof/spamblock) into one to better fight the war on forum spam.

Features

  • Set default actions to be processed when a user is marked as a "spammer"
  • Select either "delete" or "suspend" for users
  • Select "delete", "hide" or "move to tag" for spam discussions
  • Select either "delete" or "hide" for spam replies
  • Option to submit spammer details to the StopForumSpam database
  • Check new registrations agains the StopForumSpam database to block spammers before they can register on your forum (also supports OAuth registrations)

More integrations

Future integrations with extensions such as:

  • fof/user-bio
  • fof/upload
  • blomstra/spam-prevention

and more, are planned soon.

Upgrading from fof/spamblock and/or fof/stopforumspam

If either of these extensions are installed on your current forum, they will be replaced by this one. Permissions and settings will be carried over.

Installation

Install with composer:

composer require fof/anti-spam:"*"

Updating

composer update fof/anti-spam
php flarum migrate
php flarum cache:clear

Links

An extension by FriendsOfFlarum.