|
From: Jarret M. <jar...@ho...> - 2004-04-06 19:26:53
|
Hello,
I had messaged you about the errors trying to log into FICS.=20
However I had already been logging in up to this point with the =
regular Socket class (isLagCompensated(false))
by commenting out the if structure in the FICSProtocolHandler.
Using the regular socket I can connect to FICS but without timeseal =
running of course. Any time I try to use the TimesealingSocket provided =
with the latest src download I get the error that :
Sorry, names can only consist of lower and upper case letters. Try =
again.
Which I am taking to assume that it is sending numbers.
Since I can use the application thus far with a regular Socket I am =
certain the problem lies within the Timesealing Socket. I have both =
tried all settings of isBlock... and isLag .. and nothing will produce a =
working Timesealed Socket.
Any Ideas?
|