summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-01-30irc: simplify code in function irc_channel_is_channelSébastien Helleu
2021-01-30irc: make default chantypes configurableMatti Virkkunen
2021-01-27doc: update German documentationNils Görs
2021-01-27doc: update Polish auto-generated filesSébastien Helleu
2021-01-27doc: add a second note on default configuration files in user's guideSébastien Helleu
2021-01-26core: add command "/buffer listvar" in release notesSébastien Helleu
2021-01-16core: add contributor in AUTHORS.adoc (issue #1607)Sébastien Helleu
2021-01-16core: update ChangeLogSébastien Helleu
2021-01-16doc: don't build headless man page if headless is disabledJan Palus
2021-01-15po: updated polish translationKrzysztof Korościk
2021-01-15doc: updated polish translationKrzysztof Korościk
2021-01-09doc: add missing non-breaking spaces before punctuation in French docsSébastien Helleu
2021-01-05core: update German translationsNils Görs
2021-01-02core: update copyright datesSébastien Helleu
2021-01-02irc: remove obsolete comment on translationSébastien Helleu
2021-01-02irc: 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-02core: move debug_id assignation in macro EVAL_DEBUG_MSGSébastien Helleu
2021-01-01doc: add note about call to "regfree" after call to "string_regcomp" (plugin ↵Sébastien Helleu
API reference)
2021-01-01core: add indentation and colors in /eval debug outputSébastien Helleu
2021-01-01doc: update German auto-generated fileSébastien Helleu
2021-01-01core: update German translationsNils Görs
2020-12-31core: display more verbose debug with two "-d" in command /evalSé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-30core: fix typo in commentSébastien Helleu
2020-12-28doc: update German documentationNils Görs
2020-12-28doc: update question about config files sharing (FAQ)Sébastien Helleu
2020-12-28doc: add info about sensitive data in relay.conf (user's guide)Sébastien Helleu
2020-12-27doc: update Polish auto-generated filesSébastien Helleu
2020-12-27po: updated polish translationKrzysztof Korościk
2020-12-25core: 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-21doc: update German auto-generated filesSébastien Helleu
2020-12-21doc: add missing parenthesis in user's guideSébastien Helleu
2020-12-21doc: update German documentationNils Görs
2020-12-21core: update German translationsNils Görs
2020-12-19doc: add a chapter on buffer local variables (user's guide)Sébastien Helleu
2020-12-19core: 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-19doc: replace "core" by "weechat" in table with extra info for bar item ↵Sébastien Helleu
"buffer_nicklist" (plugin API reference)
2020-12-19core: 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-18core: remove unneeded return of WEECHAT_RC_OK in filter commandSébastien Helleu
2020-12-18core: add option "recreate" in command /filterSébastien Helleu
2020-12-18doc: update German auto-generated fileSébastien Helleu
2020-12-17core: update German translationsNils Görs
2020-12-15script: add status of scripts in output of command /script list in /help scriptSébastien Helleu
2020-12-13doc: update German documentationNils Görs
2020-12-13doc: add command to run WeeChat with address sanitizer (user's guide)Sébastien Helleu
2020-12-07doc: update German documentationNils Görs
2020-12-06core: add contributor in AUTHORS.adoc (issue #1597)Sébastien Helleu
2020-12-06doc: update auto-generated files with commandsSébastien Helleu
2020-12-06irc: fix completion of commands /halfop and /dehalfopSébastien Helleu
2020-12-06irc: add missing parameter "-yes" in /help dehalfopSébastien Helleu
2020-12-06add -yes to output of /help voicedotflac
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