Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-30 | doc: update auto-generated files with options | Sébastien Helleu | |
2021-01-30 | irc: use server option "default_chantypes" as fallback when automatically ↵ | Sébastien Helleu | |
adding channel type on join | |||
2021-01-30 | core: update ChangeLog | Sébastien Helleu | |
2021-01-30 | irc: improve help on server option "default_chantypes" | Sébastien Helleu | |
2021-01-30 | irc: fix name of option "default_chantypes" in list of server options | Sébastien Helleu | |
2021-01-30 | irc: simplify code in function irc_channel_is_channel | Sébastien Helleu | |
2021-01-30 | irc: make default chantypes configurable | Matti Virkkunen | |
2021-01-27 | doc: update German documentation | Nils Görs | |
2021-01-27 | doc: update Polish auto-generated files | Sébastien Helleu | |
2021-01-27 | doc: add a second note on default configuration files in user's guide | Sébastien Helleu | |
2021-01-26 | core: add command "/buffer listvar" in release notes | Sébastien Helleu | |
2021-01-16 | core: add contributor in AUTHORS.adoc (issue #1607) | Sébastien Helleu | |
2021-01-16 | core: update ChangeLog | Sébastien Helleu | |
2021-01-16 | doc: don't build headless man page if headless is disabled | Jan Palus | |
2021-01-15 | po: updated polish translation | Krzysztof Korościk | |
2021-01-15 | doc: updated polish translation | Krzysztof Korościk | |
2021-01-09 | doc: add missing non-breaking spaces before punctuation in French docs | Sébastien Helleu | |
2021-01-05 | core: update German translations | Nils Görs | |
2021-01-02 | core: update copyright dates | Sébastien Helleu | |
2021-01-02 | irc: remove obsolete comment on translation | Sébastien Helleu | |
2021-01-02 | irc: fix ambiguity on translation of word "server" | Sébastien Helleu | |
This fixes the following warning: /usr/bin/xgettext: warning: msgid 'server' is used without plural and with plural. ./src/plugins/irc/irc-bar-item.c:136: Here is the occurrence without plural. ./src/plugins/irc/irc.c:154: Here is the occurrence with plural. Workaround: If the msgid is a sentence, change the wording of the sentence; otherwise, use contexts for disambiguation. | |||
2021-01-02 | core: move debug_id assignation in macro EVAL_DEBUG_MSG | Sébastien Helleu | |
2021-01-01 | doc: add note about call to "regfree" after call to "string_regcomp" (plugin ↵ | Sébastien Helleu | |
API reference) | |||
2021-01-01 | core: add indentation and colors in /eval debug output | Sébastien Helleu | |
2021-01-01 | doc: update German auto-generated file | Sébastien Helleu | |
2021-01-01 | core: update German translations | Nils Görs | |
2020-12-31 | core: display more verbose debug with two "-d" in command /eval | Sébastien Helleu | |
Now a single -d in command /eval shows less debug messages than previous versions. To get the same debug messages than previous versions, two -d must be used. | |||
2020-12-30 | core: fix typo in comment | Sébastien Helleu | |
2020-12-28 | doc: update German documentation | Nils Görs | |
2020-12-28 | doc: update question about config files sharing (FAQ) | Sébastien Helleu | |
2020-12-28 | doc: add info about sensitive data in relay.conf (user's guide) | Sébastien Helleu | |
2020-12-27 | doc: update Polish auto-generated files | Sébastien Helleu | |
2020-12-27 | po: updated polish translation | Krzysztof Korościk | |
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 | |