From: minima Date: Sat, 3 Mar 2001 12:32:14 +0000 (+0000) Subject: remove telnet escape sequence sending X-Git-Tag: R_1_47~160 X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=commitdiff_plain;h=d0e999102802c57e45b9d3a31261caca6ae691c3;p=spider.git remove telnet escape sequence sending --- diff --git a/Changes b/Changes index c98c83f2..bbb26d86 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,5 @@ +03Mar01======================================================================= +1. allow incoming and outgoing IP connects direct to cluster.pl 28Feb01======================================================================= 1. allow sh/c gb7 (ie show the config of all gb7 nodes)(for example) 2. get rid of spurious DXHash 'uninitialised' messages if no corresponding diff --git a/perl/ExtMsg.pm b/perl/ExtMsg.pm index 5b38fa67..09008781 100644 --- a/perl/ExtMsg.pm +++ b/perl/ExtMsg.pm @@ -32,9 +32,9 @@ sub enqueue if ($msg =~ /^E[-\w]+\|([01])/) { $conn->{echo} = $1; if ($1) { - $conn->send_raw("\xFF\xFC\x01"); +# $conn->send_raw("\xFF\xFC\x01"); } else { - $conn->send_raw("\xFF\xFB\x01"); +# $conn->send_raw("\xFF\xFB\x01"); } } else { $msg =~ s/^[-\w]+\|//;