Sébastien Helleu
6e7df56592
core: update ChangeLog (issue #2209 )
2024-11-24 16:23:38 +01:00
Sébastien Helleu
5bdbcae892
core: update ChangeLog (issue #2206 )
2024-11-24 16:16:53 +01:00
Sébastien Helleu
18364586d9
core: update ChangeLog (issue #2205 )
2024-11-24 16:08:58 +01:00
Sébastien Helleu
eaace4acdb
core: update ChangeLog
2024-11-24 11:23:36 +01:00
Sébastien Helleu
244595d94f
api: add support of flags in functions hook_signal_send and hook_hsignal_send
...
For now the only supported flag is:
- "stop_on_error": stop execution of callbacks immediately after an
error (ie return code of callback is WEECHAT_RC_ERROR) and return this code
(by default execute all callbacks and return the last return code, or return
WEECHAT_RC_EAT immediately if a callback returns this)
Example:
hook_signal_send("[flags:stop_on_error]my_signal", WEECHAT_HOOK_SIGNAL_STRING, "test");
2024-11-24 10:29:32 +01:00
Sébastien Helleu
7184d34371
irc: add infos "irc_ptr_server", "irc_ptr_channel" and "irc_ptr_nick"
2024-11-20 21:53:29 +01:00
Sébastien Helleu
93646c0b24
core: add optional hook types in command /debug hooks
2024-11-13 07:35:02 +01:00
Sébastien Helleu
74cc16ef07
core: fix too many sorts of hotlist when buffers are moved (issue #2097 )
...
A performance issue was happening when buffers are moved to another position
and when the hotlist contains a lot of buffers: each time a signal
"buffer_moved" is sent, the hotlist is sorted again.
This fix delays the resort of hotlist after all the moves are done using a
timer with a very small delay (one millisecond).
2024-11-03 23:42:57 +01:00
Sébastien Helleu
2dea224a38
api: add property hotlist_conditions in function buffer_set
2024-10-31 22:08:13 +01:00
Sébastien Helleu
84f65e1339
relay, xfer: fix letters with actions displayed on top of buffer
...
Since WeeChat 4.0.0, the actions are now case sensitive and must be typed as
lower case.
This fixes the help line displayed on top of relay and xfer buffers: letters
for actions are now displayed with lower case instead of upper case.
2024-10-31 18:17:59 +01:00
Sébastien Helleu
24fbeaf36e
core: add version 4.4.3
2024-10-30 12:48:47 +01:00
Sébastien Helleu
ad6ec011bd
relay/api: reply HTTP 400 (Bad Request) when the body received is not a dict in websocket data
2024-10-29 22:38:28 +01:00
Sébastien Helleu
488b3f8e7b
core: reload all plugins with command /plugin reload *
2024-10-20 08:38:19 +02:00
Sébastien Helleu
6dccc3181a
build: remove our own Ruby detection and rely on CMake detection, require CMake 3.18 (issue #1156 )
...
This fixes the detection of Ruby on macOS 14.
2024-10-19 11:35:30 +02:00
Sébastien Helleu
d9e1b545b4
core: add minimal GnuTLS version in ChangeLog (issue #2193 )
2024-10-13 14:07:02 +02:00
Sébastien Helleu
1bf4e466f9
core: add minimal Curl version in ChangeLog (issue #2195 )
2024-10-13 14:04:53 +02:00
Sébastien Helleu
90c23ef418
exec: fix unexpected execution of command with /exec -o when the command starts with two command chars ( closes #2199 )
2024-10-13 11:15:19 +02:00
Sébastien Helleu
bca7c7438a
api: add special value - (hyphen-minus) in options of function command_options to prevent execution of commands (issue #2199 )
2024-10-13 11:15:10 +02:00
Sébastien Helleu
00578a70e1
api: return the buffer input callback return code in functions command and command_options
2024-10-12 18:30:08 +02:00
Sébastien Helleu
8223da0fe6
core: always send the signal "buffer_switch", even when the buffer is opening ( closes #2198 )
2024-10-06 20:57:54 +02:00
Sébastien Helleu
e0ac58a26a
core: remove extra parentheses in ChangeLog
2024-10-05 14:07:14 +02:00
Sébastien Helleu
423f609828
irc: fix crash on /list buffer when a filter is set ( closes #2197 )
2024-10-05 07:48:22 +02:00
Josh Soref
aee09ad0a0
spelling: neither-nor
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 21:22:56 +02:00
Josh Soref
9e5bfd70a8
spelling: macOS
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 21:22:55 +02:00
Josh Soref
c30949b411
spelling: javascript
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:22:41 +02:00
Josh Soref
c28696e602
spelling: case-sensitive
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:22:41 +02:00
Josh Soref
0505a0ff76
spelling: case-insensitive
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:22:41 +02:00
Josh Soref
4ef3011ea9
spelling: cannot
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:22:02 +02:00
Josh Soref
969376c88a
spelling: backslashes
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:20:02 +02:00
Josh Soref
ef107fd66d
spelling: anymore
...
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com >
2024-09-28 18:20:02 +02:00
Sébastien Helleu
759ffc3d21
core: add CVE id in ChangeLog
2024-09-25 20:29:14 +02:00
Sébastien Helleu
6534919868
irc: decode IRC color codes only when displaying messages
...
Before parsing IRC messages, they were almost all changed to convert IRC color
codes to WeeChat color codes, which caused some bugs when storing data like
account and real names (stored with WeeChat color codes instead of IRC colors).
Now the messages are parsed as-is, then the colors are converted only when
strings are displayed in a buffer by `weechat_printf()`.
2024-09-22 23:05:16 +02:00
Sébastien Helleu
01103cb02a
irc: do not strip trailing spaces from incoming IRC messages
2024-09-15 21:47:32 +02:00
Sébastien Helleu
554892131d
core: update ChangeLog (issue #2180 )
2024-09-10 07:26:22 +02:00
Sébastien Helleu
7ed85f3ed3
core: add version 4.4.2
2024-09-08 12:25:42 +02:00
Sébastien Helleu
91961433e3
core: update ChangeLog ( closes #2178 )
2024-09-07 08:56:33 +02:00
Sébastien Helleu
3253500d15
irc: add option irc.look.notice_nicks_disable_notify
2024-09-02 19:55:27 +02:00
Sébastien Helleu
434c1ee3c4
relay/api: send the sync request at the same time as buffer data retrieval
...
This fixes events missed by the client when synchronizing after fetching data.
2024-08-25 21:13:38 +02:00
Sébastien Helleu
6bb4d64512
relay/api: allow array with multiple requests in websocket frame received from client
2024-08-25 20:48:52 +02:00
Sébastien Helleu
4572e46ced
relay: change input prompt label when fetching data from remote, keep remote status displayed
2024-08-24 11:25:06 +02:00
Sébastien Helleu
c1130446eb
relay: add status "data synchronization" on remote buffers
2024-08-24 11:00:52 +02:00
Sébastien Helleu
9f44a1087b
core, plugins: simplify help on parameters that can be repeated in commands
2024-08-24 10:59:21 +02:00
Sébastien Helleu
d4ca32832e
relay: redefine bar item "input_prompt" to display the connection status on remote buffers, if different from "connected"
2024-08-21 20:37:00 +02:00
Sébastien Helleu
584f54d443
core: add version 4.4.1 in ChangeLog
2024-08-19 20:51:34 +02:00
Sébastien Helleu
237955efcc
core: update ChangeLog (issue #2174 )
2024-08-17 11:28:00 +02:00
Sébastien Helleu
cba83f08a2
core: add Lua version in ChangeLog entry
2024-08-17 10:09:57 +02:00
Sébastien Helleu
fa2a87b2e5
core: update ChangeLog (issue #2173 )
2024-08-17 09:31:54 +02:00
Sébastien Helleu
532008e172
Version 4.4.0
2024-08-17 08:33:14 +02:00
Sébastien Helleu
c8dffad56c
core: add signals "layout_buffers_applied" and "layout_windows_applied" ( closes #2167 )
2024-08-16 12:36:31 +02:00
Sébastien Helleu
4de6fa11d5
core: add link to file UPGRADING.md in version 4.3.1
2024-08-16 12:05:12 +02:00