Age | Commit message (Collapse) | Author | |
---|---|---|---|
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) | |||
2023-05-29 | irc: add command `/action` (closes #201, issue #1577), remove alias `action` | Sébastien Helleu | |
2023-05-27 | alias: add option `missing` in command `/alias` | Sébastien Helleu | |
2023-05-27 | alias: add alias `action` to send a CTCP ACTION to a channel or a nick ↵ | Sébastien Helleu | |
(issue #1577) | |||
2023-05-27 | irc: add missing host tag in self messages with cap echo-message enabled ↵ | Sébastien Helleu | |
(issue #139) | |||
2023-05-27 | irc: fix display of STATUSMSG CTCP ACTION to channel with cap echo-message ↵ | Sébastien Helleu | |
enabled (issue #139, issue #1577) | |||
2023-05-27 | irc: fix display of outgoing CTCP when channel/private buffer doesn't exist | Sébastien Helleu | |
2023-05-27 | irc: fix display of outgoing STATUSMSG CTCP ACTION without arguments | Sébastien Helleu | |
2023-05-27 | irc: remove extra space in CTCP ACTION message sent without arguments | Sébastien Helleu | |
Now when doing `/me` (without arguments), the message sent is: PRIVMSG #test :\x01ACTION\x01 instead of: PRIVMSG #test :\x01ACTION \x01 | |||
2023-05-27 | irc: fix split of CTCP message with no arguments | Sébastien Helleu | |
2023-05-27 | irc: display STATUSMSG actions differently from standard actions on channels ↵ | Sébastien Helleu | |
(closes #1577, issue #139) | |||
2023-05-27 | irc: fix send of empty action with `/me` command | Sébastien Helleu | |
2023-05-26 | core: remove WeeChat website from SRC_URI in cygport file | Sébastien Helleu | |
2023-05-26 | core: update ChangeLog | Sébastien Helleu | |
2023-05-26 | tests: add tests on IRC message/notice/action/CTCP sent with cap ↵ | Sébastien Helleu | |
echo-message enabled (issue #139) | |||
2023-05-26 | tests: remove capabilities added after the end of tests | Sébastien Helleu | |
2023-05-26 | tests: add tests on IRC message/notice/action/CTCP sent (issue #139) | Sébastien Helleu | |
2023-05-26 | irc: add missing nick tag in self CTCP ACTION displayed (issue #139) | Sébastien Helleu | |
2023-05-26 | irc: display CTCP ACTION to channel on the channel buffer (issue #139, ↵ | Sébastien Helleu | |
closes #207) | |||
2023-05-26 | doc/user: rewrite IRC smart filter chapter, add detail on all filtered messages | Sébastien Helleu | |
2023-05-26 | doc/user: display 3 levels instead of 2 in TOC | Sébastien Helleu | |
2023-05-25 | core: update German translations | Nils Görs | |
2023-05-25 | irc: display actions sent with `/me` in private buffer instead of server ↵ | Sébastien Helleu | |
buffer (issue #139) | |||
2023-05-25 | irc: fix display of actions sent with `/me` (issue #139) | Sébastien Helleu | |
2023-05-25 | irc: fix duplicated CTCP messages displayed when capability "echo-message" ↵ | Sébastien Helleu | |
is enabled (issue #139) | |||
2023-05-25 | irc: hide messages sent with `/msg` to a nick when capability "echo-message" ↵ | Sébastien Helleu | |
is enabled (issue #139) | |||
2023-05-25 | irc: hide CTCP messages sent with `/ctcp` when capability "echo-message" is ↵ | Sébastien Helleu | |
enabled (issue #139) | |||
2023-05-25 | irc: hide self actions sent with `/me` when capability "echo-message" is ↵ | Sébastien Helleu | |
enabled (issue #139) | |||
2023-05-23 | tests: remove import of unused headers | Sébastien Helleu | |
2023-05-23 | doc/user: move IRCv3 chapter outside "Servers" | Sébastien Helleu | |
2023-05-23 | irc: add support of capability "echo-message" (closes #139) | Sébastien Helleu | |
2023-05-23 | irc: fix display of status privmsg/notice, add missing tags in messages ↵ | Sébastien Helleu | |
(issue #139) The status PRIVMSG and NOTICE are now displayed the same way for outgoing and received messages: Msg(alice) -> @#test: message for ops Notice(alice) -> @#test: notice for ops And any message like this is displayed with these tags if the nick is self nick (case of a bouncer or if capability "echo-message" is enabled): "self_msg", "notify_none", "no_highlight". | |||
2023-05-23 | irc: fix order of tags in outgoing messages | Sébastien Helleu | |
The order of tags in message doesn't matter, but this is for the sake of consistency with the other messages displayed. | |||
2023-05-23 | irc: add missing tags "irc_cap" and "log3" in cap messages (client capability) | Sébastien Helleu | |