irc-go/ircutils
Shivaram Lingamneni 3a457e3fa0 ircmsg: UTF8-aware truncation during parsing
A message that exceeds the length limit is a protocol violation, so handling
is implementation-defined and it's not really a correctness issue for us to
truncate it additionally.

Also move TruncateUTF8Safe into ircmsg (providing an alias in ircutils for
API compatibility).
2023-02-16 09:46:57 -05:00
..
doc.go Add ircutils package 2016-11-28 16:27:27 +10:00
hostnames.go Add ircutils package 2016-11-28 16:27:27 +10:00
unicode.go ircmsg: UTF8-aware truncation during parsing 2023-02-16 09:46:57 -05:00
unicode_test.go ircmsg: UTF8-aware truncation during parsing 2023-02-16 09:46:57 -05:00