TODO : needs certificate verification, client certificate support,
       certificate per service selections, some speed up (removing sleep()),
       etc, if anyone wants to help just let me know :)
       
v1.17 :
-you now can have '@' in username when using ftp proxy (not tested, mail me if
 it doesnt work right please)
-added kill button to the connections dialog
-fixed memory leak when you press cancel after being in services dialog
-removed the .pem file from dist, create own one, for example with
 rsa_keygen.bat in my openssl bins package
-released source :) please note that this was my first windows c++ application
 there is shitload of needed features, so feel free to send me patches :)
 (certificate verify, client certificate support, etc etc)
  
v1.16 :
-fixed bug with saving setting to ini file, if you created new
 service it wasnt properly saved...
-enabled connections dialog, its only informative now, will add
 kill button later
  
v1.15 :
-fixed buffer size, in v1.10 i had 5 bytes buffer for testing :)
 (this caused problems with raidenftpd, this should not be a problem anyway,
 but raiden has some bug in ssl code, also should fix link-net lagging...,
 bug in their ircd code too)
-added connections dialog (disable in release, not finished...)
-some other internal changes, code is now much easier to update
-wrap.ini is now loaded/saved in the same dir as your wrap.exe
 (before was current directory)
 
v1.10 :
-lots of rewrites, many bugs fixed, and some added
-some xp style support (weird buttons in XP :))
-some speedup

v1.07 (not released) :
-added logging to file
-ported to new microsoft visual c++ (7.0), you will need to install the
new dlls (mfc70.dll and msvcr70.dll), you can download them on my page
put them to windows\system32 or to winsslwrap dir
 
v1.06 :
-fixed bug when connecting with ftp to ip that doesnt have hostname
-some hidden fixes

v1.05 :
-more speed-up (i like removing Sleep() calls)
-moved the configuration from registers to .ini file (will be in the current
directory), if wrap.ini doesnt exist it will try to use registers instead
to get your configuration and then it will delete the registry

v1.02 :
-some speed-up
-if you change services the connections are no longer killed
(if you have to kill them use the stop button)

v1.01 :
i added howto for irc ssl
and totally fixed listening in ssl
you must now specificate a certificate/priv key for listening, you can
create one with openssl (www.openssl.org) or use the one i included
added cipher info on connect
fixed scrollbars
tray restore fix



todo:
timeout crash ssl mode (cannot replicate)
ip firewall
new types of connection
commandline parameters
