-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathREADME
More file actions
25 lines (21 loc) · 1.13 KB
/
README
File metadata and controls
25 lines (21 loc) · 1.13 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
MTH (Mud Telopt Handler) is a telnet handler which supports the
following TELNET options.
CHARSET - Reports the character sets supported by the client.
ECHO - Allows toggling local echo.
EOR - Allows prompt marking.
GMCP - Allows MSDP event handling with JSON syntax.
MCCP2 - Allows server side compression.
MCCP3 - Allows client side compression.
MSDP - Allows structured data exchange and event handling.
MSSP - Reports various features supported by the server.
MTTS - Reports various features supported by the client.
NAWS - Reports the client's window size.
NEW_ENVIRON - Reports various system variables.
TTYPE - Reports the client's terminal type.
MTH has a permissive license, just leave the copyright notice in the
original sources, otherwise you can do as you please with it.
MTH will run stand alone and by default opens a connection on port
4321 to which a telnet / mud client can connect. This is primarily
there so you can test the code and provide you with an example
implementation.
Client side MCCP3 support is currently only supported by TinTin++.