Page MenuHomeSolus

Update weechat to 3.4
ClosedPublic

Authored by EbonJaeger on Dec 18 2021, 5:18 PM.
Tags
None
Referenced Files
F11050972: D12505.diff
Thu, Aug 10, 7:39 PM
F10897159: D12505.id30437.diff
Jul 2 2023, 4:51 AM
F10891565: D12505.id30403.diff
Jun 29 2023, 5:13 AM
F10888429: D12505.diff
Jun 27 2023, 2:38 AM
F10759815: D12505.id30437.diff
May 17 2023, 10:38 PM
F10747635: D12505.id.diff
May 15 2023, 5:07 PM
Subscribers

Details

Summary

Summarized Changelog:

  • Added
    • core: add command /toggle
    • api: add parameters pointers, extra_vars and options in function hdata_search
    • api: add user variables in evaluation of expressions with define:name,value
    • api: add IRC message parameters param1 to paramN and num_params in output of irc_message_parse
    • irc: allow quotes around IRC message in command /server fakerecv
    • trigger: hide key and password in command /msg nickserv setpass nick key password
    • trigger: add support of option -server when hiding passwords in command /msg nickserv register
  • Fixes
    • core: fix memory leak in evaluated expression split:number,seps,flags,xxx when multiple strip_items are given
    • core: fix access to integer/long/time arrays in hdata
    • api: fix search of option when the section is not given in functions config_search_option and config_search_section_option
    • irc: fix join of channels with long name
    • irc: fix parsing of parameters in all IRC messages
    • irc: fix parsing of CAP message when there is no prefix
    • irc: fix parsing of TAGMSG message when there is a colon before the channel

Full changelog available here.

Test Plan

Connect to Libera IRC network, join channels, send and receive messages.

Diff Detail

Repository
R3160 weechat
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

JoshStrobl edited the summary of this revision. (Show Details)
JoshStrobl added a subscriber: JoshStrobl.

LGTM, thanks!

This revision is now accepted and ready to land.Dec 21 2021, 11:29 PM
This revision was automatically updated to reflect the committed changes.