-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**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
Showing
3 changed files
with
13 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> |