summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-12-24debian: exclude directories ".git", "build" and "release" from source packageSébastien Helleu
2023-12-24api: add property "type" in function buffer_get_stringSébastien Helleu
2023-12-24core: display when zstd is not available in output of `/debug libs`Sébastien Helleu
2023-12-24relay: move function to check if buffer belongs to relaySébastien Helleu
2023-12-15core: fix typo in ChangeLogSébastien Helleu
2023-12-15core: fix crash on plugin reload when using musl libs (closes #2052)Sébastien Helleu
2023-12-15tests: add missing include of string.h in plugin API info testsSébastien Helleu
2023-12-14core: fix infinite loop in display when the chat area is too small (closes ↵Sébastien Helleu
#2053)
2023-12-14core: fix styleSébastien Helleu
2023-12-13core: update German translationsNils Görs
2023-12-10irc: add option irc.look.display_host_wallopsSébastien Helleu
2023-12-10tests: add tests with options ↵Sébastien Helleu
irc.look.display_host_{join|join_local|notice|quit} set to off
2023-12-05doc: Update Serbian documentationIvan Pešić
2023-12-05core: Update Serbian translationIvan Pešić
2023-12-04Revert "core: fix detection of gettext headers on Darwin (closes #2031)"Sébastien Helleu
This reverts commit 80fa597a714c3a7f8562d7973382491c5fc0d8fb.
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}`