Log of /contributions/modules/spam/README.txt
Parent Directory
|
Revision Log
|
Revision Graph
Revision
1.10.2.1.2.1.2.1.2.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 20 21:43:40 2008 UTC
(19 months ago)
by
jeremy
Branch:
DRUPAL-5--3
CVS Tags:
DRUPAL-5--1-0-ALPHA8,
DRUPAL-5--3-0-ALPHA3,
DRUPAL-5--3-0-ALPHA4,
DRUPAL-5--3-0-ALPHA7,
DRUPAL-5--3-0-alpha1,
DRUPAL-5--3-0-alpha2,
DRUPAL-5--3-0-alpha5,
DRUPAL-5--3-0-alpha6
Changes since
1.10.2.1.2.1.2.1.2.1: +5 -1 lines
Diff to
previous 1.10.2.1.2.1.2.1.2.1
, to
branch point 1.10.2.1.2.1.2.1
April 20, 2008
- spam.module
o only filter enabled content types
o only run enabled filters
o pass content type everywhere
o properly update tables if update applied to content not seen
before
o properly update tables even if redirected away during scanning
- duplicate.module
o pass content type everywhere
o properly update tables if update applied to content not seen
before
- spam_comment.inc
o cache the cid in a static so that it's always available
o introduce 'load' hook for loading comments
o introduce 'hostname' hook for loading IP of comment
- spam_node.inc
o initial support for filtering nodes, working
- spam_user.inc
o initial support for filtering users, partial
Revision
1.10.2.1.2.1.2.1.2.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Nov 24 01:55:07 2007 UTC
(2 years ago)
by
jeremy
Branch:
DRUPAL-5--3
Changes since
1.10.2.1.2.1.2.1: +1 -37 lines
Diff to
previous 1.10.2.1.2.1.2.1
Per normal, we totally screwed up trying to branch a project. Checking in
the proper files to our new branch, I think. Then we'll go back and fix the
main branch.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Oct 23 14:05:07 2005 UTC
(4 years, 1 month ago)
by
jeremy
Branch:
MAIN
Changes since
1.10: +7 -0 lines
Diff to
previous 1.10
Updated to note that this is an outdated and unsupported version of the
spam module, providing a link to the 2.0 version of the module.
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Apr 17 20:15:18 2005 UTC
(4 years, 7 months ago)
by
jeremy
Branch:
MAIN
Branch point for:
DRUPAL-4-6
Changes since
1.9: +2 -2 lines
Diff to
previous 1.9
- spam.module
o updated to work with Drupal 4.6
o fixed issues with publishing/unpublishing nodes and comments
o added ability to mass-delete spam nodes and comments
o issue #17031: simplified statistics page (needs lots of work)
o issue #14382: added ability to search/modify old comments
- spam.mysql
o issue #18411: mark all primary keys NOT NULL
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Mar 7 19:43:39 2005 UTC
(4 years, 8 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.8: +1 -0 lines
Diff to
previous 1.8
- spam.module
o added initial support for scanning old comments with custom filters
(missing functionality: mass update, mass delete, scanning other content)
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Feb 9 04:22:05 2005 UTC
(4 years, 9 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.7: +7 -1 lines
Diff to
previous 1.7
o don't send email if "auto deleting" spam (the idea is to prevent email
floods when for example a website is under a comment spam flood)
Revision
1.6 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Dec 10 00:07:32 2004 UTC
(4 years, 11 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.5: +11 -4 lines
Diff to
previous 1.5
- spam.module
o add ability to limit the following:
- total URLs per comment
- repeat URLs per comment
- total URLs per non-comment content
- repeat URLs per non-comment content
(if limit is crossed, content is marked as spam)
Revision
1.5 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Dec 9 05:28:42 2004 UTC
(4 years, 11 months ago)
by
jeremy
Branch:
MAIN
Changes since
1.4: +36 -24 lines
Diff to
previous 1.4
December 8, 2004
- spam.module
o added a URL filter which quickly learns spammer URLs and provides an
option to automatically block new comments and content that contain
these spammer URLs.
o fixed a cut&paste bug in the open relay filter which prevented it from
ever working
o updated tokenizer to find urls in and out of href tags
NOTE: This change modifies the tokenizer. For best results, you should
rebuild all your spam tokens. This is done by pointing to the following
path on your site: /admin/spam/rebuild/all
WARNING: This will only work as intended if you have been saving your spam,
unpublishing it as recommended rather than deleting it. If you have been
deleting your spam, doing a "rebuild all" will cause your Bayesian filter
to forget everything it has learned to date. (You will not loose any custom
filters you may have configured.)
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Nov 4 20:54:29 2004 UTC
(5 years ago)
by
jeremy
Branch:
MAIN
Changes since
1.2: +16 -5 lines
Diff to
previous 1.2
- spam.module
o statistics collection enabled by default
o don't display false statistics if statistics collection is disabled
- REDAME.txt
o mention custom filter functionality
- INSTALL.txt
o created installation/configuration guide
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Mon Oct 25 03:30:40 2004 UTC
(5 years, 1 month ago)
by
jeremy
Branch:
MAIN
Changes since
1.1: +2 -0 lines
Diff to
previous 1.1
- spam.module
o rest of feature #11991: introducing custom filters
(can define custom regex filters to blacklist/whitelist words/phrases)
- spam.mysql
o adds spam_custom table
(to upgrade, run CREATE TABLE spam_custom... section of spam.mysql)
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Oct 13 13:01:43 2004 UTC
(5 years, 1 month ago)
by
uwe
Branch:
MAIN
Renamed all README files to README.txt, as discussed in
http://drupal.org/node/11517. I have done this using some command line magic:
find . -name README -exec cp '{}' '{}.txt' \; -exec cvs remove -f '{}' \; -exec cvs add '{}.txt' \;
I will update all occurences of 'README' to 'README.txt' in the conrtib CVS,
soon. I'll also rename LICENSE, CHANGELOG etc. files as soon as I get around
to it.
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.