[twsocket] OT: Windows 7/20008R2 SP1 now available

2011-02-17 Thread Angus Robertson - Magenta Systems Ltd
For those with MSDN, Partner Action Pack or Technet accounts, service Pack 1 for Windows 7 and 2008R2 is now available from Technet downloads, 1.9 gigs for the DVD version, or full OSs with SP1 added. https://technet.microsoft.com/en-gb/subscriptions/securedownloads/default. aspx Angus -- To u

Re: [twsocket] HttpCli / Async in thread problems --- Tryng to trace

2011-02-17 Thread Frans van Daalen
Update : Seems there are still scenario's where the problem returns also sometimes the proxy settings are lost creating a 407 when a relocation happens. Seems to happen when executing a GetAsync and a relocate is triggered (with follow relocation set) Thanks for the report. That's probably becau

Re: [twsocket] OT: Windows 7/20008R2 SP1 now available

2011-02-17 Thread daniel cc
Thanks Angus :) -Original Message- From: Angus Robertson - Magenta Systems Ltd Sent: Thursday, February 17, 2011 11:44 AM To: twsocket@elists.org Subject: [twsocket] OT: Windows 7/20008R2 SP1 now available For those with MSDN, Partner Action Pack or Technet accounts, service Pack

Re: [twsocket] Asychronous opperation ofOverBytecomponents-Automated processes

2011-02-17 Thread Francois PIETTE
So to use the component in asynchronous mode you must only use one thread? Usually you use a single thread. But as I said before, you may use more threads mainly for two purposes when you write a server application: 1) You have a server application whch has to support hundreds or thousands of

[twsocket] SVN update notifications

2011-02-17 Thread Francois PIETTE
Hi Evryone ! As you know, ICS source code is available on a version control system repository (Subversion). This system is used by the development team to update the source files more or less in real time. Each time a change is done on the repository, we have the opportunity to send an email

Re: [twsocket] SVN update notifications

2011-02-17 Thread RTT
On 17-02-2011 15:17, Francois PIETTE wrote: Depending on the number of interested peoples, we will either send individual emails or use another mailing list. How about an RSS feed and a Twitter ICSSVN account? :-) -- To unsubscribe or change your settings for TWSocket mailing list please goto h

[twsocket] THttpCli - RequestDone events during ongoing relocation

2011-02-17 Thread RTT
During a relocation an intermediary RequestDone events is fired. Is this really needed, and for what propose? If yes, then I think it should be fired with the correct response status code, not zero as now, so it can be clearly detected as not the final request done even. Also, an "httpRelocating

Re: [twsocket] SVN update notifications

2011-02-17 Thread Fastream Technologies
I would like to get those news in my inbox. Regards, SubZero On Thu, Feb 17, 2011 at 5:17 PM, Francois PIETTE wrote: > Hi Evryone ! > > As you know, ICS source code is available on a version control system > repository (Subversion). > This system is used by the development team to update the sou

Re: [twsocket] THttpCli - RequestDone events during ongoing relocation

2011-02-17 Thread Francois PIETTE
During a relocation an intermediary RequestDone events is fired. Is this really needed, and for what propose? Relocation is considered as a another automatic request. You may cancel it on the fly or simply disable the feature with FollowRelocation property. If yes, then I think it should be f

Re: [twsocket] HttpCli / Async in thread problems --- Tryng to trace

2011-02-17 Thread Arno Garrels
Frans van Daalen wrote: >>> Update : Seems there are still scenario's where the problem returns >>> also sometimes the proxy settings are lost creating a 407 when a >>> relocation happens. Seems to happen when executing a GetAsync and a >>> relocate is triggered (with follow relocation set) >> >>

Re: [twsocket] THttpCli - RequestDone events during ongoing relocation

2011-02-17 Thread RTT
During a relocation an intermediary RequestDone events is fired. Is this really needed, and for what propose? Relocation is considered as a another automatic request. You may cancel it on the fly or simply disable the feature with FollowRelocation property. Yes, but if I want to follow it,

Re: [twsocket] HttpCli / Async in thread problems --- Tryng to trace

2011-02-17 Thread Francois PIETTE
Tracing and debugging is a problem when there's not much on the call stack as with the THttpCli where many events are triggered by posting messages instead of calling event handlers directly. Just a side note: Posting a message and calling event handlers directly have totally different behaviou

[twsocket] Update SVN working copy problems.

2011-02-17 Thread Arno Garrels
Hi, I'm very sorry that I managed to commit a duplicate of OverbyteFtpCli.pas with slightly different casing "OverByteFtpCli.pas" to the SVN repository recently. If you get strange effects after an update, such as a missing OverbyteFtpCli.pas, the easiest way to fix it is to do a clean new check

Re: [twsocket] OT: 3Proxy malware?

2011-02-17 Thread Anton S.
Arno, I'll post a message to the 3proxy's forum and give a link to this thread so that 3APA3A could be aware. -- Anton -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket Visit our website at http://www.overbyt

Re: [twsocket] SVN update notifications

2011-02-17 Thread Anton S.
I think another maillist would be fine bacause you won't have to maintain an actual list of people interested in notifications. RSS would be good too. -- Anton -- To unsubscribe or change your settings for TWSocket mailing list please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocke

Re: [twsocket] SVN update notifications

2011-02-17 Thread Arno Garrels
- Original Message - From: "Anton S." To: Sent: Thursday, February 17, 2011 6:00 PM Subject: Re: [twsocket] SVN update notifications >I think another maillist would be fine bacause you won't have to maintain an >actual list of people interested in notifications. > RSS would be good to

Re: [twsocket] SVN update notifications

2011-02-17 Thread RTT
On 17-02-2011 17:18, Arno Garrels wrote: Since we already have an internal e-mail notification sent to TeamICS members (based on TSmtpCli) it would be easy to send another copy to some mailing list. How about upgrade that program to add a new entry to a RSS feed, and post a new Twitter message?

Re: [twsocket] SVN update notifications

2011-02-17 Thread Angus Robertson - Magenta Systems Ltd
> How about upgrade that program to add a new entry to a RSS feed, > and post a new Twitter message? Old mailing list are good, but > ther's no assurance the message will arrive to all users e-mail box. Because ICS does not have Twitter or RSS components! Or are you offering to contribute the

Re: [twsocket] SVN update notifications

2011-02-17 Thread Arno Garrels
- Original Message - From: "RTT" To: "ICS support mailing" Sent: Thursday, February 17, 2011 6:27 PM Subject: Re: [twsocket] SVN update notifications > On 17-02-2011 17:18, Arno Garrels wrote: >> Since we already have an internal e-mail notification sent to TeamICS >> members (based o

Re: [twsocket] SVN update notifications

2011-02-17 Thread RTT
Because ICS does not have Twitter or RSS components! Or are you offering to contribute them? Nothing mine, but a rapid Google search reveals this two http://www.lakraven.com/delphi-stuff/ttwitter/ http://sourceforge.net/projects/simplerss/ -- To unsubscribe or change your settings for TWSocke

Re: [twsocket] SVN update notifications

2011-02-17 Thread RTT
On 17-02-2011 17:38, Angus Robertson - Magenta Systems Ltd wrote: Or are you offering to contribute them? The Twitter component could be provided by brian - , that the other day asked in this list about passing OAuth parameters in the request header. -- To unsubscribe or change your settings fo

Re: [twsocket] SVN update notifications

2011-02-17 Thread Angus Robertson - Magenta Systems Ltd
> Nothing mine, but a rapid Google search reveals this two > http://www.lakraven.com/delphi-stuff/ttwitter/ which use the Indy HTTP component, not ICS. It's a complex component, not trivial to convert to ICS. > http://sourceforge.net/projects/simplerss/ also use Indy HTTP, a complex XML proj

Re: [twsocket] SVN update notifications

2011-02-17 Thread Maurizio Lotauro
Scrive Francois PIETTE : [...] > Depending on the number of interested peoples, we will either send > individual emails or use another mailing list. Wasn't there already an announce mailing list? Bye, Maurizio. This mail has been sent usin

Re: [twsocket] SVN update notifications

2011-02-17 Thread RTT
On 17-02-2011 18:50, Angus Robertson - Magenta Systems Ltd wrote: Nothing mine, but a rapid Google search reveals this two http://www.lakraven.com/delphi-stuff/ttwitter/ which use the Indy HTTP component, not ICS. It's a complex component, not trivial to convert to ICS. http://sourceforge.net/

Re: [twsocket] SVN update notifications

2011-02-17 Thread Francois PIETTE
Since we already have an internal e-mail notification sent to TeamICS members (based on TSmtpCli) it would be easy to send another copy to some mailing list. How about upgrade that program to add a new entry to a RSS feed, and post a new Twitter message? That would of course be nice. But this

Re: [twsocket] SVN update notifications

2011-02-17 Thread Francois PIETTE
Depending on the number of interested peoples, we will either send individual emails or use another mailing list. Wasn't there already an announce mailing list? Yes, but svn notification would generate information not useful for announce subscribers, imo. I think not much people will ask to

Re: [twsocket] SVN update notifications

2011-02-17 Thread RTT
On 17-02-2011 18:50, Angus Robertson - Magenta Systems Ltd wrote: > http://sourceforge.net/projects/simplerss/ also use Indy HTTP, a complex XML project. In this case the Indy stuff is used only to format datetime values, very easy to replace. There is also an TIdHTTP component, used only in t

Re: [twsocket] Modifying headers before send in httpcli fails

2011-02-17 Thread brian -
I got this working, httpcli is just working as expect, was nothing wrong with it. I will keep that extra variable for the headers anyway, it's a lot more convenient than the notify event. On Sun, Feb 13, 2011 at 3:54 AM, brian - wrote: > only 1 line > > SHeader := 'Authorization: OAuth oauth_c

Re: [twsocket] Modifying headers before send in httpcli fails

2011-02-17 Thread RTT
On 17-02-2011 22:35, brian - wrote: I got this working, httpcli is just working as expect, was nothing wrong with it. I will keep that extra variable for the headers anyway, it's a lot more convenient than the notify event. Great, thanks for the followup. Are you using the Indy components, for

Re: [twsocket] SVN update notifications

2011-02-17 Thread Mohit Sindhwani
The simplest would perhaps be to have a COMMIT mailing list on Google/ Yahoo. That way, it could also show up in search results? Best Regards, Mohit. 18/2/2011 | 9:51 AM. On 18/2/2011 4:15 AM, Francois PIETTE wrote: Depending on the number of interested peoples, we will either send individual

Re: [twsocket] SVN update notifications

2011-02-17 Thread Mohit Sindhwani
My recommendation would be a separate list. Best Regards, Mohit. 17/2/2011 | 11:26 PM. On 17/2/2011 11:17 PM, Francois PIETTE wrote: Hi Evryone ! As you know, ICS source code is available on a version control system repository (Subversion). This system is used by the development team to updat

Re: [twsocket] SVN update notifications

2011-02-17 Thread Angus Robertson - Magenta Systems Ltd
> This components, even if not ICS based, can help to upgrade the > email applications used by the TeamICS. > Or there are any problem in the usage of Indy components, mixed > with ICS components? It's an internal application after all. The SVN hook emailer is an internal application, written by