index
:
mediawikicore.git
REL1_39
REL1_40
REL1_41
REL1_42
REL1_43
development
fundraising/REL1_39
fundraising/REL1_43
master
wmf/1.44.0-wmf.21
wmf/1.44.0-wmf.22
wmf/1.44.0-wmf.23
wmf/branch_cut_pretest
wmf/next
The collaborative editing software that runs Wikipedia.
Tyler Davis
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
includes
/
IP.php
Commit message (
Expand
)
Author
Age
Files
Lines
*
using real identity for hashar
Antoine Musso
2011-10-24
1
-1
/
+1
*
Tweak r98602: keep the other IP normalization for non-ranges, such as upper c...
Aaron Schulz
2011-10-01
1
-3
/
+3
*
Made provideIPCIDRs() not add a '/' if there is no prefix length. Fixes bug 3...
Aaron Schulz
2011-10-01
1
-1
/
+4
*
Fixed typo in ipv6 private IP range list and added test (bug 30739)
Aaron Schulz
2011-09-06
1
-1
/
+1
*
Trim trailing whitespace
Sam Reed
2011-09-04
1
-7
/
+21
*
* (bug 28798) Set $wgServer in the default LocalSettings.php
Tim Starling
2011-06-15
1
-0
/
+70
*
Move Block::normaliseRange() to IP.php, then reduce it to 4 lines by using th...
Happy-melon
2011-03-18
1
-0
/
+13
*
Follow-up r82093: fixed comment :)
Aaron Schulz
2011-02-13
1
-1
/
+1
*
* (bug 27353) IPv6 address ending in "::WORD" was not recognized
Aaron Schulz
2011-02-13
1
-7
/
+8
*
random w/s cleanup
Mark A. Hershberger
2010-12-01
1
-1
/
+1
*
*(bug 25920) Moved forward ref to a back ref to really get v6 regex to compil...
Aaron Schulz
2010-11-21
1
-8
/
+10
*
Reverting r76928, causes segfault
Sam Reed
2010-11-18
1
-1
/
+1
*
(bug 25920) Moved forward ref to a nested ref to really get v6 regex to compi...
Aaron Schulz
2010-11-18
1
-1
/
+1
*
* Reduced some pointless regex capture overhead
Aaron Schulz
2010-11-17
1
-13
/
+17
*
Fixed some doxygen warnings
Alexandre Emsenhuber
2010-11-16
1
-37
/
+54
*
Removed weird unused "IPv4toIPv6" function
Aaron Schulz
2010-11-15
1
-29
/
+0
*
typo: RE_IPV4_BLOCK -> RE_IP_BLOCK
Aaron Schulz
2010-11-15
1
-4
/
+5
*
Minor cleanups
Aaron Schulz
2010-11-13
1
-7
/
+7
*
* parseCIDR() should use parseCIDR6() for IPv6 (plus the later is private sin...
Aaron Schulz
2010-11-12
1
-23
/
+23
*
* Removed redundant check in toUnsigned6().
Aaron Schulz
2010-11-12
1
-165
/
+145
*
* Changes in IP.php:
Aaron Schulz
2010-11-12
1
-86
/
+92
*
* Return type cleanup (int -> bool)
Aaron Schulz
2010-11-11
1
-21
/
+28
*
* Followed-up r76267:
Aaron Schulz
2010-11-11
1
-21
/
+15
*
Made sanitizeIP() handle CIDR IPs in IPv6 (fixes server-side stuff for bug 24...
Aaron Schulz
2010-11-07
1
-10
/
+11
*
* Fixed RE_IPV6_ADD for IP networks ending in "::", like "abcd::/y" or "a::/y"
Aaron Schulz
2010-11-07
1
-44
/
+63
*
* Standardised file description headers
Alexandre Emsenhuber
2010-10-23
1
-1
/
+15
*
update my personal email address altern.org -> free.fr
Antoine Musso
2010-09-26
1
-1
/
+1
*
coding style tweaks
Jack Phoenix
2010-08-08
1
-55
/
+89
*
* Standardised file description headers
Alexandre Emsenhuber
2010-08-08
1
-3
/
+6
*
* Fixed some doxygen warnings
Alexandre Emsenhuber
2010-03-09
1
-21
/
+21
*
Code cleanup, covert leading spaces into tabs per coding style
OverlordQ
2009-11-14
1
-42
/
+42
*
Take the IPv4 part of mapped addresses rather than broken '.'->':' replace
Aaron Schulz
2009-08-08
1
-4
/
+3
*
IPv6 padding cleanup - removed trailing ':'
Aaron Schulz
2009-07-27
1
-4
/
+13
*
* IPv6 validation check fix for bug 19003
Aaron Schulz
2009-07-27
1
-7
/
+17
*
Fixes for r51236 per CR comments
Roan Kattouw
2009-05-31
1
-3
/
+3
*
Fix weird bug that caused IP::isInRange("80.0.0.0", "94.0.0.0/24") to return ...
Roan Kattouw
2009-05-31
1
-2
/
+3
*
Changes required by the current version of SecurePoll:
Tim Starling
2009-04-01
1
-9
/
+20
*
* Fix comment
Aaron Schulz
2008-11-02
1
-2
/
+2
*
Use MediaWiki whitespace standards, please.
Aryeh Gregor
2008-11-02
1
-4
/
+3
*
API: Move ApiQueryBlocks::convertHexIP() to IP::hexToIP() per Werdna's commen...
Roan Kattouw
2008-11-02
1
-0
/
+18
*
* Fix common spelling error (seperate -> separate)
Siebrand Mazeland
2008-09-15
1
-2
/
+2
*
remove extra parenthesis
Aaron Schulz
2008-08-24
1
-1
/
+1
*
update comment
Aaron Schulz
2008-08-13
1
-1
/
+1
*
add HexToOct()
Aaron Schulz
2008-08-13
1
-0
/
+18
*
* (bug 15049) Fix for CheckUser extension's log search: usernames containing
Brion Vibber
2008-08-06
1
-5
/
+9
*
* remove end of line whitespace
Siebrand Mazeland
2008-04-14
1
-18
/
+16
*
*Convert '.' to ':' for IPs that have both (like '::eff:1.4.0.3')
Aaron Schulz
2007-09-03
1
-12
/
+19
*
* Fixed regression in blocking of username '0'
Brion Vibber
2007-08-03
1
-3
/
+4
*
Remove ?>'s from files. They're pointless, and just asking for people to mes...
Aryeh Gregor
2007-06-29
1
-1
/
+1
*
* (bug 10247) Fix IP address regex to avoid false positive IPv6 matches
Brion Vibber
2007-06-13
1
-1
/
+6
[next]