MediaWiki extension StopForumSpam

Clone this repo:
  1. 51b0ae8 build: Updating eslint-config-wikimedia to 0.27.0 by libraryupgrader · 9 days ago master wmf/1.43.0-wmf.2 wmf/branch_cut_pretest
  2. 433f8b2 Localisation updates from https://translatewiki.net. by Translation updater bot · 2 weeks ago REL1_42 wmf/1.42.0-wmf.26 wmf/1.43.0-wmf.1
  3. 2b19c09 Localisation updates from https://translatewiki.net. by Translation updater bot · 3 weeks ago
  4. ac4a74c Localisation updates from https://translatewiki.net. by Translation updater bot · 4 weeks ago wmf/1.42.0-wmf.25
  5. 31adc37 build: Upgrade mediawiki/mediawiki-codesniffer to v43.0.0 by Umherirrender · 6 weeks ago wmf/1.42.0-wmf.23 wmf/1.42.0-wmf.24

StopForumSpam

A mediawiki extenion that allows integration various https://www.stopforumspam.com/ deny-lists.

Installing

See also: https://www.mediawiki.org/wiki/Extension:StopForumSpam#Installation

  1. Download and place the file(s) in a directory called StopForumSpam within your MediaWiki extensions/ folder.
  2. Add the following code at the bottom of your LocalSettings.php:
wfLoadExtension( 'StopForumSpam' );
  1. Configure the extension as required.
  2. Navigate to Special:Version on your wiki to verify that the extension is successfully installed.
  3. Optionally run the provided maintenance script (updateDenyList.php) to populate and view information about the cache.

Usage

  1. Select an IP deny-list file from https://www.stopforumspam.com/downloads and assign the appropriate value to $wgSFSIPListLocation.
  2. Set $SFSReportOnly to true or false. A value of true will log events but WILL NOT enforce blocking non-read user actions for IP addresses within the deny list. A value of false will both log events and block non-read user actions for IP addresses within the deny list.

Authors

License

This project is licensed under the GPL 2.0 License - see the COPYING file for details.