Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | buflist: increase max number of buflist items from 3 to 5 (closes #1703) | Sébastien Helleu | |
2023-07-04 | script: fix buffer used by command `/script list -i|-il|-o|-ol` | Sébastien Helleu | |
The command is now executed on the buffer where it is received instead of the current buffer (in most cases this is the same buffer, but could be different sometimes). | |||
2023-07-04 | script: fix cursor position after `/script list -i` or `/script list -il` | Sébastien Helleu | |
2023-07-04 | trigger: add options `-o`, `-ol`, `-i` and `-il` in command `/trigger list` ↵ | Sébastien Helleu | |
(closes #1953) | |||
2023-07-01 | tests/relay: fix crash in tests on Alpine 3.18 | Sébastien Helleu | |
2023-06-27 | guile: fix crash on quit with Guile < 3 (issue #1965) | Sébastien Helleu | |
2023-06-27 | api: do not convert option name to lower case in API functions ↵ | Sébastien Helleu | |
config_set_plugin and config_set_desc_plugin | |||
2023-06-26 | irc: fix display of country code in message 344 received as whois geo info ↵ | Sébastien Helleu | |
(issue #1736) | |||
2023-06-26 | irc: sent "QUIT" message to servers connected with TLS on `/upgrade` | Sébastien Helleu | |
2023-06-26 | irc: display commands 716/717 in private buffer (if present) (closes #146) | Sébastien Helleu | |
Commands 716/717 are returned if the target user has mode +g, they look like this: :server 716 my_nick bob :is in +g mode and must manually allow you to message them. Your message was discarded. :server 717 my_nick bob :has been informed that you messaged them. | |||
2023-06-26 | api: add info "buffer" (closes #1962) | Sébastien Helleu | |
This info returns a pointer buffer with its full name. | |||
2023-06-25 | irc: reply to a CTCP request sent to self nick (closes #1966) | Sébastien Helleu | |
2023-06-15 | exec: fix URL to plugin API reference in /help exec | Sébastien Helleu | |
2023-06-15 | relay: add IPv6 example in /help relay.network.bind_address | Sébastien Helleu | |
2023-06-11 | relay: fix crash on `/upgrade` when at least a client is connected with ↵ | Sébastien Helleu | |
weechat protocol | |||
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 | 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-05 | guile: fix crash when plugin is loaded on GNU/Hurd (closes #1951) | Sébastien Helleu | |
2023-06-05 | doc: fix URLs to WeeChat docs | Sébastien Helleu | |
2023-06-05 | logger: fix display of multiline messages in backlog (closes #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 | irc: add tag "new_host_xxx" in message displayed for command CHGHOST (closes ↵ | Sébastien Helleu | |
#1808) | |||
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 | 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-05-31 | ruby: fix crash in display of exception backtrace with Ruby 3 (issue #1631, ↵ | Sébastien Helleu | |
issue #1886) | |||
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-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 | 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) |