Spaces to tabs
[lhc/web/wiklou.git] / includes / ProxyTools.php
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
2005-09-05 Tim StarlingDeferred initialisation of $wgIP, because it's potentia...
2005-07-05 Antoine Mussofix some issues with phpdoc
2005-03-31 Tim Starlingoops, committed from wrong branch, this is the fixed...
2005-03-31 Tim Starlingfixed bug
2005-03-31 Tim StarlingAdding some validation for IP determination via XFF...