[twsocket] Ang.: Wiki issue

2012-08-01 Thread Fredrik Larsson
Perhaps a captcha can be enabled for the wiki?

Mvh, Fredrik Larsson.

- Reply message -
Från: François Piette francois.pie...@skynet.be
Till: 'ICS support mailing' twsocket@elists.org
Rubrik: [twsocket] Wiki issue
Datum: ons, aug 1, 2012 21:56


I searched the web with no luck to find a SQL statement to delete fake user
from the database.
If anyone has some resource to share...

The difficulty is to delete only fake user and not the real users and
without compromising database [referential] integrity.

--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be




-Message d'origine-
De : twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] De la
part de Lester Clayton
Envoyé : mercredi 1 août 2012 20:57
À : ICS support mailing
Objet : Re: [twsocket] Wiki issue

This has been noticed before.  Bogus accounts get created all the time, but
you have to have permission to actually contribute.  Those bogus accounts
therefore do not harm the system, apart from take up database space.

Francois (and I believe some other senior developers) have the power to
grant you write rights if you would like to contribute to the Wiki :)

Lester

On 01/08/2012 18:40, Markus Humm wrote:
 Hello,

 I've looked something up in the wiki today and routinely (don't do 
 much ICS related work currently so routinely is months...) I look at 
 the list of latest changes to see how wiki progresses. (Has anybody 
 not yet ontributed? ;-) )

 Now I saw that in the last few days  500 bogus user accounts with 
 seemingly random names have been created. Anybody noticed this already?
 Does this do any harm? Are there any counter measures? (e.g. a log 
 with the IP of those creators and if it's the same IP maybe it can be 
 traced and at least a provide get informed)

 This is for this time, but I'll most probably return with another 
 thread about TSmtpCli tonight...

 Greetings

 Markus
 --
 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.overbyte.be


--
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.overbyte.be

--
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.overbyte.be
--
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.overbyte.be

Re: [twsocket] Should next ICS version support anything before Delphi XE ?

2012-03-29 Thread Fredrik Larsson
A lot of old Delphi 5 projects where I have ICS V5 but migrating towards
Delphi XE.

--
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.overbyte.be


Re: [twsocket] Design principles of WebSockets server for ICS

2012-03-16 Thread Fredrik Larsson
Hi,

I would be very interested in trying out and test this websocket-component. 
I don't think that there is a huge need for a Delphi-client of websocket yet
(I might be wrong though) but the serverside is very interesting.
With websocket you can communicate with your system without the webbrowser
having to re-fetch data every second or so depending on your system.
When there is data the server simply send it. 

First of all a simple chat-window on a website is a typical usage. I can
also imagine surveillance system where you need to monitor data in realtime.
Online games is probably another usage.. 

Regards, Fredrik.

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of François Piette
Sent: den 4 mars 2012 16:25
To: 'ICS support mailing'
Subject: Re: [twsocket] Design principles of WebSockets server for ICS

By the way, I don't really understand the real world use case for such
WebSockets in the context of a IC/Delphi/WebServer application. Unless you
have to support and existing client application, it is IMO not very
interesting. Maybe I'm wrong.

--
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.overbyte.be


[twsocket] HTTPClient and comet / chunked transfer and post data with active connection

2011-09-02 Thread Fredrik Larsson
Hi,

 

I am working on a project where the server side delivers HTTP-data as comet
/ chunked transfers e.g. the connection is never closed and as new events
come along it sends new data over the same connection. There is no way to
change the server side and use sockets instead (server side isn't mine). I
have figured out that I can receive their data on the OnDocData-events.
However I am also supposed to post some data over the same connection. When
I try to do this of course the component say it's busy. Is it possible to do
the post while the component is connected in some way?

 

Regards, Fredrik.

 

--
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.overbyte.be


[twsocket] POP3 and fetching messages?

2011-03-08 Thread Fredrik Larsson
Hi,

 

I haven't used the POP3-component before so I need a little help.

If I want to fetch all of the messages on the server, can I use something
like MsgNum = 1 up to MsgCount or can the actual number change so I have to
do a combination of List and Retr?

 

Regards, Fredrik.

--
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.overbyte.be


Re: [twsocket] POP3 and fetching messages?

2011-03-08 Thread Fredrik Larsson
You can ignore this. I found this after some wider search in the archive..
:)
Also updated the wiki.. :)

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Fredrik Larsson
Sent: den 8 mars 2011 15:25
To: 'ICS support mailing'
Subject: [twsocket] POP3 and fetching messages?

Hi,

 

I haven't used the POP3-component before so I need a little help.

If I want to fetch all of the messages on the server, can I use something
like MsgNum = 1 up to MsgCount or can the actual number change so I have to
do a combination of List and Retr?

 

Regards, Fredrik.

--
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.overbyte.be

--
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.overbyte.be


Re: [twsocket] Two things in ICS (probably bug/potential bug)

2011-02-02 Thread Fredrik Larsson
I was just wondering, creating a DLL in Delphi and use it as described in
http://wiki.overbyte.be/wiki/index.php/FAQ._Microsoft_.NET_framework
still works or?

Regards, Fredrik

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: den 2 februari 2011 11:52
To: ICS support mailing
Subject: Re: [twsocket] Two things in ICS (probably bug/potential bug)

The .NET code in V7 is unfinished work, it never compiled.

Unfinished work, sure. But it worked at some point. And from trhat point
changes have been made with no effort to keep it running because no one
seems interested anymore in a .NET version.

 Ah, now things are clear. Very pity - lots of efforts in vain!

Yes indeed. I tought people would be interested in having their Delphi.NET 
application up and running quickly. It was not the case.

 Delphi.Net seem to be unuseful thing at all though idea is great.

Delphi.NET is now Prism and it is not fully compatible with Delphi.Win32. 
it is almost impossible to have a single source code for both environment. 
Havong to source sets is really too much work for me to keep in sync. This 
was what I made with the Linux/Kylix version and I failed to update Kylix 
version each time Win32 version was updated. Anyway, Kylix was also a 
failure but will soon resurect as the next cross platform Delphi version ! 
It looks like ICS/Kylix could be reused quite easily.

--
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.overbyte.be


Re: [twsocket] OT: Making an ICS client/server exe Windows Firewall Exception

2010-10-05 Thread Fredrik Larsson
Google for delphi firewall create exception and you will some examples.

Also check out http://jedi-apilib.sourceforge.net/ that has an Firewall API
to add exception.

/Fredrik

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Fastream Technologies
Sent: den 5 oktober 2010 10:55
To: ICS support mailing
Subject: [twsocket] OT: Making an ICS client/server exe Windows Firewall
Exception

Hello,

I believe at least some of you must have come across this problem (and the
rest will face it in the future). We use AdvancedInstaller Pro with a
maintenance plan that I purchased for $250 but for this feature they ask us
to upgrade to Enterprise version for $709!! :-((

Any idea how to accomplish this with Delphi/C++ code?

Best Regards,

SZ
--
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.overbyte.be

--
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.overbyte.be


Re: [twsocket] ICS - What Is My IP

2010-09-13 Thread Fredrik Larsson
http://wiki.overbyte.be/wiki/index.php/THttpCli.Get

If you need it sync (blocking) in the same way Indy does it.

Regards, Fredrik.

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: den 13 september 2010 17:22
To: ICS support mailing
Subject: Re: [twsocket] ICS - What Is My IP

 By using the Indy TIdHTTP and TIdIOHandlerStack it is very easy to use 
 these
 components to call http://www.whatismyip.com/automation/n09230945.asp to
 return the Internet IP address. What I want to know is, what is the 
 simplest
 way to do this with the ICS components. The Indy components always seem 
 not
 to be as robust as they could be.
 Is there an ICS example somewhere?

--
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.overbyte.be


Re: [twsocket] SSH support

2010-07-17 Thread Fredrik Larsson
Can't you use something like Putty to tunnel the traffic?

/Fredrik

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Arno Garrels
Sent: den 17 juli 2010 09:32
To: ICS support mailing
Subject: Re: [twsocket] SSH support

Ruud Kerstens wrote:
 Hi All,
 
 One question that I have been trying to figure out, how can i make an
 application equal as the overbyteTCPserver example, but then with SSH
 support?
 
 Is this option availlable in ICS, 

No it isn't.

 or do i need some other library
 added to it?

SSH might be supported by Indy?

--
Arno Garrels 

--
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.overbyte.be

--
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.overbyte.be


Re: [twsocket] Cc: with TSmptClient ?

2010-02-19 Thread Fredrik Larsson
Doesn't 

HdrCC := 'n...@none.com;sec...@none.com';

Work?

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Jean-Paul Passama
Sent: den 19 februari 2010 17:13
To: twsocket@elists.org
Subject: [twsocket] Cc: with TSmptClient ?

Hi all,

Don't find how to send a message with 1 receiver + some others receivers 
in Cc:

Tried to add Cc: receivers in HdrCc but doesn't work, neither 
RcptNames.Add('Cc:myaddr...@serveur.com')

Any ideas ?

Thanks
JP


--
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.overbyte.be

--
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.overbyte.be


Re: [twsocket] Bandwidth control at the root (TCustomWSocket)

2009-07-19 Thread Fredrik Larsson
Yeah, I guess so. I had to look LSP - Layered Service Provider... :) I have
used it myself to limit some applications bandwidth to a max limit. But it
makes sense that it's an LSP-app. 

-Original Message-

 I know that a permanent fix at componentlevel is desired but until
 that is sorted out perhaps you would want to use something such as
 http://www.netlimiter.com/ to limit the traffic the application uses?

Interesting tool, I guess it's a LSP isn't it?

--
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.overbyte.be


Re: [twsocket] Bandwidth control at the root (TCustomWSocket)

2009-07-18 Thread Fredrik Larsson
Hi,

I know that a permanent fix at componentlevel is desired but until that is
sorted out perhaps you would want to use something such as
http://www.netlimiter.com/ to limit the traffic the application uses?

Regards, Fredrik.

--
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.overbyte.be


Re: [twsocket] Wiki software has been updated

2009-07-06 Thread Fredrik Larsson
Looks fine. Ads working as well.. :)

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Francois PIETTE
Sent: den 6 juli 2009 20:44
To: twsocket@elists.org
Subject: [twsocket] Wiki software has been updated

Hi !

I have updated the MediaWiki software to the current version (1.15.0).
Please have a look at everything to verify it is correct. Report any 
trouble.
The url is http://wiki.overbyte.be
Also, let me know if you see Google ads on the wiki and they are working.

If you've made changes today between 17h45 (Brussel/Paris/Berlin time) and 
20h30, you'll have to do it again. Sorry.

Regards,
--
francois.pie...@overbyte.be
The author of the freeware multi-tier middleware MidWare
The author of the freeware Internet Component Suite (ICS)
http://www.overbyte.be


--
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.overbyte.be

--
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.overbyte.be


Re: [twsocket] ICS Wiki on www.overbyte.be

2009-03-27 Thread Fredrik Larsson
Hi,

I personally try to contribute to the wiki whenever I do something
ICS-related. Let's say I do something with the HTTP-component I put an half
an hour or so to document if it's something where there isn't any prior
documentation. Like in your case if you find out to do it in the demos then
give a couple of minutes to document it or even just mention that look on
srvdemo.dpr or something is a step in the right direction. It will take a
whole lot of time but it's up to us who use the component to pay back to
those that develop these fine components. And honestly you can add an hour
in consulting time to the customer because you save a whole lot more time
when you get access to these components. But anyway, that's my opinion and I
hope that more users try to give a small effort to the whole...

Regards, Fredrik.

-Original Message-
From: twsocket-boun...@elists.org [mailto:twsocket-boun...@elists.org] On
Behalf Of Markus Humm
Sent: den 27 mars 2009 20:30
To: twsocket@elists.org
Subject: [twsocket] ICS Wiki on www.overbyte.be

Hello,

I wonder where all those people are which have a login to the ICS wiki
or which expressed their wish to have on e created in the past?

I do not see much action there, but I often enough feel the need for a
better documentation. At least for me not all things are self
explanatory and the demos are nice but for specific questions sometimes
not quite the right place to look for the answer.

Greetings

Markus
-- 
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.overbyte.be

-- 
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.overbyte.be


Re: [twsocket] OT: C# equivalent of ICS

2008-11-21 Thread Fredrik Larsson
Ah, perhaps they have improved. My experience was that they were a nightmare
to work with and not as easy as ICS. But as long as you get it to work
that's the point! :) /Fredrik.

-Original Message-
Thanks Fredrik, but that procedure looks more complicated than the problem 
I'm trying to solve g.  After working with C# a little more, .net's 
asynchronous socket methods looks suitable for a relative small job.

-- 
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.overbyte.be


Re: [twsocket] OT: C# equivalent of ICS

2008-11-19 Thread Fredrik Larsson
It does work and it is described in our wiki at
http://wiki.overbyte.be/wiki/index.php/FAQ._Microsoft_.NET_framework
I know because I have several customers where I did exactly this. If you
need for Compact Framework you should use something else such as RemObjects
IP Pack but for C# in Windows do it as the wiki describes. ICS rules! :)

Regards, Fredrik.

-- 
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.overbyte.be


Re: [twsocket] TSmtpCli - How do I process multiple emails usingthiscomponent?

2008-07-29 Thread Fredrik Larsson
Well something like this exists in my code. Some functions are my own but I
think you get the picture. 

procedure TLCInheritSMTPDM.SmtpRequestDone(Sender: TObject;
  RqType: TSmtpRequest; ErrorCode: Word);
begin
  if (error  0) then
  begin
logMsg('Service Error occured RqType:'+inttostr(integer(RqType))+'
Error:'+vartostr(error));
Exit;
  end;

  if RqType = smtpConnect then
  begin
logMsg('Recived: smtpConnect, Sending HELO');
Smtp.Helo
  end
  else
  if RqType = smtpOpen then
  begin
logMsg('Recived: smtOpen, sending MailFrom');
Smtp.MailFrom;
  end
  else
  if RqType = smtpHelo then
  begin
logMsg('Recived: smtpHelo, Sending from');
Smtp.MailFrom;
  end
  else
  if RqType = smtpMailFrom then
  begin

logMsg('Recived: smtpMailFrom, Sending to');
Smtp.RcptTo;

  end
  else
  if RqType = smtpRcptTo then
  begin

logMsg('Recived: smtpRcptTo, Sending data');
Smtp.Data;

  end
  else
  if RqType = smtpData then
  begin

logMsg('Recived: smtpData, Data sent');

//Are there any e-mail to send?

if hasMail2send then
begin

  logMsg('Sending next email');

  //generate email to send here, set all values et.c.

  Smtp.MailFrom;

end
else
begin
  logMsg('No more email to send, quitting.');
  Smtp.Quit
end



  end
  else
  if RqType = smtpQuit then
  begin
logMsg('SMTP connection closed, restarting timer...');

SendTimer.Enabled := True;
  end;

end;

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of SoftTech
Sent: den 28 juli 2008 22:37
To: ICS support mailing
Subject: Re: [twsocket] TSmtpCli - How do I process multiple emails
usingthiscomponent?

Greetings Francois,

Thanks for your reply.  I have looked at the article and am guessing the 
best place to loop thru a database to send out mass e-mail would be in the 
OnRequestDone event.  Would that be correct?  Does anyone have any code they

can share of this event to show how they processed records in a database?

Thanks,
Mike


- Original Message - 
From: Francois PIETTE [EMAIL PROTECTED]
To: ICS support mailing twsocket@elists.org
Sent: Monday, July 28, 2008 11:08 AM
Subject: Re: [twsocket] TSmtpCli - How do I process multiple emails 
usingthiscomponent?


 You are trying to use an asynchronous (non-blocking) component as a
 synchronous (blocking) one.
 The solution is simple: think asynchronous, think events !
 Have a look there:
 http://wiki.overbyte.be/wiki/index.php/Asynchronous_Paradigm
 Then come back here to ask for more questions...

 --
 [EMAIL PROTECTED]
 The author of the freeware multi-tier middleware MidWare
 The author of the freeware Internet Component Suite (ICS)
 http://www.overbyte.be




-- 
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.overbyte.be

-- 
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.overbyte.be


Re: [twsocket] TSmtpCli - How do I process multipleemailsusingthiscomponent?

2008-07-29 Thread Fredrik Larsson
Mike,

If you read my posting you will see how to implement the RequestDone event.
It's also explained in the wiki at
http://wiki.overbyte.be/wiki/index.php/TSmtpCli.OnRequestDone

There is a line of code where you re-populate the fields (subject, recips
et.c.) and this is where you would read from the database.
At the wiki it's explained as 
generateSingleEmail; //a procedure i use to create my e-mail

What happens after the mailserver has sent you that it has received data you
check if you have any more mail to send and then do a mail from again. If
not then you do a quit.

I use the normal SmtpCli.

Regards, Fredrik.

-- 
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.overbyte.be


[twsocket] Wiki editing not working?

2008-06-30 Thread Fredrik Larsson
Hi,

 

I thought to add a change to the Wiki and the editing is ok but trying to
make a preview or save doesn't work. Clues anyone?

 

Regards, Fredrik.

 

-- 
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.overbyte.be


Re: [twsocket] Wiki editing not working?

2008-06-30 Thread Fredrik Larsson
Well, I could log in properly and start editing but not save the changes or
show preview. /Fredrik.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Arno Garrels
Sent: den 30 juni 2008 15:39
To: ICS support mailing
Subject: Re: [twsocket] Wiki editing not working?

Fredrik Larsson wrote:
 Hi,
 
 
 
 I thought to add a change to the Wiki and the editing is ok but
 trying to make a preview or save doesn't work. Clues anyone?

AFAIK, all passwords are lost, I would send Francois a PM.

--
Arno Garrels


-- 
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.overbyte.be

-- 
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.overbyte.be


Re: [twsocket] Wiki editing not working?

2008-06-30 Thread Fredrik Larsson
That's funny. I tried to edit now and suddenly it seems to work. Must have
been my computer and some browser-trouble since all I have done is rebooted
the computer. Which of course reminds me that I have should have done that
before saying that it doesn't work.. doh! :)

Regards, Fredrik.

-- 
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.overbyte.be


Re: [twsocket] Overbyte wiki has a problem

2008-05-08 Thread Fredrik Larsson
I had this problem as well. Try to put a php.ini file in the same directory
as the wiki with register_globals = 1 in it and it might work. Just found
the solution and tested on my own failed mediawikis.

Regards, Fredrik.

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Arno Garrels
Sent: den 8 maj 2008 11:48
To: ICS support mailing
Subject: [twsocket] Overbyte wiki has a problem

Sorry! This site is experiencing technical difficulties.
Try waiting a few minutes and reloading.
(Can't contact the database server: Access denied for user
'francois'@'localhost' (using password: YES) (localhost))

http://wiki.overbyte.be/wiki/index.php/Main_PageGet

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html




-- 
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.overbyte.be

-- 
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.overbyte.be


Re: [twsocket] What is the preferred stable up-to-date ICS distribution to use ?

2008-03-14 Thread Fredrik Larsson
Generally I would say, if it ain't broke, don't fix it. You should read
through the release history and see what new changes there are and if they
may affect you and if you really need them. The v 5 track is mainly to have
a release for all of those (me included) who uses older Delphi-version. I
generally find that the ICS-release is of good quality regardless of
beta-label. But the way to go is with the v 6 since v 5 is only for legacy.
I think if you read through the archive you will find more information about
this.

Regards, Fredrik.

-Original Message-

Unfortunately, I am somewhat confused which ICS distribution I should use as
the next stable base to be included in my projects since there are so 3
different ICS distributions to pick from.


-- 
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.overbyte.be


Re: [twsocket] ICS wiki templates (are there any?)

2007-11-30 Thread Fredrik Larsson
There are some templates but I normally copy the layout from some existing
one that fits what I want to enter. /Fredrik.

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För
[EMAIL PROTECTED]
Skickat: den 30 november 2007 21:07
Till: twsocket@elists.org
Ämne: [twsocket] ICS wiki templates (are there any?)

Hello:
   I noticed that a lot of the components and their
methods/properties wiki pages have basically the same
layout and sections, and I was wondering (before I
endeavor to start from scratch) if there was a
template, or if it's just copy+paste from a previous one?

   -dZ.

-- 
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.overbyte.be

-- 
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.overbyte.be


[twsocket] Socket errors in the Wiki?

2007-09-28 Thread Fredrik Larsson, LC
Hi,
 
I was thinking of maybe we should have a list over socket errors and a brief
explenation of what they do and potential problems that can occur. What do
you think? Maybe in the FAQ or in the list at the mainpage?
 
Regards, Fredrik.
-- 
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] Wiki

2007-09-26 Thread Fredrik Larsson
Hi,

I agree! I see it as paying a little for the components by documenting
when I am doing some development with ICS-components. It's so easy to add a
couple of lines of code or some notes that are missing.

Regards, Fredrik. 

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För
Markus Humm
Skickat: den 26 september 2007 19:40
Till: ICS support mailing
Ämne: [twsocket] Wiki

Hello,

maybe some of the people around here have forgotten that a Wiki for ICS
exists http://wiki.overbyte.be/wiki/index.php/Main_Page.

I think it always seeks for more contributors, so just get yourself a login
and start to add or revise content...

Greetings

Markus
--
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

-- 
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


[twsocket] ISAPI Proxy/forwarder and stand alone

2007-08-22 Thread Fredrik Larsson, LC
Hi,
 
I only have port 80 open towards the Internet and in one case there is an
IIS-server listening and in the other case there is nothing at the moment. I
need to forward / relay some requests (depending upon folder or parameter)
to some other servers internally on the network with different ip+port.
These are on the private network so simple redirects wont work.
 
Do anyone have any solutions for this? I have searched but haven't seen a
proper solution.
 
Regards, Fredrik.
-- 
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] What would cause an ICS-threaded server to runinto100%CPU usage?

2007-08-17 Thread Fredrik Larsson
What processor do they have and how much memory do they have? Do they have a
100 mbit network card or just a 10 mbit? Might be older one that clogs the
processor more?

Regards, Fredrik. 

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För
Fastream Technologies
Skickat: den 17 augusti 2007 17:50
Till: ICS support mailing
Ämne: Re: [twsocket] What would cause an ICS-threaded server to
runinto100%CPU usage?

I said yes but do not get me wrong, when run at 100Mbps (which is _more_
than the case), it normally consumes 10% CPU!!

-- 
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 for .Net and C#?

2007-08-06 Thread Fredrik Larsson
Hi,

I figure that it's v 6.0 that is compatible with Delphi.net? 
Does anyone know how to generate the dll so it can be used by VS2005 or have
a link to further information about it?
Is it a simple compile to .net library or is it far more to it?

Regards, Fredrik.

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För
Francois Piette
Skickat: den 6 augusti 2007 08:35
Till: ICS support mailing
Ämne: Re: [twsocket] TWSocket for .Net and C#?

 I searched the archive but C# seem to return every single mail ever 
 sent
to
 the list so I am not sure if this has been discussed earlier.

 Anyway, I am doing some Visual Studio 2005 projects and I want to have 
 a good async-component. Basically TWSocket but that it can be used in 
 C# and .net. Does such exist or is it somehow possible to use TWSocket 
 in such projects? I was even thinking of doing an ActiveX wrapper 
 around TWSocket and use that. Any ideas?

You can use Delphi.Net version of TWSocket with any language supported by
.NET, including C#.

--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware) Author of MidWare
(Multi-tier framework, freeware) http://www.overbyte.be

--
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

-- 
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 for .Net and C#?

2007-08-06 Thread Fredrik Larsson
Wow! Indeed it was quite easy. 

1. Create a .net package (recommendation from dr Bob at
http://www.drbob42.com/examines/examin55.htm) 
2. Add the units. 
3. Add the Borland VCL (the units implicity uses them so they are needed).
4. Compile
5. In VS2005 add a reference to the DLL and in the header:
using OverByte.Ics;
using OverByte.Ics.Units;

Then a simple code like this:

lSocket = new TWSocket(null);
lSocket.Addr = 127.0.0.1;
lSocket.Port = 10001;
lSocket.LineMode = true;
//lSocket.LineEnd = (char)13 + (char)10;
lSocket.OnSessionConnected += new
TSessionConnected(lSocket_OnSessionConnected);
lSocket.OnDataAvailable += new
TDataAvailable(lSocket_OnDataAvailable);


lSocket.Connect();

I was thinking of adding it to the Wiki. Would the FAQ be the proper place
to have it?

Regards, Fredrik.


-Ursprungligt meddelande-
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För
Francois Piette
Skickat: den 6 augusti 2007 13:05
Till: ICS support mailing
Ämne: Re: [twsocket] TWSocket for .Net and C#?

 I figure that it's v 6.0 that is compatible with Delphi.net?

There was also a V5 compatible, but it has not been maintened. You can find
on Delphi companion CD or at http://cc.codegear.com.
V6 is totally different regarding .NET: V6 is single source for both Win32
and .NET. I have updated it recently but it is not yet available for
download (I'm working on it for Highlander). I can send you a snap shot of
my sources if you need that latest one. Just ask.

 Does anyone know how to generate the dll so it can be used by VS2005 
 or have a link to further information about it?
 Is it a simple compile to .net library or is it far more to it?

As far as I know, you just have to build an assembly using Delphi.NET and
you can then immediately use it in other environments such as VC.

--
[EMAIL PROTECTED]
Author of ICS (Internet Component Suite, freeware) Author of MidWare
(Multi-tier framework, freeware) http://www.overbyte.be

--
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

-- 
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 for .Net and C#?

2007-08-06 Thread Fredrik Larsson
Added http://wiki.overbyte.be/wiki/index.php/FAQ._Microsoft_.NET_framework
as well as a link in the FAQ.
Unfortunately I added another one as well since I got some weirdness with
the wiki-naming style and what was shown as a title. Can the old one be
deleted?

Regards, Fredrik.

-Ursprungligt meddelande-
 Wow! Indeed it was quite easy.

:-)

 I was thinking of adding it to the Wiki.
 Would the FAQ be the proper place to have it?

Yes, FAQ is a good place. Start a topic Microsoft .NET framework and fill
the page with your ideas.
Thanks.
--
[EMAIL PROTECTED]
http://www.overbyte.be


-- 
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 for .Net and C#?

2007-08-06 Thread Fredrik Larsson
I don't see it. I guess you found how to delete it yourself.

The link is
http://wiki.overbyte.be/wiki/index.php/FAQ.Microsoft.NET_framework


-- 
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 for .Net and C#?

2007-08-06 Thread Fredrik Larsson
Yeah, the proper link is
http://wiki.overbyte.be/wiki/index.php/FAQ._Microsoft_.NET_framework

The one below is one I mistakingly added. I made it wrong with the naming of
the page. So I took away all the text on the faulty page.


-Ursprungligt meddelande-
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För
Arno Garrels
Skickat: den 6 augusti 2007 20:08
Till: ICS support mailing
Ämne: Re: [twsocket] TWSocket for .Net and C#?

Fredrik Larsson wrote:
 I don't see it. I guess you found how to delete it yourself.
 
 The link is
 http://wiki.overbyte.be/wiki/index.php/FAQ.Microsoft.NET_framework

I saw it a couple of hours back, now the above link doesn't work for me
(There is currently no text in this page). 

--
Arno Garrels [TeamICS]
http://www.overbyte.be/eng/overbyte/teamics.html

 

--
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

-- 
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


[twsocket] TWSocket for .Net and C#?

2007-08-05 Thread Fredrik Larsson, LC
Hi,
 
I searched the archive but C# seem to return every single mail ever sent to
the list so I am not sure if this has been discussed earlier.
 
Anyway, I am doing some Visual Studio 2005 projects and I want to have a
good async-component. Basically TWSocket but that it can be used in C# and
.net. Does such exist or is it somehow possible to use TWSocket in such
projects? I was even thinking of doing an ActiveX wrapper around TWSocket
and use that. Any ideas?
 
Regards, Fredrik.
-- 
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] Wiki

2006-10-01 Thread Fredrik Larsson, LC
Yeah, it also gives the opposite effect that if it's too much trouble to
edit/add info then people won't do it. 

Regards, Fredrik.

-Ursprungligt meddelande-

I also get the same thing on every article.  Do we have to wait for a
moderator to give access?  If so, I would suggest you add a comment to that
effect when a new user registers.

-dZ.

--- Original Message ---

 I have a login to the Wiki but the content I want to add information said
Project:Protected page?


-- 
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] Wiki

2006-10-01 Thread Fredrik Larsson, LC
Well, it should state that after you have created an account you need to
request editing-permission from you. Just creating an account doesn't give a
user editing-rights.

Regards, Fredrik.

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För
Francois PIETTE
Skickat: den 1 oktober 2006 18:20
Till: ICS support mailing
Ämne: Re: [twsocket] Wiki

It is specified on the main page, brightly visible with high contrast colors
:-)
--
[EMAIL PROTECTED]
http://www.overbyte.be

-- 
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] Wiki

2006-09-30 Thread Fredrik Larsson, LC
I have a login to the Wiki but the content I want to add information said
Project:Protected page?

 

-- 
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] [Wiki] Still need some author

2006-03-14 Thread Fredrik Larsson
I registered myself and will try to help a little. What I noticed that it
might be needed to have seperate pages for the units. Since some units
contain functions that are quite useful and isn't available in a component.
I guess that there should be these block then: Overview, Components (links
to any components in that unit), Methods and then How to. What do you think?

Regards, Fredrik. 


-- 
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] ICS help system?

2006-02-09 Thread Fredrik Larsson
Just MySQL and PHP. And probably the best place for a ICS/Midware wiki is
with you (Francois) :)

Regards, Fredrik. 

 -Original Message-
  I have this hosted site that it is currently not being used for 
  *anything*.  I will be glad to donate some (most?) of this space to 
  host the ICS wiki if you guys want.
 
 I have some space available on my website.
 What are the requirements ?

-- 
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] ICS help system?

2006-02-08 Thread Fredrik Larsson
I think a wiki is a great idea! I have started one myself and it's quite
easy to setup. The wiki that powers wikiepdia et c is probably the best.
http://www.mediawiki.org/ is the place to go.


-- 
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] ICS help system?

2006-02-08 Thread Fredrik Larsson
Question is if a helpfile is needed or the Wiki is good enough? Almost
everyone is online now... As long as there is one good source to get info a
helpfile isn't really necessary...  

 -Original Message-

 However it is a minimal work... On the other side the wiki 
 looks good, but someone has to make a compiler to create help 
 file from the posted issues... So I think if that is done we 
 ar very good progressing !

-- 
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


SV: SV: [twsocket] Decoding mail

2005-07-12 Thread Fredrik Larsson
Hi,

Yes it is. What I did in receiving the mail was to actually split up the
message in its different parts (plaintext et c). I understand now that I
must send it through mimedecode first and then handle the parts from there.
Well, we learn something new every day!

Thanks for the help! /Fredrik.

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För
Arno Garrels
Skickat: den 12 juli 2005 09:14
Till: ICS support mailing
Ämne: Re: SV: [twsocket] Decoding mail

Fredrik Larsson wrote:
 Works perfect but this doesn't work for the plain text body. Anything I
 have 
 missed?

Message text is encoded quoted-printable and should be decoded by MimeDec
automatically. Is Content-Transfer-Encoding quoted-printable?

Arno Garrels 


--
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


[twsocket] Decoding mail

2005-07-11 Thread Fredrik Larsson
Hi,

 

I am using pop3-component. I need to decode the data that I receive. Now I
get:

 

This is the subject line

2005-07-11 17:12:40 =?iso-8859-1?B?dGVzdCDl5PYgYWJj?=

 

This is the message

2005-07-11 17:12:41 Message received: 

Test =E5=E4=F6 abc

 

=20

 

Regards, fredrik

2005-07-11 17:12:41 RDONE 7

 

The message should look like something “Test åäö abc”

 

I have tried a couple of things but it doesn’t work. Is there some unit
somewhere that solves this automatically? Or do I have to decode these
manually by writing my own routine?

 

Regards, Fredrik.

 

--
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


SV: [twsocket] Decoding mail

2005-07-11 Thread Fredrik Larsson
Yeah, I imagined this would be it but is there any demo on how it works?

Regards, Fredrik.

-Ursprungligt meddelande-
Från: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] För
Angus Robertson - Magenta Systems Ltd
Skickat: den 11 juli 2005 19:14
Till: twsocket@elists.org
Ämne: Re: [twsocket] Decoding mail

 I am using pop3-component. I need to decode the data that I receive. 
 Now I get:
 This is the subject line
 2005-07-11 17:12:40 =?iso-8859-1?B?dGVzdCDl5PYgYWJj?=

These are known as RFC2047 encoded words.  

You can decode them using MimeDecEx from the UserMade page, which I 
hope is the version from 2004 (unfortunately no dates on that page), or 
from

http://www.magsys.co.uk/download/software/mimedecex.zip

Angus

-- 
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



--
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] VOIP

2005-04-27 Thread Fredrik Larsson
Have you looked into what kind of effort it take to accomplish this?
I might be interesting of helping out a bit. I have done a lot of TAPI
programming and know a bit about that.
I have played little with VOIP but I it might be interesting to take a
closer look again.

Regards, Fredrik. 

-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On
Behalf Of Arno Garrels
Sent: Tuesday, April 26, 2005 11:18 AM
To: ICS support mailing
Subject: Re: [twsocket] VOIP

I've just found something interisting here:

http://www.ictrnid.org.uk/downloads/SIP/SIP-0.3.zip

The stack uses Indy 9.0.14 :( why not ICS?


RNID SIP STACK
==

This library of code consists of three main parts:
* a SIP stack (RFC 3261),
* an RTP stack (RFC 3550), and
* SDP (RFC 2327) parsing and utilities.

The code currently implements most of SIP, RTP. The stack can make and
receive calls from/to X-Lite, linphonec. It also connects correctly with
ser, the Sip Express Router.

Arno Garrels 

--
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



-- 
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