[twsocket] TWsocket Threading

2005-12-04 Thread lame.one
Hello ICS users, I was wondering a couple things about ICS because i'm currently in a pickle, a big one and it's driving me literally insane. I've used tclientsocket/tserversocket and indy a bit and when i started to use ICS there was definitely a learning curve because it follows the whole async

[twsocket] ICS & MidWare support the new Delphi 2006

2005-12-04 Thread Francois PIETTE
ICS & MidWare support Delphi 2006. Actually ICS & MidWare are included on Borland Developer Studio 2006 companion DVD. The latest ICS beta also contain all the required changes. Any comment welcome in the support mailing list. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl

Re: [twsocket] HTTPCli And PHPBB Forums...

2005-12-04 Thread Francois PIETTE
> How do i handle phpbb forums with httpcli? I tryied to login from > other browser and then to set the cookie as it is in the browser, > but it doesnt work... could anybody help me? Yes of course. But you should tell what doesn't work, what error message you have and so on. Just telling "it does

Re: [twsocket] UserManager component

2005-12-04 Thread Francois PIETTE
>>> To store or send component data I use XML format. >> >> Why not using a simple INI file for storage ? >> For large data, it can simply be mapped into a SQL table. > > Current state is.. > A base component w/o any storage methods. >>From that base I derived two more components, > one that writes

[twsocket] HTTP Client beta

2005-12-04 Thread Angus Robertson - Magenta Systems Ltd
I've put a zip containing the latest HttpProt unit and various ZLIB units on my web site at: http://www.magsys.co.uk/delphi/magics.asp Changes include fixing a looping redirection problem, and adding support GZIP compressed content encoding using ZLIB. Maurizio Lotauro added content encoding

Re: [twsocket] Chunked encoding with THttpCli

2005-12-04 Thread Francois PIETTE
> Does THttpCli support chunked encoding? Yes, it is supported for answer only. > If so, how do we indicate we can accept it from server? No need to indicate it. The server tell the client using TransferEncoding header line which is detectec by the component. Search for 'TransferEncoding' in h

Re: [twsocket] UserManager component

2005-12-04 Thread Arno Garrels
Francois PIETTE wrote: >> To store or send component data I use XML format. > > Why not using a simple INI file for storage ? > For large data, it can simply be mapped into a SQL table. Current state is.. A base component w/o any storage methods. >From that base I derived two more components, one

Re: [twsocket] UserManager component

2005-12-04 Thread Francois PIETTE
> I ment I will remove the XML support (probably). > > The component is designed as an 'in memory' account/user database capable > to authenticate users and to store the account data (actually to binary > file, > or to an XML file optionaly). Then you can simply create a component containing the

Re: [twsocket] Udp broadcast problem

2005-12-04 Thread Francois PIETTE
>> I found the problem. In the registry the key >> HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\SharedAccess\Parameters\Fir >> ewallPolicy\StandardProfile\AuthorizedApplications\List is an entry for >> the >> application. I donĀ“t know why but only the exact path of this entry is >> allowed to

Re: [twsocket] UserManager component

2005-12-04 Thread Francois PIETTE
> To store or send component data I use XML format. Why not using a simple INI file for storage ? For large data, it can simply be mapped into a SQL table. -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Arno Garrels" <[EMAIL PROTECTED]> To: "ICS support mailing"