Imported from archive.
authorJeremy Stanley <fungi@yuggoth.org>
Tue, 13 Sep 2005 02:41:30 +0000 (02:41 +0000)
committerJeremy Stanley <fungi@yuggoth.org>
Tue, 13 Sep 2005 02:41:30 +0000 (02:41 +0000)
commit086a85e77b26177e14c4fe79eee2f09c062f3544
tree5465852bc333c1e7fbdcb3b9f0477f297d1d3c3c
parent5016c3731daf450cc0f3defce0c3e66854270356
Imported from archive.

* mudpy.py (User.enqueue_input, User.negotiate_telnet_options):
Implemented a real Telnet option negotiation stack, paving the way
for more robust client integration.
(get_echo_sequence): Refactored echo handling in password prompts to
rely on Telnet option negotiation.
(get_menu): Added an RFC 885 end of record prompt terminator for
improved MUD client support.
mudpy.py