Skip to content

Commit

Permalink
Readme Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
HarryCordewener committed Jan 8, 2024
1 parent 9a66b3c commit df0512e
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,31 +12,31 @@ At this time, this repository is in a rough state and does not yet implement som
This library is in a state where breaking changes to the interface are expected.

## Support
| RFC | Description | Supported | Comments |
| ------------------------------------------- | ---------------------------------- |------------| ------------------ |
| http://www.faqs.org/rfcs/rfc855.html | Telnet Option Specification | Full | |
| http://www.faqs.org/rfcs/rfc1091.html | Terminal Type Negotiation | Full | |
| https://tintin.mudhalla.net/protocols/mtts | MTTS Negotiation (Extends TTYPE) | Full | |
| http://www.faqs.org/rfcs/rfc1073.html | Window Size Negotiation (NAWS) | Full | |
| https://tintin.mudhalla.net/protocols/gmcp | Generic Mud Communication Protocol | Full | |
| https://tintin.mudhalla.net/protocols/mssp | MSSP Negotiation | Full | Untested |
| http://www.faqs.org/rfcs/rfc885.html | End Of Record Negotiation | Full | Untested |
| https://tintin.mudhalla.net/protocols/eor | End Of Record Negotiation | Full | Untested |
| https://tintin.mudhalla.net/protocols/msdp | Mud Server Data Protocol | Partial | Planned |
| http://www.faqs.org/rfcs/rfc2066.html | Charset Negotiation | Partial | No TTABLE support |
| http://www.faqs.org/rfcs/rfc858.html | Suppress GOAHEAD Negotiation | No | Planned |
| http://www.faqs.org/rfcs/rfc1572.html | New Environment Negotiation | No | Planned |
| https://tintin.mudhalla.net/protocols/mnes | Mud New Environment Negotiation | No | Planned |
| https://tintin.mudhalla.net/protocols/mccp | Mud Client Compression Protocol | No | Rejects |
| https://tintin.mudhalla.net/rfc/rfc1950/ | ZLIB Compression | No | Rejects |
| http://www.faqs.org/rfcs/rfc857.html | Echo Negotiation | No | Rejects |
| http://www.faqs.org/rfcs/rfc1079.html | Terminal Speed Negotiation | No | Rejects |
| http://www.faqs.org/rfcs/rfc1372.html | Flow Control Negotiation | No | Rejects |
| http://www.faqs.org/rfcs/rfc1184.html | Line Mode Negotiation | No | Rejects |
| http://www.faqs.org/rfcs/rfc1096.html | X-Display Negotiation | No | Rejects |
| http://www.faqs.org/rfcs/rfc1408.html | Environment Negotiation | No | Rejects |
| http://www.faqs.org/rfcs/rfc2941.html | Authentication Negotiation | No | Rejects |
| http://www.faqs.org/rfcs/rfc2946.html | Encryption Negotiation | No | Rejects |
| RFC | Description | Supported | Comments |
| --------------------------------------------------- | ---------------------------------- |------------| ------------------ |
| [RFC 855](http://www.faqs.org/rfcs/rfc855.html) | Telnet Option Specification | Full | |
| [RFC 1091](http://www.faqs.org/rfcs/rfc1091.html) | Terminal Type Negotiation | Full | |
| [MTTS](https://tintin.mudhalla.net/protocols/mtts) | MTTS Negotiation (Extends TTYPE) | Full | |
| [RFC 1073](http://www.faqs.org/rfcs/rfc1073.html) | Window Size Negotiation (NAWS) | Full | |
| [GMCP](https://tintin.mudhalla.net/protocols/gmcp) | Generic Mud Communication Protocol | Full | |
| [MSSP](https://tintin.mudhalla.net/protocols/mssp) | MSSP Negotiation | Full | Untested |
| [RFC 885](http://www.faqs.org/rfcs/rfc885.html) | End Of Record Negotiation | Full | Untested |
| [EOR](https://tintin.mudhalla.net/protocols/eor) | End Of Record Negotiation | Full | Untested |
| [MSDP](https://tintin.mudhalla.net/protocols/msdp) | Mud Server Data Protocol | Partial | Planned |
| [RFC 2066](http://www.faqs.org/rfcs/rfc2066.html) | Charset Negotiation | Partial | No TTABLE support |
| [RFC 858](http://www.faqs.org/rfcs/rfc858.html) | Suppress GOAHEAD Negotiation | No | Planned |
| [RFC 1572](http://www.faqs.org/rfcs/rfc1572.html) | New Environment Negotiation | No | Planned |
| [MNES](https://tintin.mudhalla.net/protocols/mnes) | Mud New Environment Negotiation | No | Planned |
| [MCCP](https://tintin.mudhalla.net/protocols/mccp) | Mud Client Compression Protocol | No | Rejects |
| [RFC 1950](https://tintin.mudhalla.net/rfc/rfc1950) | ZLIB Compression | No | Rejects |
| [RFC 857](http://www.faqs.org/rfcs/rfc857.html) | Echo Negotiation | No | Rejects |
| [RFC 1079](http://www.faqs.org/rfcs/rfc1079.html) | Terminal Speed Negotiation | No | Rejects |
| [RFC 1372](http://www.faqs.org/rfcs/rfc1372.html) | Flow Control Negotiation | No | Rejects |
| [RFC 1184](http://www.faqs.org/rfcs/rfc1184.html) | Line Mode Negotiation | No | Rejects |
| [RFC 1096](http://www.faqs.org/rfcs/rfc1096.html) | X-Display Negotiation | No | Rejects |
| [RFC 1408](http://www.faqs.org/rfcs/rfc1408.html) | Environment Negotiation | No | Rejects |
| [RFC 2941](http://www.faqs.org/rfcs/rfc2941.html) | Authentication Negotiation | No | Rejects |
| [RFC 2946](http://www.faqs.org/rfcs/rfc2946.html) | Encryption Negotiation | No | Rejects |

## ANSI Support, ETC?
Being a Telnet Negotiation Library, this library doesn't give support for extensions like ANSI, Pueblo, MXP, etc at this time.
Expand Down

0 comments on commit df0512e

Please sign in to comment.