X84 Telnet Server
BogBoa
I got an email this weekend from Jeff Quast who writes:<br />
<blockquote class="tr_bq">
<span style="background-color: white; color: #222222; font-family: arial, sans-serif; font-size: 13px;">I've been writing a telnet BBS in python since about 2003. It has many similarities in your MUD. Initially we had a hand-crafted simple socket telnet daemon, then later twisted, but when we decided to get rid of twisted for a pure-python solution, I discovered your miniboa source.</span><br style="background-color: white; color: #222222; font-family: arial, sans-serif; font-size: 13px;" /><span style="background-color: white; color: #222222; font-family: arial, sans-serif; font-size: 13px;">It has been modified quite a bit for more advanced telnet negotiations, I encourage you to take a look. You will find NAWS, TTYPE, and even NEW_ENVIRON negotiation. I plan to release x/84 to pypi within a day or so[.]</span></blockquote>
<br />
I really enjoy it when someone dusts off my brain-addled code and manages to hammer it into something useful. You can check out his project here;<br />
<br />
<a href="https://github.com/jquast/x84">https://github.com/jquast/x84</a><br />
<br />