| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * (bug 10247) Fix IP address regex to avoid false positive IPv6 matches | Brion Vibber | 2007-06-13 | 1 | -1/+6 |
* | debugging | Tim Starling | 2007-04-25 | 1 | -0/+6 |
* | Some small doc tweaks to reduce Doxygen warnings, namely: | Nick Jenkins | 2007-04-18 | 1 | -1/+1 |
* | *fix ipv6 prefix consistency | Aaron Schulz | 2007-04-08 | 1 | -2/+2 |
* | Documentation tweaks to help documentation systems (Doxygen + PHPDocumentor) | Nick Jenkins | 2007-04-04 | 1 | -3/+4 |
* | *comment typo | Aaron Schulz | 2007-04-04 | 1 | -1/+1 |
* | Revert r20769: we don't use PHPDocumentor anymore, we use doxygen. | Brion Vibber | 2007-03-28 | 1 | -4/+3 |
* | PHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation twea... | Nick Jenkins | 2007-03-28 | 1 | -3/+4 |
* | *Fix isInRange(), remove cruft, add "ipv-6" prefix to toHex() and parseRange6... | Aaron Schulz | 2007-03-28 | 1 | -21/+27 |
* | *Fix comment typo, remove some redundant conversions | Aaron Schulz | 2007-03-22 | 1 | -6/+8 |
* | *Run isIPv6() before trim/uppercasing | Aaron Schulz | 2007-03-14 | 1 | -2/+4 |
* | *More robust IPv6 validation (exclude ambiguous IPs) | Aaron Schulz | 2007-03-13 | 1 | -2/+4 |
* | *Make sanitizeIP() and toOctet() remove leading bloc zeroes instead, fix bug ... | Aaron Schulz | 2007-03-13 | 1 | -6/+8 |
* | this isn't java... you need to say $this-> and self:: explicitly | Brion Vibber | 2007-03-13 | 1 | -1/+1 |
* | *sanitizeIP() now adds leading zeroes to each bloc for better consistency | Aaron Schulz | 2007-03-13 | 1 | -4/+10 |
* | *Padding for indexing | Aaron Schulz | 2007-03-13 | 1 | -8/+7 |
* | *Declare static functions as such | Aaron Schulz | 2007-03-13 | 1 | -7/+7 |
* | *IPv6 sanitizing, avoid use of native hex functions, enlarge ip box for block... | Aaron Schulz | 2007-03-12 | 1 | -12/+21 |
* | * Add IPv6 support to XFF functions, improve IPv6 regexp | Aaron Schulz | 2007-03-12 | 1 | -2/+2 |
* | *Use strval() to ensure wfBaseConvert() recieves a string | Aaron Schulz | 2007-03-12 | 1 | -3/+4 |
* | *Fix typos :( | Aaron Schulz | 2007-03-12 | 1 | -8/+10 |
* | * Add IPv6 support | Aaron Schulz | 2007-03-12 | 1 | -30/+39 |
* | * Add isIPAddress() for IPs/networks, fix a bit bug | Aaron Schulz | 2007-03-12 | 1 | -8/+24 |
* | * Add IPv6 functions, fix explicit ranges | Aaron Schulz | 2007-03-12 | 1 | -11/+170 |
* | For the "includes/" directory: | Nick Jenkins | 2007-01-12 | 1 | -0/+1 |
* | * 001.001.001.001 and other addresses with leading zeros are valid | Ævar Arnfjörð Bjarmason | 2006-12-31 | 1 | -4/+4 |
* | Fix regression from r17927 that broke IP::isInRange (and hence the autoblock ... | Andrew Garrett | 2006-12-08 | 1 | -0/+3 |
* | Completing code housekeeping stuff for rest of includes/ directory: removing ... | Nick Jenkins | 2006-11-29 | 1 | -1/+2 |
* | convert "::1" and other pseudo-IPv6 addresses that Apache may throw at us to ... | Ilmari Karonen | 2006-11-29 | 1 | -2/+34 |
* | (no commit message) | Tim Starling | 2006-11-27 | 1 | -1/+1 |
* | * Added temporary special-case AOL proxy detection, they're automatically cou... | Tim Starling | 2006-11-25 | 1 | -1/+14 |
* | Revert last three commits. I totally broke autoblock and didn't notice someh... | Aryeh Gregor | 2006-11-22 | 1 | -29/+4 |
* | More bugs! Why did I only spot these after commit >:| | Aryeh Gregor | 2006-11-22 | 1 | -2/+2 |
* | * Moved Werdna's new IP functions to the IP class | Aryeh Gregor | 2006-11-22 | 1 | -4/+29 |
* | Moved wfParseCIDR() to IP::parseCIDR(). Added IP::parseRange() to support mor... | Tim Starling | 2006-09-24 | 1 | -6/+98 |
* | normalize case | Brion Vibber | 2006-07-16 | 1 | -2/+2 |
* | public static function isPublic | Antoine Musso | 2006-07-15 | 1 | -2/+2 |
* | That doesn't work... oh well, as long as no other module tries to use these c... | Tim Starling | 2006-07-14 | 1 | -10/+11 |
* | Deferred loading of DateFormatter.php and IP.php. Standardised IP.php functio... | Tim Starling | 2006-07-14 | 1 | -22/+21 |
* | Migrate IP related tools from ProxyTools.php to IP.php | Antoine Musso | 2006-07-12 | 1 | -0/+119 |