Sébastien Helleu
82f4f83f2e
Version 4.2.3
2024-05-31 13:17:00 +02:00
Sébastien Helleu
101ed2b56a
xfer: fix send of data on the DCC chat buffer after /upgrade if the buffer was opened before the upgrade (issue #2092 )
2024-05-31 08:11:55 +02:00
Sébastien Helleu
d8e3dee0d3
core, relay: fix include directory of libzstd
2024-05-26 23:53:00 +02:00
Sébastien Helleu
46f671abe4
irc: fix crash in split of IRC message containing a newline if the server is not given
2024-05-25 19:54:35 +02:00
Sébastien Helleu
abb13d6bcc
Version 4.2.2
2024-04-07 18:37:29 +02:00
Sébastien Helleu
0e074aa4bb
relay: set the last IRC client disconnection time only after a successful connection (issue #2103 )
2024-04-07 18:16:17 +02:00
Sébastien Helleu
ea87d42b49
exec: remove trailing space on buffers with free content when line numbers are not displayed
2024-04-07 18:10:08 +02:00
Sébastien Helleu
88cd804eb7
exec: add missing exec tags in lines of buffers with free content (issue #2086 )
2024-04-07 18:09:03 +02:00
Sébastien Helleu
3d5d5a64ee
core: fix tests on function strftimeval on Alpine
2024-03-24 21:02:08 +01:00
Trygve Aaberge
fe14cedf92
core: make search_stop scroll to search start position (issue #2093 )
...
When you run /input search_stop it should scroll to the scroll position
the buffer was at before starting the search, rather than to the bottom
of the buffer.
Fixes a regression introduced in commit b83b428c5c
Fixes #2093
2024-03-13 13:52:42 +01:00
Sébastien Helleu
90b96f9cdd
python: fix truncation of unsigned long long integer returned by function string_parse_size
2024-02-25 17:12:41 +01:00
Sébastien Helleu
c6e11ac95b
tcl: fix truncation of long integer returned by function hdata_long
2024-02-25 16:16:42 +01:00
Sébastien Helleu
4f6af9cf81
core: add missing mouse events "alt-ctrl-button2" and "alt-ctrl-button3"
2024-02-25 13:49:13 +01:00
Sébastien Helleu
641f477c3c
script: always display list of scripts when searching scripts with /script search (issue #2077 )
2024-02-21 21:40:09 +01:00
Sébastien Helleu
0762856b85
script: fix default mouse keys (issue #2076 )
...
Some parameters of command `/script` were renamed in commit
85b5bacfe3 but the default mouse keys were not
changed and still using the old parameters names.
2024-02-21 21:20:41 +01:00
Sébastien Helleu
c576af67b3
irc: add missing tags on self action messages when capability echo-message is enabled (issue #2074 )
2024-02-16 21:06:37 +01:00
Sébastien Helleu
9aa2cbd365
core: move lines from 4.1.0 to 4.2.0 in ChangeLog
2024-02-11 14:37:26 +01:00
Sébastien Helleu
798e6fe4cc
core: add again line about function hook_url in ChangeLog (issue #1723 )
2024-02-11 14:23:16 +01:00
Sébastien Helleu
65a7d92b93
trigger: fix memory leak when adding a new trigger with /trigger command
2024-02-10 18:00:51 +01:00
Sébastien Helleu
9b846cb947
scripts: fix crash on script unload when a hook is created in a buffer close callback (issue #2067 )
2024-02-04 13:59:44 +01:00
Sébastien Helleu
9ad62dec1e
Version 4.2.1
2024-01-22 18:46:53 +01:00
Sébastien Helleu
f9cc10005c
irc: fix random date displayed when a received message contains tags but no "time" (issue #2064 )
2024-01-22 13:59:46 +01:00
Sébastien Helleu
017d9bd975
Version 4.2.0
2024-01-21 09:33:14 +01:00
Sébastien Helleu
d5b61f565e
core: add versions 4.0.8 and 4.1.3 in ChangeLog and release notes
2024-01-20 09:27:35 +01:00
Sébastien Helleu
869fba9f74
irc: add tests on info functions (issue #2059 )
2024-01-12 17:58:36 +01:00
Sébastien Helleu
becdf76224
irc: check if arguments are not NULL in some infos
...
Affected infos:
- irc_server_isupport
- irc_server_isupport_value
- irc_server_cap
- irc_server_cap_value
2024-01-12 17:57:50 +01:00
Sébastien Helleu
8e252955da
irc: fix info "irc_is_message_ignored" ( closes #2059 )
2024-01-12 17:53:19 +01:00
Sébastien Helleu
d8704d5c74
core: add variable "opening" in buffer, do not send buffer signals when the buffer is opening
2024-01-06 19:26:39 +01:00
Sébastien Helleu
57a206287a
irc: fix display of self messages in case of message split failure
...
When the message sends inconsistent max lengths in message 005, the split of
self message fails and causes a display issue: the channel name is displayed
with the message:
nick | #channel :this is a test
instead of:
nick | this is a test
2024-01-05 21:36:58 +01:00
Sébastien Helleu
f6ba789c3d
api: add function util_parse_time (issue #649 )
2024-01-05 19:09:19 +01:00
Faisal N Jawdat
5c65a73432
ruby: add detection for Ruby 3.3
2023-12-26 21:08:50 +01:00
Sébastien Helleu
9fb3d3f14c
core: store microseconds in buffer lines ( closes #649 )
2023-12-26 19:44:37 +01:00
Sébastien Helleu
31881ebacf
api: add property "type" in function buffer_get_string
2023-12-24 16:53:16 +01:00
Sébastien Helleu
76a3f85831
core: fix typo in ChangeLog
2023-12-15 22:59:20 +01:00
Sébastien Helleu
75dc8b9d6c
core: fix crash on plugin reload when using musl libs ( closes #2052 )
2023-12-15 22:53:51 +01:00
Sébastien Helleu
1cc59edfcc
core: fix infinite loop in display when the chat area is too small ( closes #2053 )
2023-12-14 23:12:39 +01:00
Sébastien Helleu
b3422b96c0
irc: add option irc.look.display_host_wallops
2023-12-10 21:13:00 +01:00
Sébastien Helleu
a39a1832a1
Revert "core: fix detection of gettext headers on Darwin ( closes #2031 )"
...
This reverts commit 80fa597a71 .
2023-12-04 21:21:49 +01:00
Sébastien Helleu
80fa597a71
core: fix detection of gettext headers on Darwin ( closes #2031 )
2023-12-04 21:02:26 +01:00
Sébastien Helleu
8c3b7b6c6e
core: add versions 4.0.7 and 4.1.2 in ChangeLog and release notes
2023-12-03 19:25:20 +01:00
Sébastien Helleu
52f32e5612
tests: add tests on plugin config functions
2023-12-02 13:24:42 +01:00
Sébastien Helleu
d6796edac0
tests: add tests on plugin API info functions
2023-12-02 11:40:28 +01:00
Sébastien Helleu
038eae07bd
api: add info "mouse"
2023-12-02 09:43:36 +01:00
Sébastien Helleu
445d1d0ec5
api: return NULL instead of empty infolist "key" when context is not found
2023-12-02 09:40:01 +01:00
Sébastien Helleu
22fcb91e8b
irc: display messages 730/731 even if command /notify was not used ( closes #2049 )
2023-11-29 18:14:37 +01:00
Sébastien Helleu
f7b7e3975a
irc: add server option "anti_flood", remove server options "anti_flood_prio_{high|low}" (issue #1039 )
...
The new option is set in milliseconds.
2023-11-29 09:49:27 +01:00
Sébastien Helleu
e74b5db253
irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued
2023-11-26 18:58:48 +01:00
Sébastien Helleu
6d427421de
irc: add option irc.look.list_buffer
2023-11-24 19:42:28 +01:00
Sébastien Helleu
479ab5bc58
core: evaluate expressions even when the suffix is missing (issue #2042 , issue #1714 )
2023-11-23 08:49:54 +01:00
Sébastien Helleu
87f74e9f95
core: add syntax highlighting in evaluation of expressions, add option weechat.color.eval_syntax_colors (issue #2042 )
...
Syntax highlighting (raw string without evaluation): `${raw_hl:xxx}`
Syntax highlighting: `${hl:xxx}`
2023-11-23 08:49:54 +01:00