Sébastien Helleu
aa2067b240
irc: fix typo on field name in /help irc.look.list_buffer_sort
2026-03-16 13:21:55 +01:00
Sébastien Helleu
cf5c24c2f7
core: fix crash with /eval when the current buffer is closed in a command
2026-03-14 00:12:53 +01:00
Sébastien Helleu
9b389b5736
core: update copyright dates
2026-03-08 10:44:23 +01:00
Sébastien Helleu
8c422a199e
core: update copyright date
2026-03-07 00:02:09 +01:00
Sébastien Helleu
4dd36270a8
core: disable "fuzzing" phase in schemathesis config
2026-03-06 23:39:17 +01:00
Sébastien Helleu
a639271e93
Version 4.8.3-dev
2026-03-06 23:24:12 +01:00
Sébastien Helleu
b452be6417
Version 4.8.2
v4.8.2
2026-03-06 23:15:44 +01:00
Sébastien Helleu
0fbb99763d
core: remove trailing backslash in German translation of /help buflist.look.add_newline
2026-02-16 20:15:23 +01:00
Sébastien Helleu
65ef552251
core: replace real tab by \t in German translation of /help filter
...
This was causing a display issue because the tab char is used to separate
prefix from message.
2026-02-16 20:13:59 +01:00
Sébastien Helleu
05f9129e65
relay/api: fix memory leak in receive of message from remote WeeChat
2026-02-16 20:11:51 +01:00
Sébastien Helleu
113f72f70e
relay/api: fix memory leaks in resources "ping" and "sync"
2026-02-16 20:11:36 +01:00
Sébastien Helleu
0987e12e83
irc: ignore self join if the channel is already joined (issue #2291 )
...
There is an issue with some IRC servers that may send a JOIN with self nick
once already on the channel, this results in a clear of the nicklist on the
second JOIN received.
This fix silently ignores the second self JOIN if the channel is already
joined (with at least one nick).
2025-12-14 15:22:30 +01:00
Sébastien Helleu
097862e0f0
Version 4.8.2-dev
2025-12-01 19:45:34 +01:00
Sébastien Helleu
6b3398fcb5
Version 4.8.1
v4.8.1
2025-12-01 19:43:41 +01:00
Sébastien Helleu
52c53d6985
core: add IRC SASL EXTERNAL in upgrade guidelines for version 4.8.0
2025-12-01 18:02:35 +01:00
Sébastien Helleu
608038374e
irc: fix creation of irc.msgbuffer option without a server name
...
The regression was introduced by commit
1b669cd13c , which allowed a server name with
upper case but rejected a name or alias with upper case.
This commit fixed the creation of the option when the server name is not given,
so this command works again:
/set irc.msgbuffer.whois current
2025-12-01 07:49:36 +01:00
Sébastien Helleu
7f3ad1c054
ci: add build with type "Release" and gcc hardened options in matrix
2025-11-30 14:19:25 +01:00
Sébastien Helleu
5d4546eb85
core: update ChangeLog (issue #2289 )
2025-11-30 13:35:19 +01:00
Sébastien Helleu
00b7a656a7
Version 4.8.1-dev
2025-11-30 13:35:19 +01:00
Sébastien Helleu
3520c9af0f
core: fix order of sections in ChangeLog
2025-11-30 11:34:44 +01:00
Sébastien Helleu
a76bfb1f26
core: fix compiler warning on possible buffer overflow in function util_parse_time (issue #2289 )
2025-11-30 11:32:27 +01:00
Sébastien Helleu
2534976281
Version 4.8.0
v4.8.0
2025-11-30 09:09:35 +01:00
Sébastien Helleu
c3f2252385
core: add missing links to upgrade guidelines in ChangeLog
2025-11-30 09:00:26 +01:00
Sébastien Helleu
83e3e6973c
debian: update changelog
2025-11-30 08:32:23 +01:00
Sébastien Helleu
c56389d12e
debian: update watch to version 5
2025-11-30 08:29:10 +01:00
Sébastien Helleu
12717ff689
core: add upgrade guidelines for version 4.8.0
2025-11-30 08:23:56 +01:00
Sébastien Helleu
d8569ffe27
buflist: add variable ${index_displayed}
2025-11-28 18:45:22 +01:00
Sébastien Helleu
62c99f8938
core: update translations
2025-11-28 18:40:59 +01:00
Sébastien Helleu
a3f733d29a
core: fix styles in ChangeLog
2025-11-28 17:36:30 +01:00
Ivan Pešić
c9c402d202
core/doc: update Serbian translation
2025-11-24 11:40:36 +01:00
Krzysztof Korościk
7ce1e8c05f
core: updated Polish translation
2025-11-24 00:16:02 +01:00
Krzysztof Korościk
0be2d45f6a
doc: updated Polish translations
2025-11-23 23:58:06 +01:00
Sébastien Helleu
4e0cc14b79
ci: disable schemathesis output sanitization
2025-11-23 15:01:34 +01:00
Sébastien Helleu
c18d8ecc1d
core: add version 4.7.2
2025-11-23 14:17:25 +01:00
Sébastien Helleu
dd454dfc50
tests: merge tests of buffer set functions into gui_buffer_set
2025-11-23 10:36:21 +01:00
Sébastien Helleu
1f0d8d3849
core: add condition on new_tags in functions gui_buffer_set_highlight_tags_restrict and gui_buffer_set_highlight_tags
2025-11-23 10:36:21 +01:00
Sébastien Helleu
c248aa42ce
core: simplify code in gui_buffer_set functions
2025-11-23 10:36:21 +01:00
Sébastien Helleu
2832ef333e
core: do not add/remove highlight words if value is empty in call to gui_buffer_set()
2025-11-23 10:36:21 +01:00
Sébastien Helleu
5543bc236b
tests: add tests on gui buffer set functions
2025-11-23 10:35:43 +01:00
Sébastien Helleu
953ede1200
irc: add tags "irc_cap" and "log3" in client capability request and SASL not supported messages
2025-11-22 16:00:32 +01:00
Sébastien Helleu
c2ff484995
core, irc, relay: add tag "tls" in gnutls messages
2025-11-22 14:52:02 +01:00
Sébastien Helleu
b8048b1666
irc: fix reset of color when multiple modes are set with command /mode
2025-11-22 12:31:37 +01:00
Sébastien Helleu
e33ed57b47
irc: fix colors in MODE message (issue #2286 )
2025-11-22 10:32:44 +01:00
Sébastien Helleu
790ce13843
tests: add colors in username for tests of messages 367 and 728
2025-11-22 10:32:44 +01:00
Emir SARI
4ecf2cb6b8
Update Turkish translations
...
Signed-off-by: Emir SARI <emir_sari@icloud.com >
2025-11-22 10:14:22 +01:00
Sébastien Helleu
d23a7a6105
irc: fix colors in ban mask (message 367) and quiet mask (message 728) ( closes #2286 )
2025-11-22 10:02:47 +01:00
Sébastien Helleu
da12df6b73
core: free highlight_disable_regex if the regex is invalid in function gui_buffer_set_highlight_disable_regex
2025-11-18 22:27:15 +01:00
Sébastien Helleu
3176e2a6b7
core: free highlight_regex if the regex is invalid in function gui_buffer_set_highlight_regex
2025-11-18 22:27:15 +01:00
Sébastien Helleu
4555f9a58a
core: fix typo in comment
2025-11-15 20:15:32 +01:00
Sébastien Helleu
e261cadce3
doc/api: add "error_code" and "error_code_pthread" in hook_url output hashtable (issue #2284 )
2025-11-15 17:29:08 +01:00