ergochat / ergo

A modern IRC server (daemon/ircd) written in Go.
https://ergo.chat/
MIT License
2.27k stars 180 forks source link

tweaks to websocket handling #2038

Closed slingamn closed 1 year ago

slingamn commented 1 year ago

This is #2037 (an optimization) plus a correctness issue that should get a changelog entry.

slingamn commented 1 year ago

As a follow-up to #2039 I might consider doing an additional utf8.Valid check on all outgoing websocket messages. It's cheap, doesn't allocate, and provides defense in depth against issues like these.