From 5fa10c82f974e605f23cc7cf72c1c42954e78461 Mon Sep 17 00:00:00 2001 From: Luxferre Date: Fri, 25 Oct 2024 10:22:13 +0300 Subject: [PATCH] ii-doc.txt typo --- ii-doc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ii-doc.txt b/ii-doc.txt index e6f4b36..92ac315 100644 --- a/ii-doc.txt +++ b/ii-doc.txt @@ -124,7 +124,7 @@ Implementation notes * Most HTTP servers are configured to reject long GET lines, so tii passes a limited amount of message IDs to the /u/m endpoints. This behaviour can be configured in the stations.txt file. -* Some of the crucial validations is for message IDs to be 20 lines and for +* Some of the crucial validations are for message IDs to be 20 lines and for all messages (Node-to-Point and Point-to-Node) to strictly have LF line endings, not CRLF. * The message order in an echo does not always match the timestamp ordering;