summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-04core: fix Polish translationsSébastien Helleu
2023-12-04core: fix detection of gettext headers on Darwin (closes #2031)Sébastien Helleu
2023-12-04po: updated polish translationKrzysztof Korościk
2023-12-04core: update German translationsNils Görs
2023-12-04po: updated part of polish translationKrzysztof Korościk
2023-12-03core: add versions 4.0.7 and 4.1.2 in ChangeLog and release notesSébastien Helleu
2023-12-03core: improve forms for new issues, feature requests and questions on GitHubSébastien Helleu
2023-12-03core: add forms for new issues, feature requests and questions on GitHubNetSysFire
2023-12-02tests: rename testsSébastien Helleu
2023-12-02tests: add tests on plugin config functionsSébastien Helleu
2023-12-02tests: rename file test-plugins-api-info.cpp to test-plugin-api-info.cppSébastien Helleu
2023-12-02tests: fix tests on function plugin_api_infolist_plugin_cbSébastien Helleu
2023-12-02tests: add tests on plugin API info functionsSébastien Helleu
2023-12-02tests: remove unneeded constant TOTP_SECRETSébastien Helleu
2023-12-02api: add info "mouse"Sébastien Helleu
2023-12-02api: return NULL instead of empty infolist "key" when context is not foundSébastien Helleu
2023-12-02core: check that directory is not NULL in function plugin_api_info_absolute_pathSébastien Helleu
2023-12-02core: rename variable "version" to "compilation_date"Sébastien Helleu
2023-12-01tests: add placeholders for new functions in irc server testsSébastien Helleu
2023-11-30core: update German translationsNils Görs
2023-11-29irc: display messages 730/731 even if command `/notify` was not used (closes ↵Sébastien Helleu
#2049)
2023-11-29core: move link to Mastodon before Diaspora*Sébastien Helleu
2023-11-29core: fix typo in release notesSébastien Helleu
2023-11-29core: update translations (issue #1039)Sébastien Helleu
2023-11-29irc: remove unneeded error message when an unknown server option is read in ↵Sébastien Helleu
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-29irc: add server option "anti_flood", remove server options ↵Sébastien Helleu
"anti_flood_prio_{high|low}" (issue #1039) The new option is set in milliseconds.
2023-11-29core: Update Serbian translationIvan Pešić
2023-11-28core: update German translationsNils Görs
2023-11-26irc: remove trailing "\r\n" in signals "irc_out" and "irc_outtags" when ↵Sébastien Helleu
messages are queued
2023-11-24irc: add option irc.look.list_bufferSébastien Helleu
2023-11-24tests: add eval tests on "raw" and "raw_hl" with escaped prefixSébastien Helleu
2023-11-23tests: fix tests on function string_replace_with_callbackSébastien Helleu
2023-11-23core: fix evaluation of `${raw_hl:...}` with escaped prefix insideSébastien Helleu
Now `${raw_hl:\${` returns `\${` instead of `${`.
2023-11-23core: evaluate expressions even when the suffix is missing (issue #2042, ↵Sébastien Helleu
issue #1714)
2023-11-23core: add syntax highlighting in evaluation of expressions, add option ↵Sébastien Helleu
weechat.color.eval_syntax_colors (issue #2042) Syntax highlighting (raw string without evaluation): `${raw_hl:xxx}` Syntax highlighting: `${hl:xxx}`
2023-11-21api: remove script hooks before buffers/bar items/configsSébastien Helleu
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 22602147977b42f4211697d77263be67c9506414.
2023-11-21core: add "core" in ChangeLogSébastien Helleu
2023-11-20po: updated polish translationKrzysztof Korościk
2023-11-19po: updated part of polish translationKrzysztof Korościk
2023-11-19doc: updated polish translationKrzysztof Korościk
2023-11-16doc: Update Serbian documentationIvan Pešić
2023-11-16core: Update Serbian translationIvan Pešić
2023-11-11buflist: jump to previous/next buffer displayed in buflist item with ↵Sébastien Helleu
ctrl+wheel up/down on a buflist item (closes #1473)
2023-11-11core: update German translationsNils Görs
2023-11-11core: remove empty lines in release notesSébastien Helleu
2023-11-11core: fix section titles in release notesSébastien Helleu
2023-11-11core: update translations (issue #2040)Sébastien Helleu
2023-11-11core: add search in commands history in release notes (issue #2040)Sébastien Helleu
2023-11-11core: split ChangeLog entry on multiple lines (issue #2040)Sébastien Helleu
2023-11-11core: move key ctrl+s, ctrl+u to alt+shift+U (issue #2040)Sébastien Helleu