mbbsemu / MBBSEmu

The MajorBBS Emulation Project is an Open Source, Cross-Platform emulator for easily running The MajorBBS & Worldgroup Modules
https://www.mbbsemu.com
MIT License
128 stars 14 forks source link

[MBBSEmu] Telnet Server - Telnet Heartbeat ( 0xFF, 0xF1 ) is conflicting with MegaMUD #248

Closed tuday2 closed 3 years ago

tuday2 commented 3 years ago

Module Information

Describe the bug Telnet Heartbeat ( 0xFF, 0xF1 ) is conflicting with MegaMUD

To Reproduce Steps to reproduce the behavior:

  1. Load Majormud in MBBSEmu
  2. Connect with Megamud telnet client
  3. See error

Expected behavior Megamud does not give errors

Screenshots Code from Telnet Server

private static readonly byte[] IAC_NOP = { 0xFF, 0xF1};

Megamud

Software Information:

paladine commented 3 years ago

Adding this as a configuration option would be cool.