summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-06-25core: fix format in Czech translationSébastien Helleu
2023-06-24doc: updated polish translationKrzysztof Korościk
2023-06-24Version 4.1.0-devSébastien Helleu
2023-06-24Version 4.0.0Sébastien Helleu
2023-06-23doc/user: fix typo in French translationSébastien Helleu
2023-06-23core: update German translationsNils Görs
2023-06-19core: update ChangeLogSébastien Helleu
2023-06-17core: ignore rest of config file if config version is invalid or not supportedSébastien Helleu
2023-06-16core: update German translationsNils Görs
2023-06-15exec: fix URL to plugin API reference in /help execSébastien Helleu
2023-06-15doc/user: fix URL to plugin API referenceSébastien Helleu
2023-06-15relay: add IPv6 example in /help relay.network.bind_addressSébastien Helleu
2023-06-12core: replace Debian Bullseye by Bookworm in Debian build scriptSébastien Helleu
2023-06-12doc/user: update dependencies versions to Debian BookwormSébastien Helleu
2023-06-12doc/user: fix description of key ctrl+q in search contextSébastien Helleu
2023-06-11core: update German translationsNils Görs
2023-06-11relay: fix crash on `/upgrade` when at least a client is connected with ↵Sébastien Helleu
weechat protocol
2023-06-10core: add completions "filters_names_disabled" and "filters_names_enabled"Sébastien Helleu
They are used in completion of commands `/filter disable` and `/filter enable`.
2023-06-10trigger: add completions "trigger_names_disabled" and "trigger_names_enabled"Sébastien Helleu
They are used in completion of commands `/trigger disable` and `/trigger enable`.
2023-06-10core: update instructions in cygport fileSébastien Helleu
2023-06-10exec: remove trailing "M" (carriage return) in output of commandsSébastien Helleu
Regression was indirectly caused by commit d18f68e497c4244404ff8f4f50de82717b178e09 in core that allows to display all control chars in buffers. But the fix is in exec plugin: end of line in command output can now be "\r\n" in addition to a single "\n".
2023-06-07core: add new IRC capabilities in release notesSébastien Helleu
2023-06-06doc: increase sectnumlevels to 2 (user/scripting/quickstart/relay/dev)Sébastien Helleu
2023-06-05guile: fix crash when plugin is loaded on GNU/Hurd (closes #1951)Sébastien Helleu
2023-06-05debian: update changelogSébastien Helleu
2023-06-05doc: fix URLs to WeeChat docsSébastien Helleu
2023-06-05tests: fix checks on integers in relay irc protocol testsSébastien Helleu
2023-06-05tests: add missing include of string.h in logger testsSébastien Helleu
2023-06-05doc/relay: add option "escape_commands" in handshake response and examplesSébastien Helleu
2023-06-05Version 4.0.0-rc1Sébastien Helleu
2023-06-05logger: fix display of multiline messages in backlog (closes #1926)Sébastien Helleu
2023-06-05tests: add tests on logger tail functions (issue #1926)Sébastien Helleu
2023-06-05logger: return arraylist instead of custom linked list in logger_tail_file ↵Sébastien Helleu
(issue #1926)
2023-06-04doc: update German documentationNils Görs
2023-06-04core: update German translationsNils Görs
2023-06-04irc: add tag "new_host_xxx" in message displayed for command CHGHOST (closes ↵Sébastien Helleu
#1808)
2023-06-03core: update ChangeLog (issue #1950)Sébastien Helleu
2023-06-03doc/user: add new FIFO syntax (issue #1950)Sébastien Helleu
2023-06-03fifo: allow using escape charactersTrygve Aaberge
This allows you to use escape characters if you start the fifo command with \ instead of *, in the same way as the escape_commands option in the relay protocol. This allows you to send commands consisting of multiple lines by using \n if the buffer has input_multiline set.
2023-06-03irc: add option irc.look.display_host_noticeSébastien Helleu
2023-06-03relay: add handshake option "escape_commands" in weechat protocolSébastien Helleu
2023-06-03core: update German translationsNils Görs
2023-06-03core: specify irc protocol for relay changesSébastien Helleu
2023-06-03doc: fix formatting issues with links that target a blank windowSébastien Helleu
2023-06-03relay: add support of capability "echo-message" (closes #1949)Sébastien Helleu
2023-06-03irc: add infos "irc_server_cap" and "irc_server_cap_value" (issue #1949)Sébastien Helleu
2023-06-02tests: add tests on relay "irc" protocolSébastien Helleu
2023-06-02irc: add missing "user" in documentation of functionsSébastien Helleu
2023-06-02relay: fix connection with IRC clients sending "CAP REQ :" (without ↵Sébastien Helleu
capability) and not sending "CAP END" (issue #1040, issue #1796) The bug was fixed in version 2.0 (issue #1040) but a regression in version 3.7 happened while using the new IRC parser for message arguments (issue #1796, commit 96ed47126130ac62350aef4a9236009b7fc3cd5f).
2023-06-02relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and ↵Sébastien Helleu
"relay_client_irc_out"