/[drupal]/contributions/modules/troll/troll.module
ViewVC logotype

Log of /contributions/modules/troll/troll.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.26.2.11.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 28 17:25:25 2009 UTC (8 weeks, 4 days ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.26.2.11.2.8: +27 -6 lines
Diff to previous 1.26.2.11.2.8 , to branch point 1.26.2.11
#590278 by amielf: backport bugfixes

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 3 19:10:22 2009 UTC (3 months, 3 weeks ago) by deekayen
Branch: MAIN
CVS Tags: HEAD
Changes since 1.39: +3 -2 lines
Diff to previous 1.39
#538942 by roderik: boostrap needs common.inc for t()

Revision 1.32.2.12 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 3 18:47:19 2009 UTC (3 months, 3 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32.2.11: +3 -2 lines
Diff to previous 1.32.2.11 , to branch point 1.32 , to next main 1.40
#538942 by roderik: boostrap needs common.inc for t()

Revision 1.26.2.11.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 19 13:36:04 2009 UTC (5 months, 1 week ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.26.2.11.2.7: +2 -2 lines
Diff to previous 1.26.2.11.2.7 , to branch point 1.26.2.11
#496258 6.x backport leftover by snufkin

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 13 03:12:24 2009 UTC (5 months, 2 weeks ago) by deekayen
Branch: MAIN
Changes since 1.38: +6 -4 lines
Diff to previous 1.38
#478612 - partial by dalin for performance updates on blacklist queries

Revision 1.26.2.11.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 13 02:55:13 2009 UTC (5 months, 2 weeks ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.26.2.11.2.6: +14 -12 lines
Diff to previous 1.26.2.11.2.6 , to branch point 1.26.2.11
#478612 - partial by dalin for performance updates on blacklist queries
change integer database placeholders with float for getting the entire number

Revision 1.32.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Jun 13 02:52:20 2009 UTC (5 months, 2 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32.2.10: +6 -4 lines
Diff to previous 1.32.2.10 , to branch point 1.32
#478612 - partial by dalin for performance updates on blacklist queries

Revision 1.32.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 05:47:46 2009 UTC (6 months, 2 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32.2.9: +22 -11 lines
Diff to previous 1.32.2.9 , to branch point 1.32
#136225, #141892 - import IP blocks to blacklist through form textarea
#126521 - do more logging for blacklisted users
#341406 - include domain name in IP ban watchdog msg
#158337 - mysterious ip ban not working might be fixed by increasing blacklist to bigint and using floats for db query replacements because it looks like ints were being shortened during query replacement

Revision 1.32.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 03:56:10 2009 UTC (6 months, 2 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32.2.8: +4 -6 lines
Diff to previous 1.32.2.8 , to branch point 1.32
fix DNSBL comment hook that wasn't named anything that would actually get called
convert l() function from the contributed DNSBL patch to be D6 compatible

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 03:54:04 2009 UTC (6 months, 2 weeks ago) by deekayen
Branch: MAIN
Changes since 1.37: +115 -1 lines
Diff to previous 1.37
port DNSBL from 6.x to D7

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 9 03:12:00 2009 UTC (6 months, 2 weeks ago) by deekayen
Branch: MAIN
Changes since 1.36: +23 -3 lines
Diff to previous 1.36
update calls to user_load() to send just $uid instead of array

Revision 1.9.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue May 5 20:21:24 2009 UTC (6 months, 3 weeks ago) by deekayen
Branch: DRUPAL-4-6
Changes since 1.9.2.2: +45 -41 lines
Diff to previous 1.9.2.2 , to branch point 1.9 , to next main 1.40
#55062 - fix mysql warning for unset $edit in troll_list_users()

Revision 1.32.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 4 19:06:09 2009 UTC (6 months, 3 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32.2.7: +120 -2 lines
Diff to previous 1.32.2.7 , to branch point 1.32
#431744 - add dnsbl support

Revision 1.32.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 24 18:31:08 2009 UTC (7 months ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32.2.6: +6 -6 lines
Diff to previous 1.32.2.6 , to branch point 1.32
code style compliance updates

Revision 1.32.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 21 07:42:34 2009 UTC (7 months, 1 week ago) by joshuarogers
Branch: DRUPAL-6--1
Changes since 1.32.2.5: +32 -1 lines
Diff to previous 1.32.2.5 , to branch point 1.32
#425582 Integration with PHP-IDS.

Revision 1.26.2.11.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 10 14:56:04 2009 UTC (7 months, 2 weeks ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.26.2.11.2.5: +30 -3 lines
Diff to previous 1.26.2.11.2.5 , to branch point 1.26.2.11
#430008 - wrong date formatter by Ilmar
#417660 - maybe fix by adding missing form submit handler, but didn't test it

Revision 1.26.2.11.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Mar 4 01:50:24 2009 UTC (8 months, 3 weeks ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.26.2.11.2.4: +1 -1 lines
Diff to previous 1.26.2.11.2.4 , to branch point 1.26.2.11
#390334 undefined t()

Revision 1.26.2.11.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 04:28:40 2009 UTC (8 months, 3 weeks ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.26.2.11.2.3: +23 -14 lines
Diff to previous 1.26.2.11.2.3 , to branch point 1.26.2.11
#380858 - add search user details as a tab on user pages

Revision 1.32.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 03:01:06 2009 UTC (8 months, 3 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32.2.4: +16 -1 lines
Diff to previous 1.32.2.4 , to branch point 1.32
#380858 - add search user details as a tab on user pages

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 02:34:53 2009 UTC (8 months, 3 weeks ago) by deekayen
Branch: MAIN
Changes since 1.35: +15 -0 lines
Diff to previous 1.35
#380858 - add search user details as a tab on user pages

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 00:35:52 2009 UTC (8 months, 3 weeks ago) by deekayen
Branch: MAIN
Changes since 1.34: +135 -92 lines
Diff to previous 1.34
switch to new coding standards for string concat
update to new db api
move pages from admin/settings/troll to admin/user/troll
remove file references in hook_menu()
use drupal core user api functions instead of disabling users with direct table queries

Revision 1.32.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 00:26:58 2009 UTC (8 months, 3 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32.2.3: +23 -15 lines
Diff to previous 1.32.2.3 , to branch point 1.32
grammar corrections
use more efficient querying with ranges
use drupal user api for disabling user accounts instead of a direct query to the users table

Revision 1.32.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 16:40:49 2009 UTC (8 months, 3 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32.2.2: +22 -22 lines
Diff to previous 1.32.2.2 , to branch point 1.32
move from admin/settings to admin/user

Revision 1.26.2.11.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 16:35:23 2009 UTC (8 months, 3 weeks ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.26.2.11.2.2: +69 -61 lines
Diff to previous 1.26.2.11.2.2 , to branch point 1.26.2.11
fixes some submit handlers - don't know of any bugs in this commit

Revision 1.26.2.11.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 07:01:07 2009 UTC (8 months, 4 weeks ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.26.2.11.2.1: +67 -19 lines
Diff to previous 1.26.2.11.2.1 , to branch point 1.26.2.11
add missing submit handlers

Revision 1.32.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 03:26:44 2009 UTC (8 months, 4 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32.2.1: +4 -4 lines
Diff to previous 1.32.2.1 , to branch point 1.32
add update function to support IPv6
fix undefined var notices

Revision 1.26.2.11.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 03:24:10 2009 UTC (8 months, 4 weeks ago) by deekayen
Branch: DRUPAL-5--2
Changes since 1.26.2.11: +343 -413 lines
Diff to previous 1.26.2.11
start backport of 6.x with security fixes

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 18:59:14 2009 UTC (9 months, 2 weeks ago) by deekayen
Branch: MAIN
Changes since 1.33: +7 -2 lines
Diff to previous 1.33
D7 support

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 18:53:20 2009 UTC (9 months, 2 weeks ago) by deekayen
Branch: MAIN
Changes since 1.32: +11 -13 lines
Diff to previous 1.32
coder cleanup

Revision 1.32.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 18:52:15 2009 UTC (9 months, 2 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.32: +11 -13 lines
Diff to previous 1.32
coder cleanup

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 18:16:09 2009 UTC (9 months, 2 weeks ago) by deekayen
Branch: MAIN
Branch point for: DRUPAL-6--1
Changes since 1.31: +189 -1188 lines
Diff to previous 1.31
D6 upgrade by jvandyk and swentel

Revision 1.26.2.11 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 21 12:12:48 2008 UTC (14 months ago) by jaydub
Branch: DRUPAL-5
Branch point for: DRUPAL-5--2
Changes since 1.26.2.10: +2 -2 lines
Diff to previous 1.26.2.10 , to branch point 1.26 , to next main 1.40
#308094 reverted a change that was in HEAD that had been
already changed in the DRUPA-5 branch.

Revision 1.26.2.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 29 11:23:52 2008 UTC (18 months, 4 weeks ago) by jaydub
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-3
Changes since 1.26.2.9: +3 -3 lines
Diff to previous 1.26.2.9 , to branch point 1.26
#252376 and #251035 code was calling an implementation
of hook_search where it shouldn't have.

Revision 1.26.2.9 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 25 06:17:55 2008 UTC (19 months ago) by jaydub
Branch: DRUPAL-5
Changes since 1.26.2.8: +13 -3 lines
Diff to previous 1.26.2.8 , to branch point 1.26
#250513 Added in default form element to user roles select
dropdown to force user to set the default blocked user
role.

Revision 1.26.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 24 05:46:14 2008 UTC (19 months ago) by jaydub
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-2
Changes since 1.26.2.7: +2 -1 lines
Diff to previous 1.26.2.7 , to branch point 1.26
#250513 blocked user needs to have their session destroyed

Revision 1.26.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 8 16:32:54 2008 UTC (19 months, 2 weeks ago) by jaydub
Branch: DRUPAL-5
Changes since 1.26.2.6: +77 -61 lines
Diff to previous 1.26.2.6 , to branch point 1.26
commit of HEAD to DRUPAL-5 branch.

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 06:32:28 2008 UTC (19 months, 3 weeks ago) by jaydub
Branch: MAIN
Changes since 1.30: +11 -7 lines
Diff to previous 1.30
Updates to improve PostgreSQL support.

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 06:27:36 2008 UTC (19 months, 3 weeks ago) by jaydub
Branch: MAIN
Changes since 1.29: +65 -61 lines
Diff to previous 1.29
Coding standards update.

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 05:48:44 2008 UTC (19 months, 3 weeks ago) by jaydub
Branch: MAIN
Changes since 1.28: +10 -3 lines
Diff to previous 1.28
#127185 added in separate permission to administer troll although troll module settings page is still requires administer site configuration.

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 05:42:55 2008 UTC (19 months, 3 weeks ago) by jaydub
Branch: MAIN
Changes since 1.27: +17 -13 lines
Diff to previous 1.27
#184779 & #129534 PostgreSQL support improved. corrected possible SQL injection case.

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Apr 1 05:30:18 2008 UTC (19 months, 3 weeks ago) by jaydub
Branch: MAIN
Changes since 1.26: +9 -8 lines
Diff to previous 1.26
#189566 don't run query unless you have an IP address to lookup.

Revision 1.26.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Mar 8 15:07:32 2007 UTC (2 years, 8 months ago) by deekayen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-1
Changes since 1.26.2.5: +1 -11 lines
Diff to previous 1.26.2.5 , to branch point 1.26
patch #125613 by darxtar

Revision 1.26.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 17:04:34 2007 UTC (2 years, 8 months ago) by deekayen
Branch: DRUPAL-5
CVS Tags: DRUPAL-5--1-0
Changes since 1.26.2.4: +1 -1 lines
Diff to previous 1.26.2.4 , to branch point 1.26
finish bugfix for issue #64870

Revision 1.26.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 16:53:50 2007 UTC (2 years, 8 months ago) by deekayen
Branch: DRUPAL-5
Changes since 1.26.2.3: +15 -1 lines
Diff to previous 1.26.2.3 , to branch point 1.26
bugfix for issue #64871

Revision 1.26.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 08:21:23 2007 UTC (2 years, 8 months ago) by deekayen
Branch: DRUPAL-5
Changes since 1.26.2.2: +52 -52 lines
Diff to previous 1.26.2.2 , to branch point 1.26
add spacing to if and switch statements for Drupal coding standards

Revision 1.26.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 07:34:50 2007 UTC (2 years, 8 months ago) by deekayen
Branch: DRUPAL-5
Changes since 1.26.2.1: +2 -2 lines
Diff to previous 1.26.2.1 , to branch point 1.26
fix issue #64856

Revision 1.15.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 07:34:16 2007 UTC (2 years, 8 months ago) by deekayen
Branch: DRUPAL-4-7
Changes since 1.15.2.7: +2 -2 lines
Diff to previous 1.15.2.7 , to branch point 1.15 , to next main 1.40
fix issue #64856

Revision 1.9.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 07:33:47 2007 UTC (2 years, 8 months ago) by deekayen
Branch: DRUPAL-4-6
Changes since 1.9.2.1: +2 -2 lines
Diff to previous 1.9.2.1 , to branch point 1.9
fix issue #64856

Revision 1.9.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 07:17:33 2007 UTC (2 years, 8 months ago) by deekayen
Branch: DRUPAL-4-6
Changes since 1.9: +10 -10 lines
Diff to previous 1.9
backported issue #68802 for issue #52423

Revision 1.26.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 07:09:35 2007 UTC (2 years, 8 months ago) by deekayen
Branch: DRUPAL-5
Changes since 1.26: +14 -14 lines
Diff to previous 1.26
patches for issues #88605 and #68802

Revision 1.15.2.7 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 06:59:27 2007 UTC (2 years, 8 months ago) by deekayen
Branch: DRUPAL-4-7
Changes since 1.15.2.6: +8 -8 lines
Diff to previous 1.15.2.6 , to branch point 1.15
patches for issues #88605 and #68802

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 5 05:52:39 2007 UTC (2 years, 8 months ago) by deekayen
Branch: MAIN
Branch point for: DRUPAL-5
Changes since 1.25: +91 -50 lines
Diff to previous 1.25
finish Drupal 5 updates from issue #110074 by mcarbone

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 4 16:21:36 2007 UTC (2 years, 8 months ago) by deekayen
Branch: MAIN
Changes since 1.24: +116 -114 lines
Diff to previous 1.24
partial patch commit from issue #110074 by mcarbone

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 30 14:54:54 2007 UTC (2 years, 9 months ago) by deekayen
Branch: MAIN
Changes since 1.23: +9 -10 lines
Diff to previous 1.23
update to Drupal 5 theme('links') usage

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 29 22:32:05 2007 UTC (2 years, 9 months ago) by deekayen
Branch: MAIN
Changes since 1.22: +138 -146 lines
Diff to previous 1.22
form updates for Drupal 5 from task #110074

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 18 20:05:45 2007 UTC (2 years, 10 months ago) by deekayen
Branch: MAIN
Changes since 1.21: +157 -117 lines
Diff to previous 1.21
get troll to show up in the site config menu in Drupal 5

Revision 1.15.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 09:35:52 2006 UTC (3 years, 6 months ago) by deekayen
Branch: DRUPAL-4-7
Changes since 1.15.2.5: +2 -2 lines
Diff to previous 1.15.2.5 , to branch point 1.15
lookup by domain, not addr for domain display

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 09:34:50 2006 UTC (3 years, 6 months ago) by deekayen
Branch: MAIN
Changes since 1.20: +2 -2 lines
Diff to previous 1.20
lookup by domain, not addr for domain display

Revision 1.15.2.5 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 09:01:28 2006 UTC (3 years, 6 months ago) by deekayen
Branch: DRUPAL-4-7
Changes since 1.15.2.4: +20 -12 lines
Diff to previous 1.15.2.4 , to branch point 1.15
issues #62236, #63429, #54614; shell_exec() in safe mode, cannot unblock users, brackets on table names for db prefix

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Mon May 22 08:58:59 2006 UTC (3 years, 6 months ago) by deekayen
Branch: MAIN
Changes since 1.19: +20 -12 lines
Diff to previous 1.19
issues #62236, #63429, #54614; shell_exec() in safe mode, cannot unblock users, brackets on table names for db prefix

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 22 10:18:26 2006 UTC (3 years, 7 months ago) by deekayen
Branch: MAIN
Changes since 1.18: +2 -2 lines
Diff to previous 1.18
widen pager colspan

Revision 1.15.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 22 10:14:34 2006 UTC (3 years, 7 months ago) by deekayen
Branch: DRUPAL-4-7
Changes since 1.15.2.3: +2 -2 lines
Diff to previous 1.15.2.3 , to branch point 1.15
widen pager colspan

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 15:49:31 2006 UTC (3 years, 7 months ago) by unconed
Branch: MAIN
Changes since 1.17: +5 -5 lines
Diff to previous 1.17
#5371: tablesort_pager removal
- Fix some badly tagged modules

Revision 1.15.2.3 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Apr 13 15:45:06 2006 UTC (3 years, 7 months ago) by unconed
Branch: DRUPAL-4-7
Changes since 1.15.2.2: +5 -5 lines
Diff to previous 1.15.2.2 , to branch point 1.15
#5371: tablesort_pager removal
- Fix some badly tagged modules

Revision 1.15.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 1 13:48:59 2006 UTC (3 years, 7 months ago) by deekayen
Branch: DRUPAL-4-7
Changes since 1.15.2.1: +18 -5 lines
Diff to previous 1.15.2.1 , to branch point 1.15
friendly Drupal 4.7 upgrade path

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 1 13:41:29 2006 UTC (3 years, 7 months ago) by deekayen
Branch: MAIN
Changes since 1.16: +18 -5 lines
Diff to previous 1.16
friendly Drupal 4.7 upgrade path

Revision 1.15.2.1 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 20 16:09:45 2006 UTC (3 years, 8 months ago) by deekayen
Branch: DRUPAL-4-7
Changes since 1.15: +9 -6 lines
Diff to previous 1.15
Fix display of default values in punishment fieldset

Revision 1.16 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 20 16:08:56 2006 UTC (3 years, 8 months ago) by deekayen
Branch: MAIN
Changes since 1.15: +9 -6 lines
Diff to previous 1.15
Fix display of default values in punishment fieldset

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 17 09:35:54 2006 UTC (3 years, 9 months ago) by deekayen
Branch: MAIN
Branch point for: DRUPAL-4-7
Changes since 1.14: +9 -4 lines
Diff to previous 1.14
quick hack to fix broken blacklist check and replace 404 alternate page so multiple attempts from blacklisted people don't clog the admin logs

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 17 08:45:48 2006 UTC (3 years, 9 months ago) by deekayen
Branch: MAIN
Changes since 1.13: +1 -0 lines
Diff to previous 1.13
be sure visitors don't get to see more output after they've been told to redirect

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Feb 17 08:13:15 2006 UTC (3 years, 9 months ago) by deekayen
Branch: MAIN
Changes since 1.12: +652 -29 lines
Diff to previous 1.12
Fixes some critical form API bugs when banning IPs. Major additions to import blacklists from SPEWS.org and okean.com and punish blacklisted visitors. Everything appears to be working, except I haven't actually been able to test being blacklisted and I don't have postgre to test that or create a SQL file.

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 6 02:42:55 2005 UTC (3 years, 11 months ago) by drumm
Branch: MAIN
Changes since 1.11: +2 -2 lines
Diff to previous 1.11
Update to work with HEAD.

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 9 21:33:16 2005 UTC (4 years ago) by crunchywelch
Branch: MAIN
Changes since 1.10: +81 -81 lines
Diff to previous 1.10
port to 4.7 v2, removed use of $_POST['edit'], time for beer

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 9 04:25:36 2005 UTC (4 years ago) by crunchywelch
Branch: MAIN
Changes since 1.9: +354 -179 lines
Diff to previous 1.9
port to 4.7

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 14 21:22:32 2005 UTC (4 years, 3 months ago) by crunchywelch
Branch: MAIN
Branch point for: DRUPAL-4-6
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
small sql query fix

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 14 19:05:39 2005 UTC (4 years, 3 months ago) by crunchywelch
Branch: MAIN
Changes since 1.7: +5 -23 lines
Diff to previous 1.7
fixing my mess

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 13 19:45:40 2005 UTC (4 years, 3 months ago) by crunchywelch
Branch: MAIN
Changes since 1.6: +50 -20 lines
Diff to previous 1.6
fixed search pager and add email search

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Aug 13 18:06:31 2005 UTC (4 years, 3 months ago) by crunchywelch
Branch: MAIN
Changes since 1.5: +6 -5 lines
Diff to previous 1.5
add key (uid) to ip_track table, thanks to courtneym for fix
misc fixes

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 14 18:05:01 2005 UTC (4 years, 6 months ago) by crunchywelch
Branch: MAIN
Changes since 1.4: +4 -4 lines
Diff to previous 1.4
actually, for real this time - change deprecated node_is_new call to node_mark

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 14 18:01:53 2005 UTC (4 years, 6 months ago) by crunchywelch
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
change deprecated node_is_new call to node_mark

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 29 20:44:50 2005 UTC (4 years, 8 months ago) by crunchywelch
Branch: MAIN
Changes since 1.2: +2 -2 lines
Diff to previous 1.2
fix for expiration date ban bug, thanks to tjones for troubleshooting

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 15 22:17:56 2005 UTC (4 years, 8 months ago) by crunchywelch
Branch: MAIN
Changes since 1.1: +8 -4 lines
Diff to previous 1.1
fix pager problem on user search

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Mar 15 20:11:00 2005 UTC (4 years, 8 months ago) by crunchywelch
Branch: MAIN
CVS Tags: DRUPAL-4-5
troll.module provides troll management tools for community sites including: user tracking by ip address, bans IP addresses from accessing the site by set duration or forever, provides advanced user account searching and user blocking by role

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.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2