Hamster Playground: Indy-9 bug fixes
====================================

Release version of Hamster Playground was compiled with "Current
Development Snapshot" of Indy 9.0 (downloaded 2004-04-26) plus
attached patches (see license at the end of this text for more
details on Indy).

Folder "template" contains Indy's original files for comparison
and folder "patched" contains the patched versions of these files
that were actually used for compiling:

IdHttp:
   Contains a fix for 304 responses ("not modified") that is
   required for loading RSS feeds (without the fix, a 304 will
   just lead to a timeout).

IdMessage, IdMessageClient, IdMessageCoderMIME:
   Some fixes for various message decoding problems, especially
   with (malformed) spam mails. These fixes are not mandatory but
   improve decoding of text and attachments for Hamster's "Mail
   Traps" by making more content available for the filters.

IdSSLOpenSSL:
   Fix for an exception when using SSL together with SOCKS.

All changes are marked with a [HPG] comment.

To the best of my knowledge, above fixes should not harm any
other programs that you might want to compile with such a patched
Indy 9.0.

Note:
   Planned update to Indy 10.0 has been cancelled because there
   are much too many interface and behaviour changes in basic
   regions that are used in Hamster.

-- 
2005-04-30, 2005-10-08 / -jh-


============================================================================

Indy Modified BSD License 

The Indy Modified BSD license is a very no nonsense license that allows you
to do almost anything you want with Indy, provided you provide proper
attribution. 

Copyright 

Portions of this software are Copyright (c) 1993 - 2001, Chad Z. Hower
(Kudzu) and the Indy Pit Crew - http://www.nevrona.com/Indy/

License 

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:

Redistributions of source code must retain the above copyright notice, this
list of conditions and the following disclaimer. 

Redistributions in binary form must reproduce the above copyright notice,
this list of conditions and the following disclaimer in the documentation,
about box and/or other materials provided with the distribution. 

No personal names or organizations names associated with the Indy project
may be used to endorse or promote products derived from this software
without specific prior written permission of the specific individual or
organization. 

THIS SOFTWARE IS PROVIDED BY Chad Z. Hower (Kudzu) and the Indy Pit Crew
"AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE
LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE. 

============================================================================
