aboutsummaryrefslogtreecommitdiffstats
path: root/includes/ProxyTools.php
Commit message (Expand)AuthorAgeFilesLines
* Skip IP::isInRange() test if input is not in CIDR notationBryan Davis2013-11-131-1/+2
* Short circuit $wgSquidServersNoPurge iteration if ip is specificallyReedy2013-11-131-1/+2
* Support CIDR ranges in $wgSquidServersNoPurgeBryan Davis2013-11-071-2/+14
* Remove proxy check in EditPage.phpKevin Israel2013-10-211-40/+0
* Spellchecked /includes directoryYuri Astrakhan2013-03-131-2/+2
* fix some spacingumherirrender2013-02-041-1/+1
* Added missing GPLv2 headers in some places.Alexandre Emsenhuber2012-05-111-1/+16
* Refactors the check if a particular IP is in the list of configured squid ser...Arthur Richards2012-02-211-2/+11
* added missing deprecation noticesJeroen De Dauw2011-12-131-1/+3
* Expand some more URLs: for feeds, referers and the proxy scriptRoan Kattouw2011-08-191-1/+1
* Removed mention of AOL, no longer true since r39892Alexandre Emsenhuber2011-08-181-3/+4
* Moved wfGetIP() to WebRequest::getIP():Alexandre Emsenhuber2011-08-181-97/+13
* Tests for wfGetIP() follow up r89407Antoine Musso2011-08-161-1/+8
* back off r94558:Antoine Musso2011-08-151-7/+1
* Tests for wfGetIP() follow up r89407Antoine Musso2011-08-151-1/+7
* * Revert r94487 and r19889 to an extent -- ONLY check for the X-Forwarded-For...Ryan Schmidt2011-08-151-10/+1
* When MediaWiki is being run behind a proxy, also check the X-Real-IP header t...Ryan Schmidt2011-08-151-1/+5
* Update code comments that point to 1.18 to point to 1.19Sam Reed2011-07-181-1/+1
* Moved wfIsLocallyBlockedProxy() to User::isLocallyBlockedProxy() to put it ne...Alexandre Emsenhuber2011-06-191-32/+0
* Swap else if for elseifSam Reed2011-06-171-1/+1
* Don't execute the loop if there's no X-Forwarded-For header, also don't use i...Alexandre Emsenhuber2011-06-031-21/+18
* Deprecated wfGetAgent(), use $wgRequest->getHeader( 'User-Agent' ) insteadAlexandre Emsenhuber2011-06-031-0/+3
* Removed more functions marked for removal in 1.19: wfParseCIDR(), wfRFC822Phr...Alexandre Emsenhuber2011-05-061-11/+0
* Type hintingSam Reed2011-04-251-9/+4
* Fix some Notices:Paul Copperman2011-04-111-2/+3
* Mark wfParseCIDR(), was moved to IP::parseCIDR() in r16625; also tag for remo...Alexandre Emsenhuber2010-11-071-0/+3
* Remove $wgIP global, but add a hook instead.Platonides2010-09-111-5/+7
* * Standardised file description headersAlexandre Emsenhuber2010-08-141-0/+1
* fix some doxygen errorsAlexandre Emsenhuber2009-12-111-1/+1
* $fname -> __METHOD__Alexandre Emsenhuber2009-11-071-3/+2
* Followup to r52671, fix redirection syntax to work with windows as well.OverlordQ2009-08-251-1/+1
* Use wfGetNull() instead of hardcoded /dev/nullChad Horohoe2009-07-021-1/+1
* Fix for r51774, r51784: set '127.0.0.1' as IP for CLI, but with explicit chec...Alexandre Emsenhuber2009-06-121-1/+3
* Fixes for r51774:Alexandre Emsenhuber2009-06-121-3/+4
* Revert r51725 (fall back to 127.0.0.1 when IP cannot be determined). On furth...Chad Horohoe2009-06-121-6/+11
* (bug 18173) Login form exception on malformed REMOTE_ADDR, wfGetIP() now fall...Chad Horohoe2009-06-111-2/+2
* Revert r44254 "Cleanup to wfGetNull(): * Add override in case /dev/null isn't...Brion Vibber2008-12-101-1/+1
* Cleanup to wfGetNull():Chad Horohoe2008-12-051-1/+1
* Added a new configuration option ($wgUsePrivateIPs) to force MediaWiki to use...Charles Melbye2008-11-201-3/+5
* Reverting r40323, as per comments on wikitech-l. Deprecated doesn't mean remo...Tim Starling2008-09-031-2/+2
* Fully deprecate $wgProxyKey. Has been marked as deprecated since 1.4, but nev...Chad Horohoe2008-09-021-2/+2
* Removed the AOL hack. Use the TrustedXFF extension instead.Tim Starling2008-08-241-49/+1
* Add comment explaining mystery list of IP addressesAryeh Gregor2008-07-011-0/+1
* WARNING: HUGE COMMITAlexandre Emsenhuber2008-05-201-0/+1
* * remove end of line whitespaceSiebrand Mazeland2008-04-141-9/+5
* Withespaces fixes.Alexandre Emsenhuber2008-03-081-4/+4
* Fix for 13281: Normalize header names as per RFC 2616Anders Wegge Jakobsen2008-03-071-5/+12
* * Update docs/memcached.txtAlexandre Emsenhuber2008-03-011-12/+5
* Remove ?>'s from files. They're pointless, and just asking for people to mes...Aryeh Gregor2007-06-291-1/+1
* *Remove wfGetLastIPfromXFF() from r19889Aaron Schulz2007-04-241-29/+0