EP
unread,Sep 9, 2008, 4:09:06 PM9/9/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to TWXProxy
I've figured out how I'm going to restructure the telnet code. Free
time has been scarce though.
The implementation of the twx client telnet processor that is in the
current source doesn't maintain a list of negotiated options on a
connection by connection basis. This will be irrelevant for the
server side proxy, but will be important to get right for the next
public release of twx, and for handling telnet on the server and
client side with the same telnet processor.
The logical place for parsing the HIPS messages is in the ANSI
processor, since these are in the form of ANSI escape sequences. The
ANSI processor is simpler too, so it makes more sense to do it there.
I'm aiming to have these done in the next week.
Patrick