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
07fbd30948
tests: add missing include of string.h in plugin API info tests
2023-12-15 13:51:32 +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
fa0b320178
core: fix style
2023-12-14 23:11:35 +01:00
Nils Görs
ffa933bcf8
core: update German translations
2023-12-13 21:22:34 +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
3db8eb65ff
tests: add tests with options irc.look.display_host_{join|join_local|notice|quit} set to off
2023-12-10 21:03:33 +01:00
Ivan Pešić
73e3d0e693
doc: Update Serbian documentation
2023-12-05 22:32:18 +01:00
Ivan Pešić
4bc0fd588d
core: Update Serbian translation
2023-12-05 22:32:18 +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
d6ccfb5862
core: fix Polish translations
2023-12-04 21:07:46 +01:00
Sébastien Helleu
80fa597a71
core: fix detection of gettext headers on Darwin ( closes #2031 )
2023-12-04 21:02:26 +01:00
Krzysztof Korościk
dab17e8d59
po: updated polish translation
2023-12-04 19:46:09 +01:00
Nils Görs
d70ef53973
core: update German translations
2023-12-04 09:00:37 +01:00
Krzysztof Korościk
33e320ac95
po: updated part of polish translation
2023-12-04 00:04:31 +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
6223639b71
core: improve forms for new issues, feature requests and questions on GitHub
2023-12-03 09:49:13 +01:00
NetSysFire
a788ca13d8
core: add forms for new issues, feature requests and questions on GitHub
2023-12-03 09:49:13 +01:00
Sébastien Helleu
bc08d9a2b3
tests: rename tests
2023-12-02 13:32:15 +01:00
Sébastien Helleu
52f32e5612
tests: add tests on plugin config functions
2023-12-02 13:24:42 +01:00
Sébastien Helleu
f4926cbd20
tests: rename file test-plugins-api-info.cpp to test-plugin-api-info.cpp
2023-12-02 13:17:47 +01:00
Sébastien Helleu
ba33e1db7d
tests: fix tests on function plugin_api_infolist_plugin_cb
2023-12-02 11:47:45 +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
36b9a58c72
tests: remove unneeded constant TOTP_SECRET
2023-12-02 09:44:07 +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
51fec9257e
core: check that directory is not NULL in function plugin_api_info_absolute_path
2023-12-02 09:37:22 +01:00
Sébastien Helleu
de5b0aae47
core: rename variable "version" to "compilation_date"
2023-12-02 09:36:57 +01:00
Sébastien Helleu
9711d2dc76
tests: add placeholders for new functions in irc server tests
2023-12-01 07:10:36 +01:00
Nils Görs
7974f4f40a
core: update German translations
2023-11-30 21:09:58 +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
0f1b18d415
core: move link to Mastodon before Diaspora*
2023-11-29 14:35:12 +01:00
Sébastien Helleu
f13c5b0b51
core: fix typo in release notes
2023-11-29 14:34:55 +01:00
Sébastien Helleu
996d1def22
core: update translations (issue #1039 )
2023-11-29 10:00:57 +01:00
Sébastien Helleu
de82d50768
irc: remove unneeded error message when an unknown server option is read in config file (issue #1039 )
...
This is not needed because an error is already displayed by WeeChat core and
the IRC error doesn't add anything relevant to the user.
2023-11-29 10:00:54 +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
Ivan Pešić
e51152e6a4
core: Update Serbian translation
2023-11-29 08:39:06 +01:00
Nils Görs
9aa9bf4c9f
core: update German translations
2023-11-28 12:03:18 +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
d4220e8144
tests: add eval tests on "raw" and "raw_hl" with escaped prefix
2023-11-24 08:04:35 +01:00
Sébastien Helleu
e01fa0aac9
tests: fix tests on function string_replace_with_callback
2023-11-23 22:01:48 +01:00
Sébastien Helleu
86cf456bb7
core: fix evaluation of ${raw_hl:...} with escaped prefix inside
...
Now `${raw_hl:\${` returns `\${` instead of `${`.
2023-11-23 20:59:31 +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
Sébastien Helleu
2b0c2747ad
api: remove script hooks before buffers/bar items/configs
...
This prevents a crash in some scripts that could use options after they are
freed, with the call to hook config callback that has been enabled by commit
2260214797 .
2023-11-21 20:57:49 +01:00
Sébastien Helleu
6b0b3996cd
core: add "core" in ChangeLog
2023-11-21 07:48:35 +01:00
Krzysztof Korościk
794dc115e5
po: updated polish translation
2023-11-20 23:52:08 +01:00
Krzysztof Korościk
117efa2716
po: updated part of polish translation
2023-11-19 23:48:00 +01:00
Krzysztof Korościk
b9c8f215f3
doc: updated polish translation
2023-11-19 18:09:43 +01:00