NSISdl 1.3.1 - HTTP downloading plugin for NSIS
---------------------------------------------

Patch to handle the ProxyOverride registry key to avoid using proxy
when there's no need for it. Support '?' and '*' as widlcards, anywhere
in the pattern.

Use modified plug-in in scripts as original one (NSISdl::download[_quiet]).

Configuration of proxy is done through IE:
Tools >> Internet settings >> Connection >> Lan settings >> Proxy >> Advanced >> Exceptions

Hope it will help (well, it helps me :-)).

Installation
----------

Copy 'Plugins\nsisdl.dll' to your NSIS 'Plugins' dir (typically c:\program files\nsis\plugins).
Copy 'Sources\*' to your your NSIS 'contrib\nsisdl' dir (typically c:\program files\nsis\contrib\nsisdl).

Example
----------

with the pattern 'www.*'
  www.google.com	won't be accessed through a proxy
  http://google.fr	WILL BE reached through the proxy

Some other patterns can look like:
165.*
10.*.50
*.apache.org

Contact
----------

Any question to jay.bertrand@libertysurf.Fr.

Credits
----------

Wilcard matching algorithm by Alessandro Cantatore
(http://xoomer.virgilio.it/acantato/wildmatch.html)
