1 Feb 2005 11:23
serendipity/plugins/serendipity_event_spamblock serendipity_event_spamblock.php,1.43,1.44
Garvin Hicking <garvinhicking <at> users.sourceforge.net>
2005-02-01 10:23:07 GMT
2005-02-01 10:23:07 GMT
Update of /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21324
Modified Files:
serendipity_event_spamblock.php
Log Message:
word filtering. may need some improvements.
Index: serendipity_event_spamblock.php
===================================================================
RCS file: /cvsroot/php-blog/serendipity/plugins/serendipity_event_spamblock/serendipity_event_spamblock.php,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- serendipity_event_spamblock.php 27 Jan 2005 12:46:33 -0000 1.43
+++ serendipity_event_spamblock.php 1 Feb 2005 10:23:04 -0000 1.44
<at> <at> -75,6 +75,13 <at> <at>
<at> define('PLUGIN_EVENT_SPAMBLOCK_API_REJECT', 'abweisen');
<at> define('PLUGIN_EVENT_SPAMBLOCK_REASON_API', 'Keine API-erstellten Kommentare (u.a. Trackbacks) erlaubt');
+ <at> define('PLUGIN_EVENT_SPAMBLOCK_FILTER_ACTIVATE', 'Wortfilter aktivieren');
+ <at> define('PLUGIN_EVENT_SPAMBLOCK_FILTER_ACTIVATE_DESC', 'Durchsucht Kommentare nach speziellen
Zeichenketten und markiert diese als Spam.');
+
+ <at> define('PLUGIN_EVENT_SPAMBLOCK_FILTER_URLS', 'Wortfilter für URLs');
+ <at> define('PLUGIN_EVENT_SPAMBLOCK_FILTER_URLS_DESC', 'Reguläre Ausdrücke erlaubt,
Zeichenkennten durch Semikolon (;) trennen.');
+ <at> define('PLUGIN_EVENT_SPAMBLOCK_FILTER_AUTHORS', 'Wortfilter für Autorennamen');
+ <at> define('PLUGIN_EVENT_SPAMBLOCK_FILTER_AUTHORS_DESC', 'Reguläre Ausdrücke erlaubt,
Zeichenkennten durch Semikolon (;) trennen.');
(Continue reading)
RSS Feed