Add debug logging for Telnet protocol negotiation
authorJeremy Stanley <fungi@yuggoth.org>
Sun, 2 Sep 2018 00:54:59 +0000 (00:54 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Sun, 2 Sep 2018 00:54:59 +0000 (00:54 +0000)
commit6375b4be5c22662376bfb1534a5ec77506f6402e
tree2de7ef9339b1532067d2e564c2ce7cf05e4deb33
parent17cacdad0adc9cebcb21f0f3a138192008f3aeaa
Add debug logging for Telnet protocol negotiation

For improved debugging of Telnet protocol negotiations, add a log
function wrapper to the telnet module and apply it any time Telnet
commands are received or sent.
mudpy/telnet.py
mudpy/tests/selftest.py