fof / anti-spam
Effective tools to manage spammers on your community.
Fund package maintenance!
Website
Installs: 7 264
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 0
Open Issues: 6
Type:flarum-extension
Requires
- flarum/core: ^1.8.0
Requires (Dev)
- flarum/approval: *
- flarum/flags: ^1.8
- flarum/phpstan: ^1.8
- flarum/suspend: ^1.8
- flarum/tags: *
- flarum/testing: ^1.0.0
- fof/oauth: *
- fof/user-bio: *
Replaces
This package is auto-updated.
Last update: 2024-11-04 09:29:53 UTC
README
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.