Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FriendsOfFlarum/anti-spam
Effective tools to manage spammers on your community.
https://github.com/FriendsOfFlarum/anti-spam
Last synced: 8 days ago
JSON representation
Effective tools to manage spammers on your community.
- Host: GitHub
- URL: https://github.com/FriendsOfFlarum/anti-spam
- Owner: FriendsOfFlarum
- License: mit
- Created: 2023-11-15T16:48:11.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-10-04T09:15:39.000Z (3 months ago)
- Last Synced: 2024-10-29T22:37:23.850Z (about 2 months ago)
- Language: PHP
- Size: 259 KB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- awesome-flarum - FoF Anti Spam - Effective tools to manage spammers on your community. (Extensions / Security & Spam ([:top:](#table-of-contents)))
README
# FoF Anti Spam
![License](https://img.shields.io/badge/license-MIT-blue.svg) [![Latest Stable Version](https://img.shields.io/packagist/v/fof/anti-spam.svg)](https://packagist.org/packages/fof/anti-spam) [![Total Downloads](https://img.shields.io/packagist/dt/fof/anti-spam.svg)](https://packagist.org/packages/fof/anti-spam)
A [Flarum](http://flarum.org) 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](https://www.stopforumspam.com/)
- Check new registrations agains the [StopForumSpam database](https://www.stopforumspam.com/) 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:
```sh
composer require fof/anti-spam:"*"
```## Updating
```sh
composer update fof/anti-spam
php flarum migrate
php flarum cache:clear
```## Links
- [Packagist](https://packagist.org/packages/fof/anti-spam)
- [GitHub](https://github.com/FriendsOfFlarum/anti-spam)
- [Discuss](https://discuss.flarum.org/d/33698)An extension by [FriendsOfFlarum](https://github.com/FriendsOfFlarum).