rewrote parts of Msg.pm and client.c so that the messages no longer use
authordjk <djk>
Fri, 5 May 2000 17:00:22 +0000 (17:00 +0000)
committerdjk <djk>
Fri, 5 May 2000 17:00:22 +0000 (17:00 +0000)
commit5947a205b3f36462fc1fe5ed5a08c7d8293ab744
tree3996912f96f3f300b97e7040922f5836d5620ce0
parentcace76c5873d6d58c4db43d5eb9b3d2e4107428f
rewrote parts of Msg.pm and client.c so that the messages no longer use
a length word at the front of each one. They are simply strings of characters
separated by a \n. No binary characters are allowed (they are encoded as %nn)
a la HTTP. This hopefully cures Arnold's problem and also make it more
secure anyway. It also paves the way for the ax25/ip multicast client.
Changes
perl/Msg.pm
perl/client.pl
perl/console.pl
src/client.c