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

weechat: Update to 4.3.2 #2882

Merged
merged 1 commit into from
Jun 7, 2024
Merged

weechat: Update to 4.3.2 #2882

merged 1 commit into from
Jun 7, 2024

Conversation

EbonJaeger
Copy link
Member

Summary

  • relay: enable websocket extension "permessage-deflate" with "api" relay only
  • relay: add option relay.look.raw_messages_max_length
  • irc, xfer: fix display of input prompt in IRC private buffers and DCC chat buffers
  • irc: don't return pointer to irc server if the channel or nick is not found in info "irc_buffer"
  • relay: fix websocket permessage-deflate extension when the client doesn't send the max window bits parameters
  • relay: fix allocation and reinit of field "client_context_takeover" in websocket deflate structure

Signed-off-by: Evan Maddock [email protected]

Test Plan

Connect to Libera, join a channel, send and receive messages.

Checklist

  • Package was built and tested against unstable

**Summary**
- relay: enable websocket extension "permessage-deflate" with "api" relay only
- relay: add option `relay.look.raw_messages_max_length`
- irc, xfer: fix display of input prompt in IRC private buffers and DCC chat buffers
- irc: don't return pointer to irc server if the channel or nick is not found in info "irc_buffer"
- relay: fix websocket permessage-deflate extension when the client doesn't send the max window bits parameters
- relay: fix allocation and reinit of field "client_context_takeover" in websocket deflate structure

Signed-off-by: Evan Maddock <[email protected]>
Copy link
Contributor

@ermo ermo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ermo ermo merged commit d6a6eaf into main Jun 7, 2024
1 check passed
@ermo ermo deleted the weechat-update branch June 7, 2024 15:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants