aboutsummaryrefslogtreecommitdiffstats
path: root/includes/IP.php
Commit message (Expand)AuthorAgeFilesLines
* using real identity for hasharAntoine Musso2011-10-241-1/+1
* Tweak r98602: keep the other IP normalization for non-ranges, such as upper c...Aaron Schulz2011-10-011-3/+3
* Made provideIPCIDRs() not add a '/' if there is no prefix length. Fixes bug 3...Aaron Schulz2011-10-011-1/+4
* Fixed typo in ipv6 private IP range list and added test (bug 30739)Aaron Schulz2011-09-061-1/+1
* Trim trailing whitespaceSam Reed2011-09-041-7/+21
* * (bug 28798) Set $wgServer in the default LocalSettings.phpTim Starling2011-06-151-0/+70
* Move Block::normaliseRange() to IP.php, then reduce it to 4 lines by using th...Happy-melon2011-03-181-0/+13
* Follow-up r82093: fixed comment :)Aaron Schulz2011-02-131-1/+1
* * (bug 27353) IPv6 address ending in "::WORD" was not recognizedAaron Schulz2011-02-131-7/+8
* random w/s cleanupMark A. Hershberger2010-12-011-1/+1
* *(bug 25920) Moved forward ref to a back ref to really get v6 regex to compil...Aaron Schulz2010-11-211-8/+10
* Reverting r76928, causes segfaultSam Reed2010-11-181-1/+1
* (bug 25920) Moved forward ref to a nested ref to really get v6 regex to compi...Aaron Schulz2010-11-181-1/+1
* * Reduced some pointless regex capture overheadAaron Schulz2010-11-171-13/+17
* Fixed some doxygen warningsAlexandre Emsenhuber2010-11-161-37/+54
* Removed weird unused "IPv4toIPv6" functionAaron Schulz2010-11-151-29/+0
* typo: RE_IPV4_BLOCK -> RE_IP_BLOCKAaron Schulz2010-11-151-4/+5
* Minor cleanupsAaron Schulz2010-11-131-7/+7
* * parseCIDR() should use parseCIDR6() for IPv6 (plus the later is private sin...Aaron Schulz2010-11-121-23/+23
* * Removed redundant check in toUnsigned6().Aaron Schulz2010-11-121-165/+145
* * Changes in IP.php:Aaron Schulz2010-11-121-86/+92
* * Return type cleanup (int -> bool)Aaron Schulz2010-11-111-21/+28
* * Followed-up r76267:Aaron Schulz2010-11-111-21/+15
* Made sanitizeIP() handle CIDR IPs in IPv6 (fixes server-side stuff for bug 24...Aaron Schulz2010-11-071-10/+11
* * Fixed RE_IPV6_ADD for IP networks ending in "::", like "abcd::/y" or "a::/y"Aaron Schulz2010-11-071-44/+63
* * Standardised file description headersAlexandre Emsenhuber2010-10-231-1/+15
* update my personal email address altern.org -> free.frAntoine Musso2010-09-261-1/+1
* coding style tweaksJack Phoenix2010-08-081-55/+89
* * Standardised file description headersAlexandre Emsenhuber2010-08-081-3/+6
* * Fixed some doxygen warningsAlexandre Emsenhuber2010-03-091-21/+21
* Code cleanup, covert leading spaces into tabs per coding styleOverlordQ2009-11-141-42/+42
* Take the IPv4 part of mapped addresses rather than broken '.'->':' replaceAaron Schulz2009-08-081-4/+3
* IPv6 padding cleanup - removed trailing ':'Aaron Schulz2009-07-271-4/+13
* * IPv6 validation check fix for bug 19003Aaron Schulz2009-07-271-7/+17
* Fixes for r51236 per CR commentsRoan Kattouw2009-05-311-3/+3
* Fix weird bug that caused IP::isInRange("80.0.0.0", "94.0.0.0/24") to return ...Roan Kattouw2009-05-311-2/+3
* Changes required by the current version of SecurePoll:Tim Starling2009-04-011-9/+20
* * Fix commentAaron Schulz2008-11-021-2/+2
* Use MediaWiki whitespace standards, please.Aryeh Gregor2008-11-021-4/+3
* API: Move ApiQueryBlocks::convertHexIP() to IP::hexToIP() per Werdna's commen...Roan Kattouw2008-11-021-0/+18
* * Fix common spelling error (seperate -> separate)Siebrand Mazeland2008-09-151-2/+2
* remove extra parenthesisAaron Schulz2008-08-241-1/+1
* update commentAaron Schulz2008-08-131-1/+1
* add HexToOct()Aaron Schulz2008-08-131-0/+18
* * (bug 15049) Fix for CheckUser extension's log search: usernames containingBrion Vibber2008-08-061-5/+9
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-18/+16
* *Convert '.' to ':' for IPs that have both (like '::eff:1.4.0.3')Aaron Schulz2007-09-031-12/+19
* * Fixed regression in blocking of username '0'Brion Vibber2007-08-031-3/+4
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* * (bug 10247) Fix IP address regex to avoid false positive IPv6 matchesBrion Vibber2007-06-131-1/+6