Diogo Cordeiro f0a67a1df9 [PLUGINS] Removed GeoURL as the service doesn't exist anymore преди 5 години
..
actions df7ff4ef1a Moving form to its own file as we do nowadays преди 7 години
classes 2f86cd8602 utf8mb4 conversion on database with index adjusts преди 10 години
forms df7ff4ef1a Moving form to its own file as we do nowadays преди 7 години
locale f0a67a1df9 [PLUGINS] Removed GeoURL as the service doesn't exist anymore преди 5 години
BlacklistModule.php 82893824db [CORE] Refactor Plugin API to Module API преди 5 години
README 82893824db [CORE] Refactor Plugin API to Module API преди 5 години

README

Module 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');