Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-25 | core: do not remove quotes in arguments of command /eval (closes #1601) | Sébastien Helleu | |
Now, /eval -n -c "a" == "a" returns True instead of False. When quotes were removed, the condition evaluated was: a" == "a (which is False). | |||
2020-12-21 | doc: update German auto-generated files | Sébastien Helleu | |
2020-12-21 | doc: add missing parenthesis in user's guide | Sébastien Helleu | |
2020-12-21 | doc: update German documentation | Nils Görs | |
2020-12-21 | core: update German translations | Nils Görs | |
2020-12-19 | doc: add a chapter on buffer local variables (user's guide) | Sébastien Helleu | |
2020-12-19 | core: add options "setvar" and "delvar" in command /buffer, rename option ↵ | Sébastien Helleu | |
"localvar" to "listvar" The option "localvar" (introduced long time ago, in WeeChat 0.3.0) is still recognized by WeeChat, to stay compatible with any extension/script calling it (or referencing it in the documentation). It is deprecated and will be removed in a future release. | |||
2020-12-19 | doc: replace "core" by "weechat" in table with extra info for bar item ↵ | Sébastien Helleu | |
"buffer_nicklist" (plugin API reference) | |||
2020-12-19 | core: add buffer local variable "completion_default_template" (evaluated) ↵ | Sébastien Helleu | |
(closes #1600) When this local variable is set, it overrides the value of option "weechat.completion.default_template". It is evaluated, that means the global default template can be used to append some custom completion. For example: /buffer set localvar_set_completion_default_template ${weechat.completion.default_template}|%(my_completion) | |||
2020-12-18 | core: remove unneeded return of WEECHAT_RC_OK in filter command | Sébastien Helleu | |
2020-12-18 | core: add option "recreate" in command /filter | Sébastien Helleu | |
2020-12-18 | doc: update German auto-generated file | Sébastien Helleu | |
2020-12-17 | core: update German translations | Nils Görs | |
2020-12-15 | script: add status of scripts in output of command /script list in /help script | Sébastien Helleu | |
2020-12-13 | doc: update German documentation | Nils Görs | |
2020-12-13 | doc: add command to run WeeChat with address sanitizer (user's guide) | Sébastien Helleu | |
2020-12-07 | doc: update German documentation | Nils Görs | |
2020-12-06 | core: add contributor in AUTHORS.adoc (issue #1597) | Sébastien Helleu | |
2020-12-06 | doc: update auto-generated files with commands | Sébastien Helleu | |
2020-12-06 | irc: fix completion of commands /halfop and /dehalfop | Sébastien Helleu | |
2020-12-06 | irc: add missing parameter "-yes" in /help dehalfop | Sébastien Helleu | |
2020-12-06 | add -yes to output of /help voice | dotflac | |
currently /help voice does not tell you that you need -yes if you are using *. i have changed it to match /help op, /help deop and /help devoice | |||
2020-12-06 | doc: add question about buflist customization | Sébastien Helleu | |
2020-12-05 | core: update ChangeLog | Sébastien Helleu | |
2020-12-05 | Revert "exec: return NULL immediately if the task id is invalid" | Sébastien Helleu | |
This reverts commit dff1bf6f0f5521cf9e23e2b32a648512e13b6a72. | |||
2020-11-29 | Revert "core: add extra compiler options to check overflow of destination ↵ | Sébastien Helleu | |
buffer and output truncation" This reverts commit 4ff4a64209f63cf2a048f7941168336da58727ab. These compiler flags are not supported on old compiler version, for example on Debian Stretch/Jessie and Ubuntu Xenial (16.04). | |||
2020-11-28 | docs: fix simple typo, confiuration -> configuration | Tim Gates | |
There is a small typo in src/core/weechat.c. Should read `configuration` rather than `confiuration`. | |||
2020-11-28 | core: add extra compiler options to check overflow of destination buffer and ↵ | Sébastien Helleu | |
output truncation | |||
2020-11-23 | core: allocate dynamic string size for colors | Sébastien Helleu | |
2020-11-22 | script: increase buffer size in function script_buffer_detail_label | Sébastien Helleu | |
This fixes a compiler warning complaining about a too small buffer for snprintf, even if this should never happen. | |||
2020-11-22 | core: increase buffer size in function plugin_api_info_uptime_cb | Sébastien Helleu | |
This fixes a compiler warning complaining about a too small buffer for snprintf, even if this should never happen. | |||
2020-11-22 | core: increase buffer size in function gui_bar_item_time_cb | Sébastien Helleu | |
This fixes a compiler warning complaining about a too small buffer for snprintf, even if this should never happen. | |||
2020-11-21 | core: increase buffer size in HTTP proxy connection | Sébastien Helleu | |
In case of long address/username/password, the HTTP CONNECT message could be truncated. | |||
2020-11-21 | core: increase command buffer size in /color command | Sébastien Helleu | |
In case of long alias name, the command to set color alias could be truncated. | |||
2020-11-20 | spell: fix crash with IRC color codes in command line (closes #1589) | Sébastien Helleu | |
2020-11-19 | core: add missing cast to unsigned char on first argument to function isdigit | Sébastien Helleu | |
2020-11-18 | doc: update German auto-generated file | Sébastien Helleu | |
2020-11-18 | core: update German translations | Nils Görs | |
2020-11-17 | core: fix and normalize error messages | Sébastien Helleu | |
2020-11-17 | core: display an error when the buffer is not found with command /command ↵ | Sébastien Helleu | |
-buffer | |||
2020-11-16 | core: remove option to open a blank issue | Sébastien Helleu | |
2020-11-14 | trigger: add variable "${tg_trigger_name}" in command trigger evaluated ↵ | Sébastien Helleu | |
strings (closes #1580) ${tg_trigger_name} is replaced by the trigger name in these command strings: - description - arguments - description of arguments - completion | |||
2020-11-14 | core: add evaluation of conditions in evaluation of expressions with ↵ | Sébastien Helleu | |
"eval_cond:" (closes #1582) | |||
2020-11-13 | spell: fix refresh of bar item "spell_suggest" when the input becomes empty ↵ | Sébastien Helleu | |
(closes #1586) When the input is empty, length of string is zero: when sending zero to function weechat_string_dyn_alloc, the function returns NULL and therefore we return immediately instead of handling the empty input, which is a valid value. The regression was introduced by the use of dynamic strings, commit: 299f74bfef9e0d239ad141a4df3b2dcf11a4c0da | |||
2020-11-11 | Version 3.1-dev | Sébastien Helleu | |
2020-11-11 | Version 3.0 | Sébastien Helleu | |
2020-11-10 | debian: update changelog | Sébastien Helleu | |
2020-11-01 | Version 3.0-rc1 | Sébastien Helleu | |
2020-10-30 | doc: update German documentation | Nils Görs | |
2020-10-21 | trigger: add variable "tg_argc" in data set by command trigger (closes #1576) | Sébastien Helleu | |