Commit 7a7c745
authored
Jq/some mud protocols (jquast#114)
* MUD protocol support, --connect-timeout, and code modernization
- Add MUD protocol module (telnetlib3/mud.py) with MCCP, MSSP, GMCP, MSDP
- Add MUD server example (bin/server_mud.py) with readline and wcwidth support
- Add --connect-timeout option, closes #30
- Refactor server shell, guard shells, and fingerprinting
- Improve typing, formatting (skip-magic-trailing-comma), and test coverage
- Give latin1 encoding fallback for unidentified clients
- Update docs with MUD protocol guidance and RFC references1 parent 1149ab2 commit 7a7c745
56 files changed
Lines changed: 3116 additions & 1446 deletions
File tree
- bin
- docs
- api
- telnetlib3
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | 75 | | |
110 | 76 | | |
111 | 77 | | |
| |||
0 commit comments