aboutsummaryrefslogtreecommitdiffstats
path: root/includes/IP.php
Commit message (Expand)AuthorAgeFilesLines
...
* * (bug 10247) Fix IP address regex to avoid false positive IPv6 matchesBrion Vibber2007-06-131-1/+6
* debuggingTim Starling2007-04-251-0/+6
* Some small doc tweaks to reduce Doxygen warnings, namely:Nick Jenkins2007-04-181-1/+1
* *fix ipv6 prefix consistencyAaron Schulz2007-04-081-2/+2
* Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) Nick Jenkins2007-04-041-3/+4
* *comment typoAaron Schulz2007-04-041-1/+1
* Revert r20769: we don't use PHPDocumentor anymore, we use doxygen.Brion Vibber2007-03-281-4/+3
* PHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation twea...Nick Jenkins2007-03-281-3/+4
* *Fix isInRange(), remove cruft, add "ipv-6" prefix to toHex() and parseRange6...Aaron Schulz2007-03-281-21/+27
* *Fix comment typo, remove some redundant conversionsAaron Schulz2007-03-221-6/+8
* *Run isIPv6() before trim/uppercasingAaron Schulz2007-03-141-2/+4
* *More robust IPv6 validation (exclude ambiguous IPs)Aaron Schulz2007-03-131-2/+4
* *Make sanitizeIP() and toOctet() remove leading bloc zeroes instead, fix bug ...Aaron Schulz2007-03-131-6/+8
* this isn't java... you need to say $this-> and self:: explicitlyBrion Vibber2007-03-131-1/+1
* *sanitizeIP() now adds leading zeroes to each bloc for better consistencyAaron Schulz2007-03-131-4/+10
* *Padding for indexingAaron Schulz2007-03-131-8/+7
* *Declare static functions as suchAaron Schulz2007-03-131-7/+7
* *IPv6 sanitizing, avoid use of native hex functions, enlarge ip box for block...Aaron Schulz2007-03-121-12/+21
* * Add IPv6 support to XFF functions, improve IPv6 regexpAaron Schulz2007-03-121-2/+2
* *Use strval() to ensure wfBaseConvert() recieves a stringAaron Schulz2007-03-121-3/+4
* *Fix typos :(Aaron Schulz2007-03-121-8/+10
* * Add IPv6 supportAaron Schulz2007-03-121-30/+39
* * Add isIPAddress() for IPs/networks, fix a bit bugAaron Schulz2007-03-121-8/+24
* * Add IPv6 functions, fix explicit rangesAaron Schulz2007-03-121-11/+170
* For the "includes/" directory:Nick Jenkins2007-01-121-0/+1
* * 001.001.001.001 and other addresses with leading zeros are validÆvar Arnfjörð Bjarmason2006-12-311-4/+4
* Fix regression from r17927 that broke IP::isInRange (and hence the autoblock ...Andrew Garrett2006-12-081-0/+3
* Completing code housekeeping stuff for rest of includes/ directory: removing ...Nick Jenkins2006-11-291-1/+2
* convert "::1" and other pseudo-IPv6 addresses that Apache may throw at us to ...Ilmari Karonen2006-11-291-2/+34
* (no commit message)Tim Starling2006-11-271-1/+1
* * Added temporary special-case AOL proxy detection, they're automatically cou...Tim Starling2006-11-251-1/+14
* Revert last three commits. I totally broke autoblock and didn't notice someh...Aryeh Gregor2006-11-221-29/+4
* More bugs! Why did I only spot these after commit >:|Aryeh Gregor2006-11-221-2/+2
* * Moved Werdna's new IP functions to the IP classAryeh Gregor2006-11-221-4/+29
* Moved wfParseCIDR() to IP::parseCIDR(). Added IP::parseRange() to support mor...Tim Starling2006-09-241-6/+98
* normalize caseBrion Vibber2006-07-161-2/+2
* public static function isPublicAntoine Musso2006-07-151-2/+2
* That doesn't work... oh well, as long as no other module tries to use these c...Tim Starling2006-07-141-10/+11
* Deferred loading of DateFormatter.php and IP.php. Standardised IP.php functio...Tim Starling2006-07-141-22/+21
* Migrate IP related tools from ProxyTools.php to IP.phpAntoine Musso2006-07-121-0/+119