Libera-Chat / sable

GNU Affero General Public License v3.0
88 stars 8 forks source link

Increase MAX_MSG_SIZE to support message-tags #136

Closed progval closed 3 months ago

progval commented 3 months ago

Technically we don't currently support messages with more than 4kiB of tags (in C2S because there are no server tags, in S2C because we don't relay client tags), but we might as well bump it to 8kiB already, as we are probably going to support relaying client tags soon.