Last modified: 2013-09-16 13:15:30 UTC
When an IPv6 addresses are globally rangeblocked, the error message shown when someone on a g-blocked IPv6 range only shows the local individual address, not the range, such as the proxy block at http://www.4proxy.de/index.php?q=aHR0cDovL3d3dy5tZWRpYXdpa2kub3JnL3cvaW5kZXgucGhwP3RpdGxlPVNwZWNpYWw6VXNlckxvZ2luJmFtcDtyZXR1cm50bz1NZWRpYVdpa2klM0FNb2Rlcm4rQXBpenphJmFtcDtyZXR1cm50b3F1ZXJ5PWFjdGlvbiUzRGVkaXQmYW1wO3R5cGU9c2lnbnVw. This is not unique to proxies. Furthermore, the change of the interface message from MediaWiki:Globalblocking-blocked to MediaWiki:Globalblocking-ipblocked appears to have been ill-conceived because most wikis I see have not migrated their MediaWiki:GlobalBlocking-blocked to MediaWiki:Globalblocking-ipblocked.
(In reply to comment #0) > When an IPv6 addresses are globally rangeblocked, the error message shown when > someone on a g-blocked IPv6 range only shows the local individual address, not > the range, such as the proxy block at > http://www.4proxy.de/index.php?q=aHR0cDovL3d3dy5tZWRpYXdpa2kub3JnL3cvaW5kZXgucGhwP3RpdGxlPVNwZWNpYWw6VXNlckxvZ2luJmFtcDtyZXR1cm50bz1NZWRpYVdpa2klM0FNb2Rlcm4rQXBpenphJmFtcDtyZXR1cm50b3F1ZXJ5PWFjdGlvbiUzRGVkaXQmYW1wO3R5cGU9c2lnbnVw. > > This is not unique to proxies. 'globalblocking-ipblocked' => "'''Your IP address has been blocked on all wikis.''' The block was made by $1 ($2). The reason given is ''$3''. * Start of block: $4 * Expiry of block: $5 You can contact $1 to discuss the block. You cannot use the \"{{int:emailuser}}\" feature unless a valid e-mail address is specified in your [[Special:Preferences|account preferences]] and you have not been blocked from using it. Your current IP address is $6. Please include all above details in any queries you make.", return $result = array( 'globalblocking-ipblocked', $blockingUser, $display_wiki, $block->gb_reason, $blockTimestamp, $blockExpiry, $ip ); $6 is being used in a different context in the modified message apparently on mediawiki.org, so of course it's not going to show theh range The parameters passed back with the message don't suggest there is a range of ip addresses.
I'm not aware of this being specific to IPv6? *** This bug has been marked as a duplicate of bug 38367 ***