[geeklog-cvs] geeklog: Document missing CIDR support for IPv6 addresses (cf. f...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sun Jan 24 05:19:23 EST 2010


changeset 7614:4e824a5ec928
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/4e824a5ec928
user: Dirk Haun <dirk at haun-online.de>
date: Sun Jan 24 11:13:52 2010 +0100
description:
Document missing CIDR support for IPv6 addresses (cf. feature request #0000971)

diffstat:

 plugins/spamx/IP.Examine.class.php |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 1a2542e7b7ba -r 4e824a5ec928 plugins/spamx/IP.Examine.class.php
--- a/plugins/spamx/IP.Examine.class.php	Sun Jan 24 10:54:00 2010 +0100
+++ b/plugins/spamx/IP.Examine.class.php	Sun Jan 24 11:13:52 2010 +0100
@@ -4,7 +4,7 @@
 * File: IP.Examine.class.php
 * This is the IP BlackList Examine class for the Geeklog Spam-X plugin
 *
-* Copyright (C) 2004-2009 by the following authors:
+* Copyright (C) 2004-2010 by the following authors:
 * Author        Tom Willett        tomw AT pigstye DOT net
 *
 * Licensed under GNU General Public License
@@ -72,6 +72,7 @@
      * @param   string  $CIDR       IP address range to check against
      * @return  boolean             true if IP falls into the CIDR, else false
      * @access  private
+     * @todo    CIDR support for IPv6 addresses
      *
      * Original author: Ian B, taken from
      * @link http://www.php.net/manual/en/function.ip2long.php#71939



More information about the geeklog-cvs mailing list