summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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 capabilit...Sébastien Helleu
2023-06-02relay: add modifiers "relay_client_irc_in", "relay_client_irc_out1" and "rela...Sébastien Helleu
2023-06-02core: fix weechat.look.align_multiline_words not workingTrygve Aaberge
2023-05-31ruby: fix crash in display of exception backtrace with Ruby 3 (issue #1631, i...Sébastien Helleu
2023-05-30core: send all command line parameters not beginning with a dash to all plugi...Sébastien Helleu
2023-05-30fset: reset color immediately after the color name (issue #1920)Sébastien Helleu
2023-05-29core: set word_end_offset to character after wordTrygve Aaberge
2023-05-29core: fix chat colors at certain positions not being appliedTrygve Aaberge
2023-05-29irc: fix display of CTCP ACTION sent without parameters nor spaceSébastien Helleu
2023-05-29irc: remove unneeded extra check on "\01ACTION " in irc_input_user_message_di...Sébastien Helleu
2023-05-29irc: hide password in messages to nickserv with cap echo-message enabled (iss...Sébastien Helleu
2023-05-29irc: add command `/action` (closes #201, issue #1577), remove alias `action`Sébastien Helleu
2023-05-27alias: add option `missing` in command `/alias`Sébastien Helleu
2023-05-27alias: add alias `action` to send a CTCP ACTION to a channel or a nick (issue...Sébastien Helleu
2023-05-27irc: add missing host tag in self messages with cap echo-message enabled (iss...Sébastien Helleu
2023-05-27irc: fix display of STATUSMSG CTCP ACTION to channel with cap echo-message en...Sébastien Helleu
2023-05-27irc: fix display of outgoing CTCP when channel/private buffer doesn't existSébastien Helleu
2023-05-27irc: fix display of outgoing STATUSMSG CTCP ACTION without argumentsSébastien Helleu
2023-05-27irc: remove extra space in CTCP ACTION message sent without argumentsSébastien Helleu
2023-05-27irc: fix split of CTCP message with no argumentsSébastien Helleu
2023-05-27irc: display STATUSMSG actions differently from standard actions on channels ...Sébastien Helleu
2023-05-27irc: fix send of empty action with `/me` commandSébastien Helleu
2023-05-26irc: add missing nick tag in self CTCP ACTION displayed (issue #139)Sébastien Helleu
2023-05-26irc: display CTCP ACTION to channel on the channel buffer (issue #139, closes...Sébastien Helleu
2023-05-25irc: display actions sent with `/me` in private buffer instead of server buff...Sébastien Helleu
2023-05-25irc: fix display of actions sent with `/me` (issue #139)Sébastien Helleu
2023-05-25irc: fix duplicated CTCP messages displayed when capability "echo-message" is...Sébastien Helleu
2023-05-25irc: hide messages sent with `/msg` to a nick when capability "echo-message" ...Sébastien Helleu
2023-05-25irc: hide CTCP messages sent with `/ctcp` when capability "echo-message" is e...Sébastien Helleu
2023-05-25irc: hide self actions sent with `/me` when capability "echo-message" is enab...Sébastien Helleu
2023-05-23irc: add support of capability "echo-message" (closes #139)Sébastien Helleu
2023-05-23irc: fix display of status privmsg/notice, add missing tags in messages (issu...Sébastien Helleu
2023-05-23irc: fix order of tags in outgoing messagesSébastien Helleu
2023-05-23irc: add missing tags "irc_cap" and "log3" in cap messages (client capability)Sébastien Helleu
2023-05-23irc: add missing tag "log3" in notify messagesSébastien Helleu
2023-05-22script: remove trailing "J" (line feed char) in source of scripts displayedSébastien Helleu
2023-05-20logger: add option logger.file.log_conditions (closes #1942)Sébastien Helleu
2023-05-20xfer: create buffer with function buffer_new_props (issue #1942)Sébastien Helleu
2023-05-20trigger: create buffer with function buffer_new_props (issue #1942)Sébastien Helleu
2023-05-20script: create buffer with function buffer_new_props (issue #1942)Sébastien Helleu
2023-05-20relay: create buffers with function buffer_new_props (issue #1942)Sébastien Helleu
2023-05-20fset: create buffer with function buffer_new_props (issue #1942)Sébastien Helleu
2023-05-20exec: create buffer with function buffer_new_props (issue #1942)Sébastien Helleu
2023-05-20irc: create server/channel/raw buffers with function buffer_new_props (issue ...Sébastien Helleu
2023-05-18irc: optimize and reuse irc_channel_rejoinSimmo Saan
2023-05-18irc: use key when /join-ing in open channel bufferSimmo Saan