Telnet functions and constants for the mudpy engine.
|
|
telnet_proto(*arguments)
Return a concatenated series of Telnet protocol commands. |
source code
|
|
|
|
send_command(user,
*command)
Sends a Telnet command string to the specified user's socket. |
source code
|
|
|
|
is_enabled(user,
telopt,
party,
state=1)
Returns True if the indicated Telnet option is enabled, False if not. |
source code
|
|
|
|
enable(user,
telopt,
party)
Negotiates enabling a Telnet option for the indicated user's socket. |
source code
|
|
|
|
disable(user,
telopt,
party)
Negotiates disabling a Telnet option for the indicated user's socket. |
source code
|
|
|
|
negotiate_telnet_options(user)
Reply to and remove telnet negotiation options from partial_input. |
source code
|
|