Re: [twsocket] Need help with TServiceApplication

2006-09-07 Thread Fastream Technologies
So perhaps we should assume Services are more kernel-level than user-level in terms of being able to crash Windows?! Thanks, SZ - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Wednesday, September 06, 2006 11:15 AM Subject:

Re: [twsocket] Need help with TServiceApplication

2006-09-07 Thread Angus Robertson - Magenta Systems Ltd
So perhaps we should assume Services are more kernel-level than user-level in terms of being able to crash Windows?! There are service applications and service drivers, the latter are obviously running at a lower level but can not be created using Delphi. Service applications are no

Re: [twsocket] Webserv demo authentication

2006-09-07 Thread Fastream Technologies
Hello, I think using a list/set of TAuthTypes is a cool idea. I am planning in the GUI a checkbox scheme. The most complex one should have the biggest priority (Digest then Basic instead of Basic then Digest in www-authenticate order for example). Best Regards, SubZero - Original

[twsocket] What about a mod_rewrite for ICS THttpServer?

2006-09-07 Thread Fastream Technologies
Hello, I have not used regular expressions school and wonder what would be the complexity of such code. Does anybody have any idea? Any offers to do the job in Delphi or BCB 2006? (Delphi code must be tested in BCB in the end.) Best Regards, SubZero -- To unsubscribe or change your

Re: [twsocket] Webserv demo authentication

2006-09-07 Thread Arno Garrels
Fastream Technologies wrote: Hello, I think using a list/set of TAuthTypes is a cool idea. I am planning in the GUI a checkbox scheme. The most complex one should have the biggest priority (Digest then Basic instead of Basic then Digest in www-authenticate order for example). The only

Re: [twsocket] Webserv demo authentication

2006-09-07 Thread Francois Piette
What do you think? Agreed for V6. -- [EMAIL PROTECTED] Author of ICS (Internet Component Suite, freeware) Author of MidWare (Multi-tier framework, freeware) http://www.overbyte.be - Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org

Re: [twsocket] Webserv demo authentication

2006-09-07 Thread Fastream Technologies
No problem for us as well. - Original Message - From: Francois Piette [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, September 07, 2006 1:45 PM Subject: Re: [twsocket] Webserv demo authentication : What do you think? : : Agreed for V6. : -- : [EMAIL

[twsocket] Webserver AUTH keep-alive

2006-09-07 Thread Arno Garrels
Hi, Current code doesn't handle keep-alive in the 401 response. What are the recommended keep-alive headers with Basic as well as Digest? M$ IIS sends always Connection: close in the first 401 header. Currently I do the same. Any veto? --- Arno Garrels [TeamICS]

Re: [twsocket] Webserver AUTH keep-alive

2006-09-07 Thread Fastream Technologies
- Original Message - From: Arno Garrels [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent: Thursday, September 07, 2006 5:36 PM Subject: Re: [twsocket] Webserver AUTH keep-alive : Fastream Technologies wrote: : Well, in our code, unless the client request type is

Re: [twsocket] Webserv demo authentication

2006-09-07 Thread Arno Garrels
Hi, Currently I don't need the old property AuthType at all. I want to exchange AuthType by AuthTypes. That will make virtually no problems, code can be updated very easy. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html Maurizio Lotauro wrote: Scrive Arno Garrels

Re: [twsocket] Webserver AUTH keep-alive

2006-09-07 Thread Arno Garrels
This is bad design IMO. OK, changed, at least it works, so I guess it's not wrong. --- Arno Garrels [TeamICS] http://www.overbyte.be/eng/overbyte/teamics.html - Original Message - From: Fastream Technologies [EMAIL PROTECTED] To: ICS support mailing twsocket@elists.org Sent:

Re: [twsocket] Webserv demo authentication

2006-09-07 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: Hi, Hi, Currently I don't need the old property AuthType at all. I want to exchange AuthType by AuthTypes. That will make virtually no problems, code can be updated very easy. I try to explain it better. If you drop the AuthType property (or any other

Re: [twsocket] Need help with TServiceApplication

2006-09-07 Thread Fastream Technologies
In the end of the day, Windows under no condition reboot without user demand because of user-mode code. - Original Message - From: Angus Robertson - Magenta Systems Ltd [EMAIL PROTECTED] To: twsocket@elists.org Sent: Thursday, September 07, 2006 12:13 PM Subject: Re: [twsocket] Need

Re: [twsocket] Webserv demo authentication

2006-09-07 Thread Arno Garrels
Maurizio Lotauro wrote: Scrive Arno Garrels [EMAIL PROTECTED]: Hi, Hi, Currently I don't need the old property AuthType at all. I want to exchange AuthType by AuthTypes. That will make virtually no problems, code can be updated very easy. I try to explain it better. If you drop the

Re: [twsocket] Webserv demo authentication

2006-09-07 Thread Maurizio Lotauro
Scrive Arno Garrels [EMAIL PROTECTED]: Maurizio Lotauro wrote: [...] I try to explain it better. If you drop the AuthType property (or any other published one) and an application will recompiled without open the unit that contains the component then you get an error at run time when

[twsocket] ICS WebServer + JavaScript questions

2006-09-07 Thread Fastream Technologies
Hello, We are producing javascript from within ICS web server/C++ and wonder if the following is possible with JS, - Creating an upload meter for File POSTs with Javascript - Making multi-socket uploads with different content-ranges (server-side will be coded by ourselves, we are looking for a

[twsocket] [OT] Borland Turbo

2006-09-07 Thread Mohit Sindhwani
Hi! I was just reading the press release about the Borland Turbo products.. just started to download it (it's a lot!) but the Explore Edition is free (I think even for commercial apps) and I was wondering if anyone got their hands onto it before me! Any idea if the ICS will work with it? In

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Pablo Harguindey
I'm really sad for Borland another chance stupidly wasted... who was the genius that creates the non-extensibility idioturbo model Only for programmers that likes to run in a closet -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] En nombre de Maurizio Lotauro

Re: [twsocket] SMTPClient

2006-09-07 Thread Francois PIETTE
You should, as it is done in the demo MailSnd, display the messages from the server and also check for errors. Reading the messages and errors, you'll understand what's going wrong. -- Contribute to the SSL Effort. Visit http://www.overbyte.be/eng/ssl.html -- [EMAIL PROTECTED]

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Jack
If you think about it, the whole point of having the free version is to get people interested and get beginners started. Now they have to create the components by code ... wise decision :) [OT] I'm really sad for Borland another chance stupidly wasted... who was the genius that creates the

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Francois PIETTE
I'm really sad for Borland another chance stupidly wasted... who was the genius that creates the non-extensibility idioturbo model Only for programmers that likes to run in a closet There are two Turbo versions: Explorer and Pro. Explorer is free of charge but can't be extended with 3rd

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Johnnie Norsworthy
You can create the ICS components at run-time and set properties as needed. The only thing that usually causes problems is knowing event signatures. -Johnnie Norsworthy -- To unsubscribe or change your settings for TWSocket mailing list please goto

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Francois PIETTE
Hi! I was just reading the press release about the Borland Turbo products.. just started to download it (it's a lot!) but the Explore Edition is free (I think even for commercial apps) and I was wondering if anyone got their hands onto it before me! Any idea if the ICS will work with it?

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Arno Garrels
Jack wrote: If you think about it, the whole point of having the free version is to get people interested and get beginners started. Now they have to create the components by code ... wise decision :) [OT] I agree with you. Especially the beginners use to use plenty of third party components,

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Francois PIETTE
Hi! I was just reading the press release about the Borland Turbo products.. just started to download it (it's a lot!) but the Explore Edition is free (I think even for commercial apps) and I was wondering if anyone got their hands onto it before me! Any idea if the ICS will work with it?

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Pablo Harguindey
That's amazing! An excellent tool for beginners that requires a (somewhat) deep knowledge only to use another set of components!! Who pays for those marketing guys?? Microsoft? Don't try the AI until u get ride of the NS!! -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Angus Robertson - Magenta Systems Ltd
That's amazing! An excellent tool for beginners that requires a (somewhat) deep knowledge only to use another set of components!! The beginners are not expected to be creating complex applications needing third party components with the 'free' version, they are expected to buy Turbo

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Pablo Harguindey
Dear sir Beginners DON'T CREATE COMPLEX COMMERCIAL APPS You need freedom for create not artificial restrictions. Another tools like Trolltech QT have two licenses modes and two 'packages' But I'm afraid this is becoming a big offtopic so I'm done with it -Mensaje original- De: [EMAIL

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Ian Tuck
I'm really sad for Borland another chance stupidly wasted... Who was the genius that creates the non-extensibility idioturbo model I totally disagree. This is an awesome *FREE* deal for people who want to start to develop their own apps, or create quick-and-dirty tools. The component

Re: [twsocket] [OT] Borland Turbo

2006-09-07 Thread Angus Robertson - Magenta Systems Ltd
I wonder why Overbyte does not give the ICS code to be included in the standard package? Borland will never package ICS in Delphi without proper documentation and a full and up to date help file, and that's as far off as ever. It should not even be on the companion disks without

[twsocket] THttpServer Authentication

2006-09-07 Thread xmedia
Hi, I am wondering anybody here can give an example on how to build a password protected web server using THttpServer. I tried to setup a basic authentication for THttpServer. But it seems that HttpServer1AuthGetPassword event always give an empty Password (I use ShowMessage(Password) in C++