From 09981d3ff3f10e452cf3e0efd551185c9043fc46 Mon Sep 17 00:00:00 2001 From: Harry Cordewener Date: Sun, 7 Jan 2024 15:43:41 -0600 Subject: [PATCH] Documentation update on EOR. --- README.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 30526f2..46d756d 100644 --- a/README.md +++ b/README.md @@ -17,8 +17,8 @@ This library is in a state where breaking changes to the interface are expected. | 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 (Extents 855) | Full | Untested | -| http://www.faqs.org/rfcs/rfc885.html | End Of Record Negotiation | Full | Untested, Error | -| https://tintin.mudhalla.net/protocols/eor | End Of Record Negotiation | Full | Untested, Error | +| 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 | | http://www.faqs.org/rfcs/rfc858.html | Suppress GOAHEAD 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 | @@ -38,9 +38,6 @@ This library is in a state where breaking changes to the interface are expected. ## ANSI Support, ETC? Being a Telnet Negotiation Library, this library doesn't give support for extensions like ANSI, Pueblo, MXP, etc at this time. -## TODO: -Implement EOR correctly. - ## Use ### Client A messy example exists in the TestClient Project.