<h1>Client Support Grid<aclass="headerlink"href="#client-support-grid"title="Permalink to this headline">¶</a></h1>
<p>This grid tries to gather Evennia-specific knowledge about the various clients and protocols used. Everyone’s welcome to report their findings.</p>
<divclass="section"id="legend">
<h2>Legend:<aclass="headerlink"href="#legend"title="Permalink to this headline">¶</a></h2>
<ulclass="simple">
<li><p><strong>Name</strong>: The name of the client. If it’s only available for a specific OS, it should be noted here too.</p></li>
<li><p><strong>Version</strong>: Which version or range of client versions were tested.</p></li>
<li><p><strong>Comments</strong>: Any comments or quirks on using this client with Evennia should be added here. Also note if some other protocol than Telnet is used (like Websockets, SSH etc).</p></li>
</ul>
</div>
<divclass="section"id="client-grid">
<h2>Client Grid<aclass="headerlink"href="#client-grid"title="Permalink to this headline">¶</a></h2>
<aclass="reference external"href="http://tintin.sourceforge.net/">tintin++</a> | 2.0+ | No MXP support
<aclass="reference external"href="http://tinyfugue.sourceforge.net/">tinyfugue</a> | 5.0+ | No UTF-8 support
<aclass="reference external"href="http://mushclient.com/">MUSHclient</a> (Win) | 4.94 | NAWS reports full text area
<aclass="reference external"href="http://forums.zuggsoft.com/index.php?page=4&action=file&file_id=65">Zmud</a> (Win) | 7.21 | <em>UNTESTED</em><br/><aclass="reference external"href="http://forums.zuggsoft.com/index.php?page=4&action=category&cat_id=11">Cmud</a> (Win) | v3 | <em>UNTESTED</em><br/><aclass="reference external"href="http://www.potatomushclient.com/">Potato</a> | 2.0.0b16 | No MXP, MCCP support. Win 32bit does not understand “localhost”, must use <codeclass="docutils literal notranslate"><spanclass="pre">127.0.0.1</span></code>. <aclass="reference external"href="https://github.com/evennia/evennia/issues/1131">Newline issue</a>. *Won’t send a single blank line on Enter press.
<aclass="reference external"href="http://www.mudlet.org/">Mudlet</a> | 3.4+ | No known issues. Some older versions showed <> as html under MXP.
<aclass="reference external"href="http://www.riverdark.net/atlantis/">Atlantis</a> (Mac) | 0.9.9.4 | No known issues.
<aclass="reference external"href="https://sourceforge.net/projects/g-mud/">GMUD</a> | 0.0.1 | Can’t handle any telnet handshakes. Not recommended.
<aclass="reference external"href="http://www.beipmu.com/">BeipMU</a> (Win) | 3.0.255 | No MXP support. Best to enable “MUD prompt handling”, disable “Handle HTML tags”.
<aclass="reference external"href="https://play.google.com/store/apps/details?id=com.crap.mukluk">Mukluk</a> (Andr) | 2015.11.20| *Telnet NOP displays as spurious character. Has UTF-8/Emoji support.
<aclass="reference external"href="https://github.com/GNOME/gnome-mud">Gnome-MUD</a> (Unix) | 0.11.2 | Telnet handshake errors. First (only) attempt at logging in fails.
<aclass="reference external"href="https://spyrit.ierne.eu.org/">Spyrit</a> | 0.4 | No MXP, OOB support.
<aclass="reference external"href="http://jamochamud.org/">JamochaMUD</a> | 5.2 | Does not support ANSI within MXP text.
<aclass="reference external"href="http://duckclient.com/">DuckClient</a> (Chrome)| 4.2 | No MXP support. Displays Telnet Go-Ahead and WILL SUPPRESS-GO-AHEAD as ù character. Also seems to run the <codeclass="docutils literal notranslate"><spanclass="pre">version</span></code> command on connection, which will not work in <codeclass="docutils literal notranslate"><spanclass="pre">MULTISESSION_MODES</span></code> above 1.
<aclass="reference external"href="https://www.kildclient.org/">KildClient</a> | 2.11.1 | No known issues.</p>
<h3>Issue: Telnet NOP displays as spurious character.<aclass="headerlink"href="#issue-telnet-nop-displays-as-spurious-character"title="Permalink to this headline">¶</a></h3>
<li><p>Set the command in game to <codeclass="docutils literal notranslate"><spanclass="pre">@option</span><spanclass="pre">NOPKEEPALIVE=off</span></code> for the session, or use the <codeclass="docutils literal notranslate"><spanclass="pre">/save</span></code> parameter to disable it for that Evennian account permanently.</p></li>
<li><p>Client-side: Set a gag-type trigger on the NOP character to make it invisible to the client.</p></li>
<h3>Issue: Won’t send blank line on Enter key press.<aclass="headerlink"href="#issue-won-t-send-blank-line-on-enter-key-press"title="Permalink to this headline">¶</a></h3>