irc-go/ircmsg
Shivaram Lingamneni 3f429682a8 restore message truncation in ParseLineStrict
Truncation was removed in 3fafe19ebbebed. This was reconsidered and found
to be potentially dangerous, since it exposes server implementations to parsed
parameters longer than 512 bytes.

This commit does the following:

1. Restores truncation
2. Reverts the test changes
3. Retains ErrorBodyTooLong as a non-fatal error reported during truncation
2021-03-03 21:59:04 -05:00
..
doc.go Remove the alpha notifications on a bunch of libs,t hey're stable now 2017-08-09 08:32:11 +10:00
message_test.go restore message truncation in ParseLineStrict 2021-03-03 21:59:04 -05:00
message.go restore message truncation in ParseLineStrict 2021-03-03 21:59:04 -05:00
tags_test.go fix gofmt, run tests in travis 2020-11-16 17:45:34 -05:00
tags.go validate outgoing message tag content 2021-02-22 19:30:40 -05:00