PHPDocumentor [http://en.wikipedia.org/wiki/PhpDocumentor] documentation tweaking...
[lhc/web/wiklou.git] / includes / IP.php
2007-03-28 Nick JenkinsPHPDocumentor [en.wikipedia.org/wiki/PhpDocumentor...
2007-03-28 Aaron Schulz*Fix isInRange(), remove cruft, add "ipv-6" prefix...
2007-03-22 Aaron Schulz*Fix comment typo, remove some redundant conversions
2007-03-14 Aaron Schulz*Run isIPv6() before trim/uppercasing
2007-03-13 Aaron Schulz*More robust IPv6 validation (exclude ambiguous IPs)
2007-03-13 Aaron Schulz*Make sanitizeIP() and toOctet() remove leading bloc...
2007-03-13 Brion Vibberthis isn't java... you need to say $this-> and self...
2007-03-13 Aaron Schulz*sanitizeIP() now adds leading zeroes to each bloc...
2007-03-13 Aaron Schulz*Padding for indexing
2007-03-13 Aaron Schulz*Declare static functions as such
2007-03-12 Aaron Schulz*IPv6 sanitizing, avoid use of native hex functions...
2007-03-12 Aaron Schulz* Add IPv6 support to XFF functions, improve IPv6 regexp
2007-03-12 Aaron Schulz*Use strval() to ensure wfBaseConvert() recieves a...
2007-03-12 Aaron Schulz*Fix typos :(
2007-03-12 Aaron Schulz* Add IPv6 support
2007-03-12 Aaron Schulz* Add isIPAddress() for IPs/networks, fix a bit bug
2007-03-12 Aaron Schulz* Add IPv6 functions, fix explicit ranges
2007-01-12 Nick JenkinsFor the "includes/" directory:
2006-12-31 Ævar Arnfjörð Bjar... * 001.001.001.001 and other addresses with leading...
2006-12-08 Andrew GarrettFix regression from r17927 that broke IP::isInRange...
2006-11-29 Nick JenkinsCompleting code housekeeping stuff for rest of includes...
2006-11-29 Ilmari Karonenconvert "::1" and other pseudo-IPv6 addresses that...
2006-11-27 Tim Starling(no commit message)
2006-11-25 Tim Starling* Added temporary special-case AOL proxy detection...
2006-11-22 Aryeh GregorRevert last three commits. I totally broke autoblock...
2006-11-22 Aryeh GregorMore bugs! Why did I only spot these after commit >:|
2006-11-22 Aryeh Gregor* Moved Werdna's new IP functions to the IP class
2006-09-24 Tim StarlingMoved wfParseCIDR() to IP::parseCIDR(). Added IP::parse...
2006-07-16 Brion Vibbernormalize case
2006-07-15 Antoine Mussopublic static function isPublic
2006-07-14 Tim StarlingThat doesn't work... oh well, as long as no other modul...
2006-07-14 Tim StarlingDeferred loading of DateFormatter.php and IP.php. Stand...
2006-07-12 Antoine MussoMigrate IP related tools from ProxyTools.php to IP.php