evennia/docs/1.0-dev/Setup/Client-Support-Grid.html

300 lines
14 KiB
HTML
Raw Normal View History

2020-06-13 00:36:45 +02:00
<!DOCTYPE html>
2020-10-15 01:31:30 +02:00
<html>
2020-06-15 21:52:33 +02:00
<head>
<meta charset="utf-8" />
2021-05-16 00:06:01 +02:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
2020-06-15 21:52:33 +02:00
<title>Client Support Grid &#8212; Evennia 1.0-dev documentation</title>
2020-07-14 00:21:00 +02:00
<link rel="stylesheet" href="../_static/nature.css" type="text/css" />
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
<script id="documentation_options" data-url_root="../" src="../_static/documentation_options.js"></script>
<script src="../_static/jquery.js"></script>
<script src="../_static/underscore.js"></script>
<script src="../_static/doctools.js"></script>
<script src="../_static/language_data.js"></script>
<link rel="shortcut icon" href="../_static/favicon.ico"/>
<link rel="index" title="Index" href="../genindex.html" />
2022-02-06 18:34:09 +00:00
<link rel="search" title="Search" href="../search.html" />
<link rel="next" title="Online Setup" href="Online-Setup.html" />
<link rel="prev" title="How to connect Evennia to Twitter" href="How-to-connect-Evennia-to-Twitter.html" />
2020-06-15 21:52:33 +02:00
</head><body>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
2020-07-14 00:21:00 +02:00
<a href="../genindex.html" title="General Index"
2020-06-15 21:52:33 +02:00
accesskey="I">index</a></li>
<li class="right" >
2020-07-14 00:21:00 +02:00
<a href="../py-modindex.html" title="Python Module Index"
2020-06-15 21:52:33 +02:00
>modules</a> |</li>
2022-02-06 18:34:09 +00:00
<li class="right" >
<a href="Online-Setup.html" title="Online Setup"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="How-to-connect-Evennia-to-Twitter.html" title="How to connect Evennia to Twitter"
accesskey="P">previous</a> |</li>
2020-10-15 01:31:30 +02:00
<li class="nav-item nav-item-0"><a href="../index.html">Evennia 1.0-dev</a> &#187;</li>
2022-02-06 18:34:09 +00:00
<li class="nav-item nav-item-1"><a href="Setup-Overview.html" accesskey="U">Server Setup and Life</a> &#187;</li>
2020-10-15 01:31:30 +02:00
<li class="nav-item nav-item-this"><a href="">Client Support Grid</a></li>
2020-06-15 21:52:33 +02:00
</ul>
2021-06-23 18:58:26 +02:00
<div class="develop">develop branch</div>
2020-06-15 21:52:33 +02:00
</div>
<div class="document">
<div class="documentwrapper">
<div class="bodywrapper">
<div class="body" role="main">
2020-06-13 00:36:45 +02:00
2021-10-26 21:41:11 +02:00
<section class="tex2jax_ignore mathjax_ignore" id="client-support-grid">
2020-06-13 00:36:45 +02:00
<h1>Client Support Grid<a class="headerlink" href="#client-support-grid" title="Permalink to this headline"></a></h1>
2020-07-31 18:18:01 +02:00
<p>This grid tries to gather info about different MU clients when used with Evennia.
If you want to report a problem, update an entry or add a client, make a
new <a class="reference external" href="https://github.com/evennia/evennia/issues/new/choose">documentation issue</a> for it. Everyones encouraged to report their findings.</p>
2021-10-26 21:41:11 +02:00
<section id="client-grid">
<h2>Client Grid<a class="headerlink" href="#client-grid" title="Permalink to this headline"></a></h2>
<p>Legend:</p>
2020-06-13 00:36:45 +02:00
<ul class="simple">
2020-07-31 18:18:01 +02:00
<li><p><strong>Name</strong>: The name of the client. Also note if its OS-specific.</p></li>
2020-06-13 00:36:45 +02:00
<li><p><strong>Version</strong>: Which version or range of client versions were tested.</p></li>
2020-07-31 18:18:01 +02:00
<li><p><strong>Comments</strong>: Any quirks on using this client with Evennia should be added here.</p></li>
2020-06-13 00:36:45 +02:00
</ul>
2021-10-26 21:41:11 +02:00
<table class="colwidths-auto docutils align-default">
2020-07-31 18:18:01 +02:00
<thead>
<tr class="row-odd"><th class="head"><p>Name</p></th>
2021-10-26 21:41:11 +02:00
<th class="head"><p>Version tested</p></th>
2020-07-31 18:18:01 +02:00
<th class="head"><p>Comments</p></th>
</tr>
</thead>
<tbody>
2021-10-26 21:41:11 +02:00
<tr class="row-even"><td><p><a class="reference internal" href="../Components/Webclient.html"><span class="doc std std-doc">Evennia Webclient</span></a></p></td>
<td><p>1.0+</p></td>
2020-07-31 18:18:01 +02:00
<td><p>Evennia-specific</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference external" href="http://tintin.sourceforge.net/">tintin++</a></p></td>
<td><p>2.0+</p></td>
<td><p>No MXP support</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference external" href="http://tinyfugue.sourceforge.net/">tinyfugue</a></p></td>
<td><p>5.0+</p></td>
<td><p>No UTF-8 support</p></td>
</tr>
2021-08-06 00:47:51 +02:00
<tr class="row-odd"><td><p><a class="reference external" href="https://mushclient.com/">MUSHclient</a> (Win)</p></td>
2020-07-31 18:18:01 +02:00
<td><p>4.94</p></td>
<td><p>NAWS reports full text area</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference external" href="http://forums.zuggsoft.com/index.php?page=4&amp;action=file&amp;file_id=65">Zmud</a> (Win)</p></td>
<td><p>7.21</p></td>
<td><p><em>UNTESTED</em></p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference external" href="http://forums.zuggsoft.com/index.php?page=4&amp;action=category&amp;cat_id=11">Cmud</a> (Win)</p></td>
<td><p>v3</p></td>
<td><p><em>UNTESTED</em></p></td>
</tr>
2021-10-26 21:41:11 +02:00
<tr class="row-even"><td><p><a class="reference external" href="https://www.potatomushclient.com/">Potato</a>_</p></td>
2020-07-31 18:18:01 +02:00
<td><p>2.0.0b16</p></td>
2021-10-26 21:41:11 +02:00
<td><p>No MXP, MCCP support. Win 32bit does not understand</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p></p></td>
<td><p>“localhost”, must use <code class="docutils literal notranslate"><span class="pre">127.0.0.1</span></code>.</p></td>
2020-07-31 18:18:01 +02:00
</tr>
2021-10-26 21:41:11 +02:00
<tr class="row-even"><td><p><a class="reference external" href="https://www.mudlet.org/">Mudlet</a></p></td>
2020-07-31 18:18:01 +02:00
<td><p>3.4+</p></td>
2021-10-26 21:41:11 +02:00
<td><p>No known issues. Some older versions showed &lt;&gt; as html</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p></p></td>
<td><p>under MXP.</p></td>
2020-07-31 18:18:01 +02:00
</tr>
<tr class="row-even"><td><p><a class="reference external" href="https://archive.org/details/tucows_196173_SimpleMU_MU_Client">SimpleMU</a> (Win)</p></td>
<td><p>full</p></td>
<td><p>Discontinued. NAWS reports pixel size.</p></td>
</tr>
2021-08-06 00:47:51 +02:00
<tr class="row-odd"><td><p><a class="reference external" href="https://www.riverdark.net/atlantis/">Atlantis</a> (Mac)</p></td>
2020-07-31 18:18:01 +02:00
<td><p>0.9.9.4</p></td>
<td><p>No known issues.</p></td>
</tr>
<tr class="row-even"><td><p><a class="reference external" href="https://sourceforge.net/projects/g-mud/">GMUD</a></p></td>
<td><p>0.0.1</p></td>
<td><p>Cant handle any telnet handshakes. Not recommended.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference external" href="http://www.beipmu.com/">BeipMU</a> (Win)</p></td>
<td><p>3.0.255</p></td>
2021-10-26 21:41:11 +02:00
<td><p>No MXP support. Best to enable “MUD prompt handling”, disable</p></td>
2020-07-31 18:18:01 +02:00
</tr>
2021-10-26 21:41:11 +02:00
<tr class="row-even"><td><p></p></td>
<td><p></p></td>
<td><p>“Handle HTML tags”.</p></td>
</tr>
<tr class="row-odd"><td><p><a class="reference external" href="https://itunes.apple.com/us/app/mudrammer-a-modern-mud-client/id597157072">MudRammer</a> (IOS)</p></td>
2020-07-31 18:18:01 +02:00
<td><p>1.8.7</p></td>
<td><p>Bad Telnet Protocol compliance: displays spurious characters.</p></td>
</tr>
2021-10-26 21:41:11 +02:00
<tr class="row-even"><td><p><a class="reference external" href="https://itunes.apple.com/us/app/mudmaster/id341160033">MUDMaster</a></p></td>
2020-07-31 18:18:01 +02:00
<td><p>1.3.1</p></td>
<td><p><em>UNTESTED</em></p></td>
</tr>
2021-10-26 21:41:11 +02:00
<tr class="row-odd"><td><p><a class="reference external" href="https://bt.happygoatstudios.com/">BlowTorch</a> (Andr)</p></td>
2020-07-31 18:18:01 +02:00
<td><p>1.1.3</p></td>
<td><p>Telnet NOP displays as spurious character.</p></td>
</tr>
2021-10-26 21:41:11 +02:00
<tr class="row-even"><td><p><a class="reference external" href="https://play.google.com/store/apps/details?id=com.crap.mukluk">Mukluk</a> (Andr)</p></td>
2020-07-31 18:18:01 +02:00
<td><p>2015.11.20</p></td>
2021-10-26 21:41:11 +02:00
<td><p>Telnet NOP displays as spurious character. Has UTF-8/Emoji</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p></p></td>
<td><p>support.</p></td>
2020-07-31 18:18:01 +02:00
</tr>
<tr class="row-even"><td><p><a class="reference external" href="https://github.com/GNOME/gnome-mud">Gnome-MUD</a> (Unix)</p></td>
<td><p>0.11.2</p></td>
2021-10-26 21:41:11 +02:00
<td><p>Telnet handshake errors. First (only) attempt at logging in</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p></p></td>
<td><p>fails.</p></td>
2020-07-31 18:18:01 +02:00
</tr>
2021-10-26 21:41:11 +02:00
<tr class="row-even"><td><p><a class="reference external" href="https://spyrit.ierne.eu.org/">Spyrit</a></p></td>
2020-07-31 18:18:01 +02:00
<td><p>0.4</p></td>
<td><p>No MXP, OOB support.</p></td>
</tr>
2021-10-26 21:41:11 +02:00
<tr class="row-odd"><td><p><a class="reference external" href="https://jamochamud.org/">JamochaMUD</a></p></td>
2020-07-31 18:18:01 +02:00
<td><p>5.2</p></td>
<td><p>Does not support ANSI within MXP text.</p></td>
</tr>
2021-10-26 21:41:11 +02:00
<tr class="row-even"><td><p><a class="reference external" href="http://duckclient.com/">DuckClient</a> (Chrome)</p></td>
2020-07-31 18:18:01 +02:00
<td><p>4.2</p></td>
2021-10-26 21:41:11 +02:00
<td><p>No MXP support. Displays Telnet Go-Ahead and</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p></p></td>
<td><p>WILL SUPPRESS-GO-AHEAD as ù character. Also seems to run</p></td>
</tr>
<tr class="row-even"><td><p></p></td>
<td><p></p></td>
<td><p>the <code class="docutils literal notranslate"><span class="pre">version</span></code> command on connection, which will not work in</p></td>
</tr>
<tr class="row-odd"><td><p></p></td>
<td><p></p></td>
<td><p><code class="docutils literal notranslate"><span class="pre">MULTISESSION_MODES</span></code> above 1.</p></td>
2020-07-31 18:18:01 +02:00
</tr>
<tr class="row-even"><td><p><a class="reference external" href="https://www.kildclient.org/">KildClient</a></p></td>
<td><p>2.11.1</p></td>
<td><p>No known issues.</p></td>
</tr>
</tbody>
</table>
2021-05-16 00:06:01 +02:00
</section>
<section id="workarounds-for-client-issues">
2020-06-13 00:36:45 +02:00
<h2>Workarounds for client issues:<a class="headerlink" href="#workarounds-for-client-issues" title="Permalink to this headline"></a></h2>
2021-05-16 00:06:01 +02:00
<section id="issue-telnet-nop-displays-as-spurious-character">
2020-06-13 00:36:45 +02:00
<h3>Issue: Telnet NOP displays as spurious character.<a class="headerlink" href="#issue-telnet-nop-displays-as-spurious-character" title="Permalink to this headline"></a></h3>
<p>Known clients:</p>
<ul class="simple">
2020-07-31 18:18:01 +02:00
<li><p>BlowTorch (Andr)</p></li>
<li><p>Mukluk (Andr)</p></li>
2020-06-13 00:36:45 +02:00
</ul>
<p>Workaround:</p>
<ul class="simple">
2020-07-31 18:18:01 +02:00
<li><p>In-game: Use <code class="docutils literal notranslate"><span class="pre">&#64;option</span> <span class="pre">NOPKEEPALIVE=off</span></code> for the session, or use the <code class="docutils literal notranslate"><span class="pre">/save</span></code>
parameter to disable it for that Evennia account permanently.</p></li>
2020-06-13 00:36:45 +02:00
<li><p>Client-side: Set a gag-type trigger on the NOP character to make it invisible to the client.</p></li>
</ul>
2021-05-16 00:06:01 +02:00
</section>
</section>
</section>
2020-06-13 00:36:45 +02:00
2020-10-15 01:31:30 +02:00
<div class="clearer"></div>
2020-06-13 00:36:45 +02:00
</div>
</div>
</div>
2020-06-15 21:52:33 +02:00
<div class="sphinxsidebar" role="navigation" aria-label="main navigation">
<div class="sphinxsidebarwrapper">
2020-07-14 00:21:00 +02:00
<p class="logo"><a href="../index.html">
<img class="logo" src="../_static/evennia_logo.png" alt="Logo"/>
2020-06-15 21:52:33 +02:00
</a></p>
<div id="searchbox" style="display: none" role="search">
<h3 id="searchlabel">Quick search</h3>
<div class="searchformwrapper">
2020-07-14 00:21:00 +02:00
<form class="search" action="../search.html" method="get">
2020-06-15 21:52:33 +02:00
<input type="text" name="q" aria-labelledby="searchlabel" />
<input type="submit" value="Go" />
</form>
</div>
</div>
<script>$('#searchbox').show(0);</script>
2020-07-14 00:21:00 +02:00
<p><h3><a href="../index.html">Table of Contents</a></h3>
2020-06-15 21:52:33 +02:00
<ul>
<li><a class="reference internal" href="#">Client Support Grid</a><ul>
<li><a class="reference internal" href="#client-grid">Client Grid</a></li>
<li><a class="reference internal" href="#workarounds-for-client-issues">Workarounds for client issues:</a><ul>
<li><a class="reference internal" href="#issue-telnet-nop-displays-as-spurious-character">Issue: Telnet NOP displays as spurious character.</a></li>
</ul>
</li>
</ul>
</li>
</ul>
2020-06-13 00:36:45 +02:00
2022-02-06 18:34:09 +00:00
<h4>Previous topic</h4>
<p class="topless"><a href="How-to-connect-Evennia-to-Twitter.html"
title="previous chapter">How to connect Evennia to Twitter</a></p>
<h4>Next topic</h4>
<p class="topless"><a href="Online-Setup.html"
title="next chapter">Online Setup</a></p>
2020-06-15 21:52:33 +02:00
<div role="note" aria-label="source link">
<!--h3>This Page</h3-->
<ul class="this-page-menu">
2020-07-14 00:21:00 +02:00
<li><a href="../_sources/Setup/Client-Support-Grid.md.txt"
2020-06-15 21:52:33 +02:00
rel="nofollow">Show Page Source</a></li>
</ul>
2021-03-06 01:37:43 +01:00
</div><h3>Links</h3>
<ul>
<li><a href="https://www.evennia.com">Home page</a> </li>
<li><a href="https://github.com/evennia/evennia">Evennia Github</a> </li>
<li><a href="http://games.evennia.com">Game Index</a> </li>
2021-08-06 00:47:51 +02:00
<li>
<a href="https://discord.gg/AJJpcRUhtF">Discord</a> -
<a href="https://github.com/evennia/evennia/discussions">Discussions</a> -
2021-08-06 00:53:44 +02:00
<a href="https://evennia.blogspot.com/">Blog</a>
2021-03-06 01:37:43 +01:00
</li>
</ul>
2020-06-15 21:52:33 +02:00
<h3>Versions</h3>
<ul>
<li><a href="Client-Support-Grid.html">1.0-dev (develop branch)</a></li>
2022-02-05 18:41:59 +00:00
<li><a href="../../0.9.5/index.html">0.9.5 (v0.9.5 branch)</a></li>
2020-06-15 21:52:33 +02:00
</ul>
2020-06-14 21:48:02 +02:00
2020-06-15 21:52:33 +02:00
</div>
</div>
<div class="clearer"></div>
</div>
<div class="related" role="navigation" aria-label="related navigation">
<h3>Navigation</h3>
<ul>
<li class="right" style="margin-right: 10px">
2020-07-14 00:21:00 +02:00
<a href="../genindex.html" title="General Index"
2020-06-15 21:52:33 +02:00
>index</a></li>
<li class="right" >
2020-07-14 00:21:00 +02:00
<a href="../py-modindex.html" title="Python Module Index"
2020-06-15 21:52:33 +02:00
>modules</a> |</li>
2022-02-06 18:34:09 +00:00
<li class="right" >
<a href="Online-Setup.html" title="Online Setup"
>next</a> |</li>
<li class="right" >
<a href="How-to-connect-Evennia-to-Twitter.html" title="How to connect Evennia to Twitter"
>previous</a> |</li>
2020-10-15 01:31:30 +02:00
<li class="nav-item nav-item-0"><a href="../index.html">Evennia 1.0-dev</a> &#187;</li>
2022-02-06 18:34:09 +00:00
<li class="nav-item nav-item-1"><a href="Setup-Overview.html" >Server Setup and Life</a> &#187;</li>
2020-10-15 01:31:30 +02:00
<li class="nav-item nav-item-this"><a href="">Client Support Grid</a></li>
2020-06-15 21:52:33 +02:00
</ul>
2021-06-23 18:58:26 +02:00
<div class="develop">develop branch</div>
2020-06-15 21:52:33 +02:00
</div>
<div class="footer" role="contentinfo">
&#169; Copyright 2020, The Evennia developer community.
2020-10-15 01:31:30 +02:00
Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> 3.2.1.
2020-06-15 21:52:33 +02:00
</div>
</body>
2020-06-13 00:36:45 +02:00
</html>