Skip to content

Commit

Permalink
weechat: Update to 4.3.2 (#2882)
Browse files Browse the repository at this point in the history
**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**

- [x] Package was built and tested against unstable
  • Loading branch information
ermo authored Jun 7, 2024
2 parents f212928 + f765e04 commit d6a6eaf
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions packages/w/weechat/abi_symbols
Original file line number Diff line number Diff line change
Expand Up @@ -915,6 +915,7 @@ irc.so:irc_channel_display_nick_back_in_pv
irc.so:irc_channel_free
irc.so:irc_channel_free_all
irc.so:irc_channel_get_auto_chantype
irc.so:irc_channel_get_buffer_input_prompt
irc.so:irc_channel_hdata_channel_cb
irc.so:irc_channel_hdata_channel_speaking_cb
irc.so:irc_channel_is_channel
Expand Down Expand Up @@ -2836,6 +2837,7 @@ relay.so:relay_config_irc_backlog_time_format
relay.so:relay_config_look_auto_open_buffer
relay.so:relay_config_look_display_clients
relay.so:relay_config_look_raw_messages
relay.so:relay_config_look_raw_messages_max_length
relay.so:relay_config_network_allow_empty_password
relay.so:relay_config_network_allowed_ips
relay.so:relay_config_network_auth_timeout
Expand Down
6 changes: 3 additions & 3 deletions packages/w/weechat/package.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name : weechat
version : 4.3.1
release : 82
version : 4.3.2
release : 83
source :
- https://github.com/weechat/weechat/archive/refs/tags/v4.3.1.tar.gz : fd0672b0f4c501f685cff705f14ec499c8d307e9453dddeb0344207eb6b2a58a
- https://github.com/weechat/weechat/archive/refs/tags/v4.3.2.tar.gz : f3311a523d4b19c1ebed15dab7a2913bd0edabf69be345fe2095ff4e64506537
homepage : https://weechat.org
license : GPL-3.0-or-later
summary : WeeChat is a fast, light and extensible chat client.
Expand Down
16 changes: 8 additions & 8 deletions packages/w/weechat/pspec_x86_64.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
<Name>weechat</Name>
<Homepage>https://weechat.org</Homepage>
<Packager>
<Name>Joey Riches</Name>
<Email>[email protected]</Email>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
</Packager>
<License>GPL-3.0-or-later</License>
<PartOf>network.irc</PartOf>
Expand Down Expand Up @@ -72,20 +72,20 @@
</Description>
<PartOf>programming.devel</PartOf>
<RuntimeDependencies>
<Dependency release="82">weechat</Dependency>
<Dependency release="83">weechat</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/weechat/weechat-plugin.h</Path>
<Path fileType="data">/usr/lib/pkgconfig/weechat.pc</Path>
</Files>
</Package>
<History>
<Update release="82">
<Date>2024-06-05</Date>
<Version>4.3.1</Version>
<Update release="83">
<Date>2024-06-06</Date>
<Version>4.3.2</Version>
<Comment>Packaging update</Comment>
<Name>Joey Riches</Name>
<Email>[email protected]</Email>
<Name>Evan Maddock</Name>
<Email>[email protected]</Email>
</Update>
</History>
</PISI>

0 comments on commit d6a6eaf

Please sign in to comment.