From: Jeremy Stanley Date: Sun, 21 Jan 2018 23:41:46 +0000 (+0000) Subject: Test that unknown telnet commands are filtered X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;h=b2e28393aff63164cbd00a049e819bcf74cfc794;hp=b2e28393aff63164cbd00a049e819bcf74cfc794;p=mudpy.git Test that unknown telnet commands are filtered Using the recently added support for injecting raw bytes into the client socket in self tests, send a made-up IAC sequence which the server won't recognize as a valid telnet command and make sure that it gets properly logged and filtered out of the input sequence while preserving the remaining input. ---