Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-10 | core: 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-10 | trigger: 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-10 | core: update instructions in cygport file | Sébastien Helleu | |
2023-06-10 | exec: remove trailing "M" (carriage return) in output of commands | Sé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-07 | core: add new IRC capabilities in release notes | Sébastien Helleu | |
2023-06-06 | doc: increase sectnumlevels to 2 (user/scripting/quickstart/relay/dev) | Sébastien Helleu | |
2023-06-05 | guile: fix crash when plugin is loaded on GNU/Hurd (closes #1951) | Sébastien Helleu | |
2023-06-05 | debian: update changelog | Sébastien Helleu | |
2023-06-05 | doc: fix URLs to WeeChat docs | Sébastien Helleu | |
2023-06-05 | tests: fix checks on integers in relay irc protocol tests | Sébastien Helleu | |
2023-06-05 | tests: add missing include of string.h in logger tests | Sébastien Helleu | |
2023-06-05 | doc/relay: add option "escape_commands" in handshake response and examples | Sébastien Helleu | |
2023-06-05 | Version 4.0.0-rc1 | Sébastien Helleu | |
2023-06-05 | logger: fix display of multiline messages in backlog (closes #1926) | Sébastien Helleu | |
2023-06-05 | tests: add tests on logger tail functions (issue #1926) | Sébastien Helleu | |
2023-06-05 | logger: return arraylist instead of custom linked list in logger_tail_file ↵ | Sébastien Helleu | |
(issue #1926) | |||
2023-06-04 | doc: update German documentation | Nils Görs | |
2023-06-04 | core: update German translations | Nils Görs | |
2023-06-04 | irc: add tag "new_host_xxx" in message displayed for command CHGHOST (closes ↵ | Sébastien Helleu | |
#1808) | |||
2023-06-03 | core: update ChangeLog (issue #1950) | Sébastien Helleu | |
2023-06-03 | doc/user: add new FIFO syntax (issue #1950) | Sébastien Helleu | |
2023-06-03 | fifo: allow using escape characters | Trygve 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-03 | irc: add option irc.look.display_host_notice | Sébastien Helleu | |
2023-06-03 | relay: add handshake option "escape_commands" in weechat protocol | Sébastien Helleu | |
2023-06-03 | core: update German translations | Nils Görs | |
2023-06-03 | core: specify irc protocol for relay changes | Sébastien Helleu | |
2023-06-03 | doc: fix formatting issues with links that target a blank window | Sébastien Helleu | |
2023-06-03 | relay: add support of capability "echo-message" (closes #1949) | Sébastien Helleu | |
2023-06-03 | irc: add infos "irc_server_cap" and "irc_server_cap_value" (issue #1949) | Sébastien Helleu | |
2023-06-02 | tests: add tests on relay "irc" protocol | Sébastien Helleu | |
2023-06-02 | irc: add missing "user" in documentation of functions | Sébastien Helleu | |
2023-06-02 | relay: 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-02 | relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and ↵ | Sébastien Helleu | |
"relay_client_irc_out" | |||
2023-06-02 | core: fix weechat.look.align_multiline_words not working | Trygve Aaberge | |
This option was broken with commit 031bd45e3. | |||
2023-05-31 | tests: create and close server buffer in tests on function irc_join_split | Sébastien Helleu | |
2023-05-31 | tests: fix close of channel buffers after tests on function irc_join_split | Sébastien Helleu | |
2023-05-31 | ruby: fix crash in display of exception backtrace with Ruby 3 (issue #1631, ↵ | Sébastien Helleu | |
issue #1886) | |||
2023-05-31 | core: update German translations | Nils Görs | |
2023-05-30 | doc: update Serbian documentation | Ivan Pešić | |
2023-05-30 | core: update Serbian messages translation | Ivan Pešić | |
2023-05-30 | core: send all command line parameters not beginning with a dash to all ↵ | Sébastien Helleu | |
plugins, add info "auto_load_scripts" This fixes an issue with IRC URL given on command line when it starts with `ircs://` or `irc6://`: the server is not created at all (only `irc://` works fine). | |||
2023-05-30 | fset: reset color immediately after the color name (issue #1920) | Sébastien Helleu | |
2023-05-30 | core: update ChangeLog (issue #1920) | Sébastien Helleu | |
2023-05-29 | doc: update German documentation | Nils Görs | |
2023-05-29 | core: set word_end_offset to character after word | Trygve Aaberge | |
It seemed strange to me to have word_end_offset point to the last character in the word, rather than the character after the word, especially now with the word stopping before a newline character which meant word_end_offset would be -1 if there was no characters before the newline character. | |||
2023-05-29 | core: fix chat colors at certain positions not being applied | Trygve Aaberge | |
The new rendering of multiline lines had some issues with colors at certain positions not being applied. The color would not be applied if the color code was at either of these positions: - At the start of a line after a newline character - At the end of a line after a space and before a newline character - At a line by itself before a newline character The way I had done it by considering newline characters as a word in gui_chat_get_word_info with a variable specifying that it's newline characters became messy and didn't really make sense, so rather than doing this, I changed gui_chat_get_word_info to stop before the first newline character. That way, we can just check if we are at a newline character at the start of the loop, and don't need any more special handling. Fixes #1928 | |||
2023-05-29 | tests: add tests on manual CTCP ACTION sent to IRC channel | Sébastien Helleu | |
2023-05-29 | irc: fix display of CTCP ACTION sent without parameters nor space | Sébastien Helleu | |
2023-05-29 | irc: remove unneeded extra check on "\01ACTION " in ↵ | Sébastien Helleu | |
irc_input_user_message_display | |||
2023-05-29 | irc: hide password in messages to nickserv with cap echo-message enabled ↵ | Sébastien Helleu | |
(issue #139) |