1998Q4/
<!-- MHonArc v2.4.4 -->
<!--X-Subject: [MUD&#45;Dev] Re: Telnet Echo OFF/ON commands and other thingies.. -->
<!--X-From-R13: "Pehpr [vgpurare, Xe." <hozvgpurNzpf.qerkry.rqh> -->
<!--X-Date: Thu, 1 Oct 1998 21:24:43 &#45;0700 -->
<!--X-Message-Id: 00d301bdedbc$95f66770$58f272cf#howdy,cybersight.com -->
<!--X-Content-Type: text/plain -->
<!--X-Head-End-->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<title>MUD-Dev message, [MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</title>
<!-- meta name="robots" content="noindex,nofollow" -->
<link rev="made" href="mailto:ubmitche#mcs,drexel.edu">
</head>
<body background="/backgrounds/paperback.gif" bgcolor="#ffffff"
      text="#000000" link="#0000FF" alink="#FF0000" vlink="#006000">

  <font size="+4" color="#804040">
    <strong><em>MUD-Dev<br>mailing list archive</em></strong>
  </font>
      
<br>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
<br clear=all><hr>
<!--X-Body-Begin-->
<!--X-User-Header-->
<!--X-User-Header-End-->
<!--X-TopPNI-->

Date:&nbsp;
[&nbsp;<a href="msg00013.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00015.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Thread:&nbsp;
[&nbsp;<a href="msg00012.html">Previous</a>
&nbsp;|&nbsp;<a href="msg00015.html">Next</a>
&nbsp;]
&nbsp;&nbsp;&nbsp;&nbsp;
Index:&nbsp;
[&nbsp;<A HREF="author.html#00014">Author</A>
&nbsp;|&nbsp;<A HREF="#00014">Date</A>
&nbsp;|&nbsp;<A HREF="thread.html#00014">Thread</A>
&nbsp;]

<!--X-TopPNI-End-->
<!--X-MsgBody-->
<!--X-Subject-Header-Begin-->
<H1>[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</H1>
<HR>
<!--X-Subject-Header-End-->
<!--X-Head-of-Message-->
<UL>
<LI><em>To</em>: &lt;<A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A>&gt;</LI>
<LI><em>Subject</em>: [MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</LI>
<LI><em>From</em>: "Bruce Mitchener, Jr." &lt;<A HREF="mailto:ubmitche#mcs,drexel.edu">ubmitche#mcs,drexel.edu</A>&gt;</LI>
<LI><em>Date</em>: Thu, 1 Oct 1998 21:24:45 -0700</LI>
<LI><em>Reply-To</em>: <A HREF="mailto:mud-dev#kanga,nu">mud-dev#kanga,nu</A></LI>
</UL>
<!--X-Head-of-Message-End-->
<!--X-Head-Body-Sep-Begin-->
<HR>
<!--X-Head-Body-Sep-End-->
<!--X-Body-of-Message-->
<PRE>
From: Chris Gray &lt;cg#ami-cg,GraySage.Edmonton.AB.CA&gt;:

&gt;[Bruce Mitchener:]
&gt;
&gt; &gt;To turn echo off: `[255, 251, 1, 0, 13]
&gt; &gt;To turn echo on:  `[255, 252, 1, 0, 13]
&gt;
&gt;I understand the first three bytes of these (IAC, WILL/WONT, ECHO), but
&gt;what are the NUL and the CR for? Do some telnet clients require those?


Woops.  The evils of blindly copying something.  I'll pass this along to the
people that work on ColdCore.

&gt;My testing (with a fairly small set of telnet clients) shows that
&gt;some do not respond to this correctly. They signal back that they
&gt;will start echoing again, but don't do so.


Can you tell me which clients had this issue?  I'd like to pass that along
also for test cases.

&gt;Note also that if you try to do any telnet commands like this, you should
&gt;be prepared to either pay attention to, or discard, the replies you
&gt;should get back. Typically [255, 253, 1] / [255, 254, 1].


ColdCore doesn't implement a full telnet state machine.  There isn't
anything that would make it much different from normal beyond the attitude
that such a thing doesn't belong in the generic core since most text-mode
clients don't support much.

My opinion on this differs somewhat in that I'd rather see a server that
sent out all data encoded in some manner, and when people needed
telnet-style access, they'd connect to an auxillary server which rendered
the content from the encoded format into the traditional flat text format
and handled the basics of command parsing.  This server would handle the
telnet option negotiation.

Is this an appropriate place to carry on discussion of client capabilities
to match the new capabilities of servers?  Is there interest?  Erik Ostrom's
mention of TWin here didn't seem to gather a whole lot of interest.

- Bruce




</PRE>

<!--X-Body-of-Message-End-->
<!--X-MsgBody-End-->
<!--X-Follow-Ups-->
<HR>
<ul compact><li><strong>Follow-Ups</strong>:
<ul>
<li><strong><A NAME="00019" HREF="msg00019.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>
<ul compact><li><em>From:</em> James Wilson &lt;jwilson#rochester,rr.com&gt;</li></ul>
<li><strong><A NAME="00017" HREF="msg00017.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>
<ul compact><li><em>From:</em> Ben Greear &lt;greear#cyberhighway,net&gt;</li></ul>
<li><strong><A NAME="00015" HREF="msg00015.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>
<ul compact><li><em>From:</em> Caliban Tiresias Darklock &lt;caliban#darklock,com&gt;</li></ul>
</UL></LI></UL>
<!--X-Follow-Ups-End-->
<!--X-References-->
<!--X-References-End-->
<!--X-BotPNI-->
<UL>
<LI>Prev by Date:
<STRONG><A HREF="msg00013.html">[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions)</A></STRONG>
</LI>
<LI>Next by Date:
<STRONG><A HREF="msg00015.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></STRONG>
</LI>
<LI>Prev by thread:
<STRONG><A HREF="msg00012.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></STRONG>
</LI>
<LI>Next by thread:
<STRONG><A HREF="msg00015.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></STRONG>
</LI>
<LI>Index(es):
<UL>
<LI><A HREF="index.html#00014"><STRONG>Date</STRONG></A></LI>
<LI><A HREF="thread.html#00014"><STRONG>Thread</STRONG></A></LI>
</UL>
</LI>
</UL>

<!--X-BotPNI-End-->
<!--X-User-Footer-->
<!--X-User-Footer-End-->
<ul><li>Thread context:
<BLOCKQUOTE><UL>
<LI><STRONG>[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions)</STRONG>, <EM>(continued)</EM>
<ul compact>
<ul compact>
<LI><strong><A NAME="00048" HREF="msg00048.html">[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions)</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Sat 03 Oct 1998, 17:38 GMT
</LI>
</ul>
<LI><strong><A NAME="00096" HREF="msg00096.html">[MUD-Dev] Re: Storytelling vs. Simulationist (Was Re: Room descriptions)</A></strong>, 
ApplePiMan <a href="mailto:ApplePiMan#aol,com">ApplePiMan#aol,com</a>, Tue 06 Oct 1998, 00:04 GMT
</LI>
</ul>
</LI>
<LI><strong><A NAME="00018" HREF="msg00018.html">[MUD-Dev] Re: Introducing the background hook</A></strong>, 
Matt Chatterley <a href="mailto:chattemp#ee,port.ac.uk">chattemp#ee,port.ac.uk</a>, Fri 02 Oct 1998, 09:38 GMT
<LI><strong><A NAME="00012" HREF="msg00012.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Fri 02 Oct 1998, 03:18 GMT
<UL>
<li>&lt;Possible follow-up(s)&gt;<br>
<LI><strong><A NAME="00014" HREF="msg00014.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>, 
Bruce Mitchener, Jr. <a href="mailto:ubmitche#mcs,drexel.edu">ubmitche#mcs,drexel.edu</a>, Fri 02 Oct 1998, 04:24 GMT
<UL>
<LI><strong><A NAME="00015" HREF="msg00015.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>, 
Caliban Tiresias Darklock <a href="mailto:caliban#darklock,com">caliban#darklock,com</a>, Fri 02 Oct 1998, 05:00 GMT
</LI>
<LI><strong><A NAME="00017" HREF="msg00017.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>, 
Ben Greear <a href="mailto:greear#cyberhighway,net">greear#cyberhighway,net</a>, Fri 02 Oct 1998, 05:25 GMT
</LI>
<LI><strong><A NAME="00019" HREF="msg00019.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>, 
James Wilson <a href="mailto:jwilson#rochester,rr.com">jwilson#rochester,rr.com</a>, Fri 02 Oct 1998, 10:19 GMT
</LI>
</UL>
</LI>
<LI><strong><A NAME="00020" HREF="msg00020.html">[MUD-Dev] Re: Telnet Echo OFF/ON commands and other thingies..</A></strong>, 
Chris Gray <a href="mailto:cg#ami-cg,GraySage.Edmonton.AB.CA">cg#ami-cg,GraySage.Edmonton.AB.CA</a>, Fri 02 Oct 1998, 14:05 GMT
</LI>
</UL>
</LI>
</UL></BLOCKQUOTE>

</ul>
<hr>
<center>
[&nbsp;<a href="../">Other Periods</a>
&nbsp;|&nbsp;<a href="../../">Other mailing lists</a>
&nbsp;|&nbsp;<a href="/search.php3">Search</a>
&nbsp;]
</center>
<hr>
</body>
</html>