Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase MAX_MSG_SIZE to support message-tags #136

Merged
merged 1 commit into from
Aug 11, 2024

Conversation

progval
Copy link
Contributor

@progval progval commented Aug 10, 2024

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.

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.
@spb spb merged commit 8478f07 into Libera-Chat:master Aug 11, 2024
2 checks passed
@progval progval deleted the max-msg-size branch August 12, 2024 05:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants