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)
commit4da48aaa62ba29424ba803bab7e4ee9eacbab9b1
tree2de7ef9339b1532067d2e564c2ce7cf05e4deb33
parent3b37218d588a84fc5610c72656a6de708042f857
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