Update for he.
[lhc/web/wiklou.git] / includes / ProxyTools.php
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...