/[drupal]/contributions/modules/troll/troll.admin.inc
ViewVC logotype

Log of /contributions/modules/troll/troll.admin.inc

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.1.2.12 - (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.1.2.11: +59 -35 lines
Diff to previous 1.1.2.11 , to branch point 1.1 , to next main 1.8
#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.8 - (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
CVS Tags: HEAD
Changes since 1.7: +61 -0 lines
Diff to previous 1.7
port DNSBL from 6.x to D7

Revision 1.7 - (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.6: +3 -3 lines
Diff to previous 1.6
update calls to user_load() to send just $uid instead of array

Revision 1.1.2.11 - (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.1.2.10: +61 -1 lines
Diff to previous 1.1.2.10 , to branch point 1.1
#431744 - add dnsbl support

Revision 1.1.2.10 - (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.1.2.9: +3 -3 lines
Diff to previous 1.1.2.9 , to branch point 1.1
code style compliance updates

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

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 10 15:01:21 2009 UTC (7 months, 2 weeks ago) by deekayen
Branch: MAIN
Changes since 1.5: +4 -4 lines
Diff to previous 1.5
#430008 - wrong date formatter by Ilmar

Revision 1.1.2.8 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 10 14:41:58 2009 UTC (7 months, 2 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.1.2.7: +4 -4 lines
Diff to previous 1.1.2.7 , to branch point 1.1
#430008 - wrong date formatter by Ilmar

Revision 1.1.2.7 - (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.1.2.6: +16 -15 lines
Diff to previous 1.1.2.6 , to branch point 1.1
#380858 - add search user details as a tab on user pages

Revision 1.5 - (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.4: +15 -14 lines
Diff to previous 1.4
#380858 - add search user details as a tab on user pages

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 00:32:25 2009 UTC (8 months, 3 weeks ago) by deekayen
Branch: MAIN
Changes since 1.3: +157 -131 lines
Diff to previous 1.3
use new code standards for concatenation
switch to new database api
move configuration from admin/settings/troll to admin/user/troll
fix bug with erroneous partial array on the default import list
put data tables under forms into fieldsets because they weren't displaying as plain FAPI markup #value
switch from using time() to REQUEST_TIME
use more db_query_range() where possible

Revision 1.1.2.6 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Mar 2 00:24:44 2009 UTC (8 months, 3 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.1.2.5: +34 -25 lines
Diff to previous 1.1.2.5 , to branch point 1.1
enclose tables under forms in a fieldset
add range limits to queries where appropriate

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

Revision 1.1.2.4 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Mar 1 06:58:17 2009 UTC (8 months, 4 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.1.2.3: +25 -25 lines
Diff to previous 1.1.2.3 , to branch point 1.1
fix bug where ip ban form wasn't showing IP addresses because the table rows were being reset

Revision 1.1.2.3 - (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.1.2.2: +22 -21 lines
Diff to previous 1.1.2.2 , to branch point 1.1
add update function to support IPv6
fix undefined var notices

Revision 1.1.2.2 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 19:10:49 2009 UTC (9 months, 2 weeks ago) by deekayen
Branch: DRUPAL-6--1
Changes since 1.1.2.1: +2 -9 lines
Diff to previous 1.1.2.1 , to branch point 1.1
#216606 - remove defunct SPEWS blacklist

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 11 19:09:55 2009 UTC (9 months, 2 weeks ago) by deekayen
Branch: MAIN
Changes since 1.2: +2 -9 lines
Diff to previous 1.2
#216606 - remove defunct SPEWS blacklist

Revision 1.2 - (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.1: +2 -2 lines
Diff to previous 1.1
coder cleanup

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

Revision 1.1 - (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
D6 upgrade by jvandyk and swentel

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