Sébastien Helleu
720a7e5a99
python: fix truncation of unsigned long long integer returned by function string_parse_size
2024-02-25 17:10:32 +01:00
Sébastien Helleu
33a6c852b7
tcl: fix truncation of long integer returned by function hdata_long
2024-02-25 16:16:02 +01:00
Sébastien Helleu
53fdd3458b
core: add missing mouse events "alt-ctrl-button2" and "alt-ctrl-button3"
2024-02-25 13:46:24 +01:00
Sébastien Helleu
32c66a10a5
script: always display list of scripts when searching scripts with /script search (issue #2077 )
2024-02-21 21:39:03 +01:00
Sébastien Helleu
134b639782
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:16:25 +01:00
Sébastien Helleu
3ac74b94db
trigger: fix memory leak when adding a new trigger with /trigger command
2024-02-10 17:58:24 +01:00
Faisal N Jawdat
769b64fb5b
ruby: add detection of Ruby 3.3
2024-02-04 14:14:34 +01:00
Sébastien Helleu
ad4529dc39
Version 4.1.3
2024-01-20 09:18:02 +01:00
Sébastien Helleu
1eed2d0e50
core: add version 4.0.8 in ChangeLog and release notes
2024-01-20 09:11:53 +01:00
Sébastien Helleu
5cb0f201f5
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 18:02:54 +01:00
Sébastien Helleu
4cd22e470c
irc: fix info "irc_is_message_ignored" (issue #2059 )
2024-01-12 18:02:31 +01:00
Sébastien Helleu
97b9d4b26e
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:35:29 +01:00
Sébastien Helleu
f0394bf486
core: fix crash on plugin reload when using musl libc (issue #2052 )
2023-12-15 23:02:27 +01:00
Sébastien Helleu
94616b4294
core: fix infinite loop in display when the chat area is too small (issue #2053 )
2023-12-14 23:21:08 +01:00
Sébastien Helleu
14b8518ae2
Version 4.1.2
2023-12-03 19:17:25 +01:00
Sébastien Helleu
4dbae51568
core: add version 4.0.7 in ChangeLog and release notes
2023-12-03 19:12:59 +01:00
Sébastien Helleu
19a1b4145b
irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when messages are queued
2023-11-26 18:57:21 +01:00
Sébastien Helleu
5115bebb27
irc: fix target buffer of IRC message 337 (whois reply: "is hiding their idle time")
2023-11-07 21:50:55 +01:00
Sébastien Helleu
ceaaab3866
core: fix value of buffer variable "num_history" when the value defined in option weechat.history.max_commands is reached
2023-11-04 17:02:08 +01:00
Sébastien Helleu
4865087019
relay: close properly connection with the IRC client in case of server disconnection (issue #2038 )
2023-11-04 09:05:39 +01:00
Sébastien Helleu
532f2ce683
core: remove incorrect warning when binding keys F10 to F20 (issue #2039 )
2023-11-04 08:37:36 +01:00
Sébastien Helleu
08fbfcc203
core: fix memory leak when config version is invalid or not supported
2023-10-30 23:30:01 +01:00
Sébastien Helleu
aa5c03334a
core: fix crash when "config_version" is present in a configuration file without a value
2023-10-30 23:28:07 +01:00
Sébastien Helleu
8e6647c7c9
core: display an error on startup if environment variable "HOME" is not set
2023-10-30 23:27:20 +01:00
Sébastien Helleu
60b2b03f9a
ruby: fix use of NULL variable when displaying exception
2023-10-30 23:25:51 +01:00
Sébastien Helleu
0e97de4293
Version 4.1.1
2023-10-26 21:13:53 +02:00
Sébastien Helleu
c3dba4496b
core: add version 4.0.6 in ChangeLog and release notes
2023-10-26 21:11:07 +02:00
Sébastien Helleu
7d854c84de
core: fix crash when a custom bar item name is already used by a default bar item (issue #2034 )
2023-10-23 13:11:02 +02:00
Sébastien Helleu
a9c410ff23
core: fix random timeouts when a lot of concurrent processes are launched with hook_process (issue #2033 )
2023-10-22 21:05:45 +02:00
Sébastien Helleu
6ca604938f
irc: revert compute of nick colors to case sensitive way, deprecate again IRC nick color infos (issue #194 , issue #2032 )
2023-10-19 23:31:49 +02:00
Sébastien Helleu
252f787fcf
core: make libintl.h required if CMake option ENABLE_NLS is enabled (issue #2031 )
2023-10-15 14:58:26 +02:00
Sébastien Helleu
775b9c9cdf
Version 4.1.0
2023-10-15 09:02:57 +02:00
Sébastien Helleu
02a05f63d5
core: fix zombie processes remaining after the end of forked processes ( closes #1994 )
...
The clean of processes with waitpid() is now delayed after the kill(), so that
there are no more zombies.
In addition, this can be done manually if needed with `/sys waitpid`.
2023-10-10 19:23:43 +02:00
Sébastien Helleu
408901d772
irc: move value -all at the end of completions for command /ignore del
2023-10-09 20:06:52 +02:00
Sébastien Helleu
bea9d5a2bf
irc: fix memory leak when joining channels with keys
2023-10-07 20:33:42 +02:00
Sébastien Helleu
feb5ee8886
core: fix build error if CMake option ENABLE_NLS is turned to off or if required dependencies are not found ( closes #2026 )
2023-10-05 19:05:02 +02:00
Sébastien Helleu
4600aeea53
core: update ChangeLog (issue #2024 )
2023-10-01 16:43:48 +02:00
Sébastien Helleu
6bd0c63192
core: make zstd dependency optional ( closes #2024 )
2023-10-01 16:36:32 +02:00
Sébastien Helleu
879a548bea
buflist: rename completions with items
...
Completions renamed:
- "buflist_all_items" -> "buflist_items"
- "buflist_used_items" -> "buflist_items_used"
2023-10-01 12:14:03 +02:00
Sébastien Helleu
e928bce76c
buflist: add support of item names in command /buflist refresh
2023-10-01 09:58:19 +02:00
Sébastien Helleu
b58f704542
core: update ChangeLog
2023-09-25 13:50:32 +02:00
Sébastien Helleu
082ccb05bb
core: add version 4.0.5
2023-09-24 10:24:26 +02:00
Sébastien Helleu
f72fb3be4b
irc: display "owner" for +q and "admin" for +a in output of /names ( closes #2020 , issue #97 )
2023-09-22 23:21:22 +02:00
Sébastien Helleu
d6e4e87faf
script: fix removal of script in system directory while trying to install a script ( closes #2019 )
2023-09-22 22:51:44 +02:00
Sébastien Helleu
12106ae7ba
script: fix autoload of multiple scripts at once with /script autoload ( closes #2018 )
2023-09-20 20:05:49 +02:00
Sébastien Helleu
63922ca038
api: add function hook_url
2023-09-16 10:19:51 +02:00
Sébastien Helleu
85b5bacfe3
script: rename parameters up/down/go to -up/-down/-go in command /script
2023-09-15 08:43:37 +02:00
Sébastien Helleu
cb680ef9df
irc: add option irc.look.open_pv_buffer_echo_msg (issue #2016 )
2023-09-14 20:19:05 +02:00
Sébastien Helleu
4c3ab508c7
irc: don't open a new private buffer on /msg command when capability echo-message is enabled ( closes #2016 )
2023-09-14 11:10:17 +02:00
Sébastien Helleu
747d6122bc
core: move ChangeLog entry to the appropriate version
2023-09-14 11:07:42 +02:00