Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-08 | core: fix compilation warning on isdigit function | Sébastien Helleu | |
2022-10-08 | xfer: add missing include of netinet/in.h | Sébastien Helleu | |
This fixes compilation on FreeBSD 13.0. | |||
2022-10-08 | debian: update changelog | Sébastien Helleu | |
2022-10-08 | debian: bump Standards-Version to 4.6.1.0 | Sébastien Helleu | |
2022-10-06 | doc: update German documentation | Nils Görs | |
2022-10-05 | core: fix page scroll in bare display (closes #1830) | Sébastien Helleu | |
2022-10-02 | python: Include constant values in python stub | Trygve Aaberge | |
This is useful for two reasons: 1. When running unit tests for a script weechat needs to be mocked. By having the constant values available in the stub file, they can be loaded from that, instead of having to define the constants manually for the mock. 2. If you log a constant value you have to look up what it means. This makes it easier, in the same vein as PR #1824. | |||
2022-10-01 | irc: set local variable "filter" when doing `/server raw xxx` with raw ↵ | Sébastien Helleu | |
buffer already opened (closes #1448) | |||
2022-09-30 | trigger: add variable `${tg_hook_type}` (closes #1765) | Sébastien Helleu | |
2022-09-30 | doc/api: Fix config_new_option types for non English docs | Trygve Aaberge | |
Only English was changed in commit 197a7a01e. | |||
2022-09-29 | api: change type of argument object_id in upgrade_new callback from string ↵ | Sébastien Helleu | |
to integer (in scripts) | |||
2022-09-29 | api: change type of argument remaining_calls in hook_timer callback from ↵ | Sébastien Helleu | |
string to integer (in scripts) | |||
2022-09-29 | doc/api: Remove unnecessary cast in Python example | Trygve Aaberge | |
The highlight argument is already an int, so no point in casting it. | |||
2022-09-29 | doc/api: Add types for Python callbacks | Trygve Aaberge | |
2022-09-29 | debian: remove ubuntu/xenial patch (distro not supported any more) | Sébastien Helleu | |
As zstd is too old in ubuntu/xenial (0.5.1 while min version is 0.8.1), this distro is not supported any more. | |||
2022-09-29 | core: fix compilation with zstd < 1.4.0 | Sébastien Helleu | |
Note: zstd ≥ 0.8.1 is now required to compile WeeChat. | |||
2022-09-29 | doc: update German auto-generated file | Sébastien Helleu | |
2022-09-29 | doc: update German documentation | Nils Görs | |
2022-09-29 | core: update German translations | Nils Görs | |
2022-09-29 | doc/user: remove tag "translation missing" in French user's guide | Sébastien Helleu | |
2022-09-29 | doc/user: add chapter on log file rotation/compression | Sébastien Helleu | |
2022-09-29 | php: add missing arginfo_weechat_string_parse_size in legacy arginfo | Sébastien Helleu | |
2022-09-28 | doc/api: Add values for hook_process constants | Trygve Aaberge | |
When logging this value I just see a number so I have to look up what it means. Previously you would have to check the code or print the value of each of these constants to see it. Seeing the value directly in the documentation makes this much easier. | |||
2022-09-28 | doc/api: add note about C API for constant WEECHAT_HOOK_PROCESS_CHILD ↵ | Sébastien Helleu | |
(function hook_process) | |||
2022-09-28 | doc/api: fix typo | Sébastien Helleu | |
2022-09-28 | logger: add options to rotate and compress log files (closes #314) | Sébastien Helleu | |
New options: - logger.file.rotation_compression_level - logger.file.rotation_compression_type - logger.file.rotation_size_max | |||
2022-09-27 | api: add function file_compress | Sébastien Helleu | |
2022-09-27 | api: restrict number to integer in function string_parse_size | Sébastien Helleu | |
2022-09-27 | api: add function string_parse_size | Sébastien Helleu | |
2022-09-27 | doc: update German documentation | Nils Görs | |
2022-09-26 | irc: fix use of uninitialized variable `ptr_nick` | Sébastien Helleu | |
2022-09-20 | doc: update German auto-generated file | Sébastien Helleu | |
2022-09-20 | core: update German translations | Nils Görs | |
2022-09-18 | core: add key alt+backspace, change behavior of key ctrl+w (closes #559) | Sébastien Helleu | |
The key ctrl+w now deletes one word until whitespace. The new key alt+backspace deletes one word (same behavior as ctrl+w in previous releases). | |||
2022-09-18 | core: fix style in ChangeLog | Sébastien Helleu | |
2022-09-18 | trigger: escape arguments with double quotes in output of `/trigger ↵ | Sébastien Helleu | |
input|output|recreate` (closes #190) | |||
2022-09-18 | build: update version of Debian/Ubuntu distros in examples | Sébastien Helleu | |
2022-09-18 | build: remove patches for Debian/Raspbian Stretch | Sébastien Helleu | |
2022-09-17 | tests: add tests on filter functions | Sébastien Helleu | |
2022-09-17 | core: fix order of filters after renaming a filter (issue #1695) | Sébastien Helleu | |
2022-09-17 | irc: fix message when disconnecting from server in case of high lag when ↵ | Sébastien Helleu | |
server option autoreconnect is off (closes #1708) | |||
2022-09-17 | core: fix wrong terminal title on terminal resize (closes #1702) | Sébastien Helleu | |
2022-09-17 | core: sort filters by name (closes #1695) | Sébastien Helleu | |
2022-09-17 | spell: allow special dict value "-" to disable spell checking on a specific ↵ | Sébastien Helleu | |
buffer (closes #1699) | |||
2022-09-17 | doc/api: add version 3.7 for priority in function hook_line | Sébastien Helleu | |
2022-09-16 | doc: update German auto-generated file | Sébastien Helleu | |
2022-09-16 | api: add support of priority in function hook_line (closes #1821) | Sébastien Helleu | |
2022-09-16 | core: update German translations | Nils Görs | |
2022-09-15 | irc: add option irc.look.display_pv_nick_change | Sébastien Helleu | |
2022-09-11 | doc: update auto-generated files | Sébastien Helleu | |