* (bug 24563) Entries on Special:WhatLinksHere now have a link to their history
[lhc/web/wiklou.git] / includes / IP.php
2010-03-09 Alexandre Emsenhuber* Fixed some doxygen warnings
2009-11-14 OverlordQCode cleanup, covert leading spaces into tabs per codin...
2009-08-08 Aaron SchulzTake the IPv4 part of mapped addresses rather than...
2009-07-27 Aaron SchulzIPv6 padding cleanup - removed trailing ':'
2009-07-27 Aaron Schulz* IPv6 validation check fix for bug 19003
2009-05-31 Roan KattouwFixes for r51236 per CR comments
2009-05-31 Roan KattouwFix weird bug that caused IP::isInRange("80.0.0.0"...
2009-04-01 Tim StarlingChanges required by the current version of SecurePoll:
2008-11-02 Aaron Schulz* Fix comment
2008-11-02 Aryeh GregorUse MediaWiki whitespace standards, please.
2008-11-02 Roan KattouwAPI: Move ApiQueryBlocks::convertHexIP() to IP::hexToIP...
2008-09-15 Siebrand Mazeland* Fix common spelling error (seperate -> separate)
2008-08-24 Aaron Schulzremove extra parenthesis
2008-08-13 Aaron Schulzupdate comment
2008-08-13 Aaron Schulzadd HexToOct()
2008-08-06 Brion Vibber* (bug 15049) Fix for CheckUser extension's log search...
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2007-09-03 Aaron Schulz*Convert '.' to ':' for IPs that have both (like '...
2007-08-03 Brion Vibber* Fixed regression in blocking of username '0'
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-06-13 Brion Vibber* (bug 10247) Fix IP address regex to avoid false posit...
2007-04-25 Tim Starlingdebugging
2007-04-18 Nick JenkinsSome small doc tweaks to reduce Doxygen warnings, namely:
2007-04-08 Aaron Schulz*fix ipv6 prefix consistency
2007-04-04 Nick JenkinsDocumentation tweaks to help documentation systems...
2007-04-04 Aaron Schulz*comment typo
2007-03-28 Brion VibberRevert r20769: we don't use PHPDocumentor anymore,...
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