Use Linker::getInvalidTitleDescription() to display invalid title entries in Special...
[lhc/web/wiklou.git] / includes / IP.php
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