Add a way for packagers to override some installation details
[lhc/web/wiklou.git] / includes / ProxyTools.php
2012-06-06 WerdnaMerge "Adds support to HTMLForm for rendering form...
2012-05-31 Aaron SchulzMerge "Show revdel links instead of checkboxes on pages...
2012-05-29 Aaron SchulzMerge "wfProfileOut() for new return added in c6396...
2012-05-28 Aaron SchulzMerge "$wgUseSquid unused since parent commit (fa1a8d5)"
2012-05-24 Brion VIBBERMerge "[FileBackend] Added getScopedLocksForOps() funct...
2012-05-21 SiebrandMerge "(bug 25946) The message on the top of Special...
2012-05-20 Aaron SchulzMerge "multi dbms support in api"
2012-05-19 Aaron SchulzMerge "Title::moveToInternal doesn't return anything...
2012-05-18 ReedyMerge "fetchLanguageNames: fallback to default instead...
2012-05-18 Aaron SchulzMerge "Make errors from ArticleSave hooks propagate...
2012-05-18 Aaron SchulzMerge "Various fixes to Special:Mostlinked."
2012-05-17 Tim StarlingMerge "[FileBackend] Made it easy to use registed file...
2012-05-17 Tim StarlingMerge "[FileBackend] Syncing from journal support."
2012-05-15 Aaron SchulzMerge "Various fixes to Special:Mostcategories."
2012-05-15 Aaron SchulzMerge "Minor PECL client fixes"
2012-05-15 Aaron SchulzMerge "Add/update function level parameter documentation"
2012-05-15 Aaron SchulzMerge "Implemented a wrapper for the memcached PECL...
2012-05-14 Aaron SchulzMerge "Generalizing LinksUpdate to allow extensions...
2012-05-14 Tim StarlingMerge "Fix typo in comment"
2012-05-14 Tim StarlingMerge "[FileBackend] Added support for concurrent file...
2012-05-13 Aaron SchulzMerge "Introducing LinksUpdateTest."
2012-05-11 ReedyMerge "Integrating mobile device detection class into...
2012-05-11 DemonMerge "Added some more output to cleanupUploadStash...
2012-05-11 DemonMerge "Fix E_STRICT from I6d164e45c1e31d4f83e0fa390011c...
2012-05-11 DemonMerge "Added missing GPLv2 headers in some places."
2012-05-11 Alexandre EmsenhuberAdded missing GPLv2 headers in some places.
2012-02-21 Arthur RichardsRefactors the check if a particular IP is in the list...
2011-12-13 Jeroen De Dauwadded missing deprecation notices
2011-08-19 Roan KattouwExpand some more URLs: for feeds, referers and the...
2011-08-18 Alexandre EmsenhuberRemoved mention of AOL, no longer true since r39892
2011-08-18 Alexandre EmsenhuberMoved wfGetIP() to WebRequest::getIP():
2011-08-16 Antoine MussoTests for wfGetIP() follow up r89407
2011-08-15 Antoine Mussoback off r94558:
2011-08-15 Antoine MussoTests for wfGetIP() follow up r89407
2011-08-15 Ryan Schmidt* Revert r94487 and r19889 to an extent -- ONLY check...
2011-08-15 Ryan SchmidtWhen MediaWiki is being run behind a proxy, also check...
2011-07-18 Sam ReedUpdate code comments that point to 1.18 to point to...
2011-06-19 Alexandre EmsenhuberMoved wfIsLocallyBlockedProxy() to User::isLocallyBlock...
2011-06-17 Sam ReedSwap else if for elseif
2011-06-03 Alexandre EmsenhuberDon't execute the loop if there's no X-Forwarded-For...
2011-06-03 Alexandre EmsenhuberDeprecated wfGetAgent(), use $wgRequest->getHeader...
2011-05-06 Alexandre EmsenhuberRemoved more functions marked for removal in 1.19:...
2011-04-25 Sam ReedType hinting
2011-04-11 Paul CoppermanFix some Notices:
2010-11-07 Alexandre EmsenhuberMark wfParseCIDR(), was moved to IP::parseCIDR() in...
2010-09-11 PlatonidesRemove $wgIP global, but add a hook instead.
2010-08-14 Alexandre Emsenhuber* Standardised file description headers
2009-12-11 Alexandre Emsenhuberfix some doxygen errors
2009-11-07 Alexandre Emsenhuber$fname -> __METHOD__
2009-08-25 OverlordQFollowup to r52671, fix redirection syntax to work...
2009-07-02 Chad HorohoeUse wfGetNull() instead of hardcoded /dev/null
2009-06-12 Alexandre EmsenhuberFix for r51774, r51784: set '127.0.0.1' as IP for CLI...
2009-06-12 Alexandre EmsenhuberFixes for r51774:
2009-06-12 Chad HorohoeRevert r51725 (fall back to 127.0.0.1 when IP cannot...
2009-06-11 Chad Horohoe(bug 18173) Login form exception on malformed REMOTE_AD...
2008-12-10 Brion VibberRevert r44254 "Cleanup to wfGetNull(): * Add override...
2008-12-05 Chad HorohoeCleanup to wfGetNull():
2008-11-20 Charles MelbyeAdded a new configuration option ($wgUsePrivateIPs...
2008-09-03 Tim StarlingReverting r40323, as per comments on wikitech-l. Deprec...
2008-09-02 Chad HorohoeFully deprecate $wgProxyKey. Has been marked as depreca...
2008-08-24 Tim StarlingRemoved the AOL hack. Use the TrustedXFF extension...
2008-07-01 Aryeh GregorAdd comment explaining mystery list of IP addresses
2008-05-20 Alexandre EmsenhuberWARNING: HUGE COMMIT
2008-04-14 Siebrand Mazeland* remove end of line whitespace
2008-03-08 Alexandre EmsenhuberWithespaces fixes.
2008-03-07 Anders Wegge JakobsenFix for 13281: Normalize header names as per RFC 2616
2008-03-01 Alexandre Emsenhuber* Update docs/memcached.txt
2007-06-29 Aryeh GregorRemove ?>'s from files. They're pointless, and just...
2007-04-24 Aaron Schulz*Remove wfGetLastIPfromXFF() from r19889
2007-04-24 Brion VibberReverting more fucked up untested code from r21448...
2007-04-23 Aaron Schulz*Document some older functions
2007-04-21 Aaron Schulz*Remove wfGetLastIPfromXFF(), add a new wfGetClientIPfr...
2007-04-19 Brion Vibber*stab stab stab*
2007-04-19 Brion VibberwfGetLastIPfromXFF() was clearly never tested either...
2007-04-18 Brion VibberRevert r21158 and r21159 -- clearly broken code.
2007-04-10 Aaron SchulzSome xff function cleanup; add a function to get the...
2007-03-12 Aaron Schulz* Add IPv6 support to XFF functions, improve IPv6 regexp
2007-03-09 Aaron Schulz*Have user agent return '' rather than NULL
2007-02-12 Aaron Schulz* Added useragent and an xff function and header
2007-01-20 Antoine MussoUse Doxygen @addtogroup instead of phpdoc @package...
2006-11-29 Ilmari Karonenconvert "::1" and other pseudo-IPv6 addresses that...
2006-11-25 Tim Starling* Added temporary special-case AOL proxy detection...
2006-10-30 Tim Starling* Made special page names case-insensitive and localisa...
2006-10-04 Tim StarlingAbolished $wgDBname as a unique wiki identifier, it...
2006-09-24 Tim StarlingMoved wfParseCIDR() to IP::parseCIDR(). Added IP::parse...
2006-07-14 Tim StarlingDeferred loading of DateFormatter.php and IP.php. Stand...
2006-07-12 Antoine MussoMigrate IP related tools from ProxyTools.php to IP.php
2006-06-01 Brion VibberRevert to r14512; domas introduced massive breakage...
2006-06-01 Domas MituzasUse AutoLoader to load classes:
2006-04-13 Brion Vibber* Reject malformed addresses in X-Forwarded-For entries
2006-01-14 Domas MituzasBe less anal about entry points, class definitions...
2006-01-14 Brion Vibber* Added wfDie() wrapper, and some manual die(-1), to...
2006-01-10 Niklas LaxströmMissing variable declarations
2006-01-07 Brion Vibber* Protect against spoofing of X-Forwarded-For header
2006-01-07 Ævar Arnfjörð Bjar... * s~\t+$~~
2006-01-07 Ævar Arnfjörð Bjar... * s~ +$~~
2006-01-07 Ævar Arnfjörð Bjar... Code review!
2005-12-06 Tim StarlingLazy initialisation of wgProxyList, no flip required
2005-12-01 Tim StarlingFaster IP blocks. Requires schema change.
2005-11-01 Tim StarlingPHP 5 compatibility
next