gnu-social/plugins/Blacklist
brunoccast c7afe2f86c [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
..
actions Moving form to its own file as we do nowadays 2017-04-25 21:13:29 +02:00
classes utf8mb4 conversion on database with index adjusts 2015-02-12 18:18:55 +01:00
forms Moving form to its own file as we do nowadays 2017-04-25 21:13:29 +02:00
locale [TRANSLATION] Update Plugin POs 2019-06-09 16:10:03 +01:00
BlacklistPlugin.php [VersionBump] 1.19.0, fairly late 2019-06-07 15:02:08 +01:00
README Add plugin READMEs 2016-02-08 17:48:37 +00:00

README

Plugin to prevent use of nicknames or URLs on a blacklist

Installation
============
add "addPlugin('Blacklist');"
to the bottom of your config.php

Settings
========
nicknames: Array of nicknames to blacklist
urls: Array of URLs to blacklist

Example
=======
$config['blacklist']['nicknames'] = array('bad_nickname', 'worse_nickname');
$config['blacklist']['urls'] = array('http://example.org', 'http://example.net');
addPlugin('Blacklist');