Re: [twsocket] determining client index

2007-03-25 Thread Francois Piette
> If you're running a server with TWSocketServer and you have multiple > clients that are connected to your server, how could you determine the > index number of a client upon receiving data from it? That is, within > the OnDataAvailable procedure. In each event, you have the sender argument whic

[twsocket] determining client index

2007-03-25 Thread entelone
If you're running a server with TWSocketServer and you have multiple clients that are connected to your server, how could you determine the index number of a client upon receiving data from it? That is, within the OnDataAvailable procedure. -- [EMAIL PROTECTED] -- http://www.fastmail.fm - S

Re: [twsocket] Turbo Delphi, FastMM and V6beta question

2007-03-25 Thread Arno Garrels
info2004 wrote: > I have a mixture of components dropped onto the form, and some > created by a thread. > > The thread ones I free in the thread destructor,# Note that components that shall run in worker thread context have to be created in the Execute method of TThread. Good practice is to dest

Re: [twsocket] Turbo Delphi, FastMM and V6beta question

2007-03-25 Thread info2004
Arno, Arno Garrels wrote: > info2004 wrote: >> Hi, >> >> I have installed Turbo Delphi 2006, OverbyteIcsV6beta.zip, and fastMM >> that I >> downloaded today. > > You do not need FastMM since it is already built-in BDS2006, > that's most likely not different in the Turbos. I did not know that. >

Re: [twsocket] Perhaps this I asked before but... (Transparent HTTPProxy)

2007-03-25 Thread Francois PIETTE
Winsock LSP is what you need. See http://www.microsoft.com/msj/0599/LayeredService/LayeredService.aspx -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: "Fastream Technologies" <[EMAIL PROTEC

[twsocket] Perhaps this I asked before but... (Transparent HTTP Proxy)

2007-03-25 Thread Fastream Technologies
Hello All, I wonder how could one code an ICS/Windows transparent proxy without NDIS for detecting the IP/Port? Let me clarify, since this is a trasnparent proxy, users should not need to enter proxy settings into their browsers. Therefore, we will need a Layer-4 TCP switch which would route al

Re: [twsocket] specifying charset in subject

2007-03-25 Thread Francois PIETTE
> I have been using ICS for years, and I have a program sending e-mails > using the smtpcli component. > > Previous versions of my program was specifying the charset along with > the subject of the e-mail, allowing it to be always read properly, even > when the default charset was not the same

[twsocket] specifying charset in subject

2007-03-25 Thread Martin RODOT
Hi ! I have been using ICS for years, and I have a program sending e-mails using the smtpcli component. Previous versions of my program was specifying the charset along with the subject of the e-mail, allowing it to be always read properly, even when the default charset was not the same in the

[twsocket] [Fwd: specifying charset in subject]

2007-03-25 Thread Martin RODOT
-- To unsubscribe or change your settings for TWSocket mailing list please goto http://www.elists.org/mailman/listinfo/twsocket Visit our website at http://www.overbyte.be

Re: [twsocket] TWSocket and TWSocketServer TCP Header (full packet)

2007-03-25 Thread Francois PIETTE
Use RAW sockets. btw: Why do you need to access the header ? -- [EMAIL PROTECTED] http://www.overbyte.be - Original Message - From: <[EMAIL PROTECTED]> To: "twsocket" Sent: Saturday, March 24, 2007 10:33 PM Subject: [twsocket] TWSocket and TWSocketServer TCP Header (full packet) > hi