Fixes and updates for serendipity_event_spamblock by DLange (2.0 branch)
[PATCH 1/4] remove serendipity_serverOffsetHour() workaround as this function is now in core [PATCH 2/4] remove blogg.de anti-spamlist support as it has been discontinued [PATCH 3/4] proper locking of .htaccess file to prevent race condition and partial file over-writes [PATCH 4/4] allow multiple Deny From lines in .htaccess so more IPs can be simultaneously blocked for busy sites
This commit is contained in:
committed by
Garvin Hicking
parent
149e6aa9a7
commit
9dd5b9762b
@ -91,8 +91,6 @@
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_ADD_URL', 'Bloquer cette adresse <20> l\'aide du plugin Spamblock');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REMOVE_AUTHOR', 'D<>bloquer cet auteur dans le plugin Spamblock');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REMOVE_URL', 'D<>bloquer cette adresse dans le plugin Spamblock');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_BLOGG_SPAMLIST', 'Activer le filtrage d\'adresse par la blacklist de blogg.de');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_BLOGG_SPAMLIST', 'Adresse filtr<74>e par la blacklist de blogg.de');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_REASON_TITLE', 'Titre du billet <20>gal commentaire');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_FILTER_TITLE', 'Rejeter les commentaires qui ne contiennent que le titre du billet');
|
||||
@define('PLUGIN_EVENT_SPAMBLOCK_TRACKBACKURL', 'V<>rifier les adresses des r<>troliens');
|
||||
|
Reference in New Issue
Block a user