summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-01-21doc: Update Serbian translationIvan Pešić
2022-01-18doc: update German documentationNils Görs
2022-01-17core: fix install of PHP 8.0 in CISébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2022-01-16doc: add example of hook_process with a script function (scripting guide)Sébastien Helleu
2022-01-16doc: remove useless comparison with empty string in Python examples (plugin ↵Sébastien Helleu
API reference)
2022-01-15xfer: fix auto-accept of server/nick when the server name contains UTF-8 ↵Sébastien Helleu
chars (issue #1739)
2022-01-15spell: fix comparison of URL prefix with UTF-8 chars (issue #1739)Sébastien Helleu
There is no problem in practice because the possible URL prefixes are hardcoded in the spell plugin and don't contain any UTF-8 char on more than one byte.
2022-01-15relay: fix comparison of server nonce with UTF-8 chars (issue #1739)Sébastien Helleu
There is no problem in practice because this server nonce is generated by WeeChat itself and encoded to base64, so it never contains any UTF-8 char on more than one byte.
2022-01-15irc: fix completion of channel topic with UTF-8 chars (issue #1739)Sébastien Helleu
2022-01-15api: fix add of infolist items in hashtable when prefix contains UTF-8 chars ↵Sébastien Helleu
in function hashtable_add_from_infolist (issue #1739)
2022-01-15core: fix search of commands with UTF-8 chars in name when option ↵Sébastien Helleu
weechat.look.command_incomplete is on (issue #1739)
2022-01-15trigger: fix search of triggers with UTF-8 chars in name (issue #1739)Sébastien Helleu
2022-01-14tests: split tests on functions string_tolower and string_toupperSébastien Helleu
2022-01-14core: rename argument "length" to "bytes" in function string_strndupSébastien Helleu
2022-01-12doc: update German documentationNils Görs
2022-01-08doc: add missing macro WEECHAT_PLUGIN_AUTHOR (plugin API reference)Sébastien Helleu
2022-01-06irc: use default callback in case of missing parameters in messages ↵Sébastien Helleu
311/312/327 (whois) and 314 (whowas)
2022-01-06irc: add macro to run another protocol callbackSébastien Helleu
2022-01-05irc: fix parsing of message 338 (whois, host) sent by Rizon server (closes ↵Sébastien Helleu
#1737)
2022-01-04irc: fix display of message 344 received as whois geo info (closes #1736)Sébastien Helleu
2021-12-30doc: add note about chars replaced in IRC tag key/value (user's guide)Sébastien Helleu
2021-12-30trigger: add variables `${tg_tag_irc_xxx}` containing IRC message tags ↵Sébastien Helleu
(issue #1680)
2021-12-30irc: add IRC message tags in messages displayed (closes #1680)Sébastien Helleu
2021-12-30doc: update OS examples in contributing guideSébastien Helleu
2021-12-28doc: change pygments pre-processor color from red to green/cyanSébastien Helleu
2021-12-28doc: move section "Fset" in "Configuration" (user's guide)Sébastien Helleu
2021-12-28core: fix display of hotlist in buflist after changing value of option ↵Sébastien Helleu
weechat.look.hotlist_sort (closes #1733) The "hotlist" pointer in buffers was lost, it is now set again after switching to the newly sorted hotlist.
2021-12-28doc: update German auto-generated fileSébastien Helleu
2021-12-27core: update German translationsNils Görs
2021-12-25core: add build of Debian packages in CISébastien Helleu
2021-12-25relay: improve help on option relay.network.compressionSébastien Helleu
2021-12-25doc: update auto-generated files with optionsSébastien Helleu
2021-12-25doc: fix color of preformatted text in docsSébastien Helleu
2021-12-24relay: add zstd compression in weechat protocolSébastien Helleu
Option relay.network.compression_level is renamed to relay.network.compression and is now a percentage between 0 (no compression) to 100 (best compression, slowest). Compression is now disabled by default in weechat protocol and must be enabled via the `handshake` command (option `compression` has been removed from `init` command).
2021-12-23irc: fix display of IRC numeric messages with no parametersSébastien Helleu
For example this MOTD message is properly displayed (empty line): :server.example.com 372 nick :
2021-12-20doc: update German documentationNils Görs
2021-12-19core: use shortcuts for URLs pointing to documentationSébastien Helleu
2021-12-19core: fix link to doc on IRC plugin in READMESébastien Helleu
2021-12-19core: remove tests on Travis CISébastien Helleu
Travis CI has been replaced by GitHub Actions since May 2020.
2021-12-19core: fix styles in ChangeLog and release notesSébastien Helleu
2021-12-18doc: mention IRC server buffer in default key binding ctrl-x (user's guide)Sébastien Helleu
2021-12-18Version 3.5-devSébastien Helleu
2021-12-18Version 3.4Sébastien Helleu
2021-12-18debian: update changelogSébastien Helleu
2021-12-17doc: update polish translationKrzysztof Korościk
2021-12-17doc: update German documentationNils Görs
2021-12-16core: fix broken links in README (closes #1729)Sébastien Helleu
2021-12-15doc: add workaround for download of plugins.xml.gz on macOS (FAQ)Sébastien Helleu
2021-12-13doc: Update Serbian translationIvan Pešić