Quote:
Originally Posted by Nullable
Alright fyi i didn't read it all up (damn.. too large), but i'm guessing you can't start a connection.
Have you added the password seed packet? if you don't send it on connection to the client, it won't continue the sequence.
it's 8 bytes long, type 1059 (don't remember well, or was it 1056), just log it off tq's servers.
|
Actually I wasn't even dealing with login yet.
It seems that 5250+ changed the login port?
just as a simple test I made a simple program using winsockets and listened on port 9958. With a 5165 client (or 5095 even) it detects that something is trying to connect but 5250 does nothing. Doesn't even try.
THAT is what was confusing me more than actually working out how to login/authenticate the connection.
5250 starts with port 9959 rather than 9958... not quite sure why but w/e. Gives me a starting point... Now I just need to start handling the rest of it.