* Moved Werdna's new IP functions to the IP class
authorAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 22 Nov 2006 23:21:53 +0000 (23:21 +0000)
committerAryeh Gregor <simetrical@users.mediawiki.org>
Wed, 22 Nov 2006 23:21:53 +0000 (23:21 +0000)
commit0c04d9885c02371877758c1a728a007ac992698c
treea332a8ba33504b55c4a402616fad5118bda6669e
parentb0f352cdc2c165c07177265a1b20f4391ca2ab1d
* Moved Werdna's new IP functions to the IP class
* Handle bad input to new IP::isAddressInRange gracefully (return false)
* Block::doAutoblock always returns a bool now, as the docs say
* Split off Block::isWhitelistedIp from Block::doAutoblock
* Put AOL proxy IPs in whitelist, and also one from Singapore that was troublesome on enwiki (more should be added, probably?)
* Improve some docs
* Fix a bug: check if the passed IP is in the whitelist, not if the request IP is in the whitelist
includes/Block.php
includes/GlobalFunctions.php
includes/IP.php
languages/messages/MessagesEn.php