From: Jeremy Stanley Date: Tue, 13 Sep 2005 02:41:30 +0000 (+0000) Subject: Imported from archive. X-Git-Tag: 0.0.1~333 X-Git-Url: https://mudpy.org/gitweb?a=commitdiff_plain;h=3047d309b10646b2b5c0c4d442658d0fe4814d7e;hp=3047d309b10646b2b5c0c4d442658d0fe4814d7e;p=mudpy.git 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. ---