summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [WIP] javascript: add compatibility with v8 version 6.8javascript-v8-nodeSébastien Helleu2021-01-304-21/+39
| | | | | | | This is work in progress, the javascript plugin does not yet compile. Compatibility with old v8 lib will be added later, for now I'm focused on compiling the plugin with v8 version 6.8.
* irc: add function irc_server_get_chantypesSébastien Helleu2021-01-304-21/+24
|
* irc: use server option "default_chantypes" as fallback in function irc_nick_is_nickSébastien Helleu2021-01-301-2/+10
|
* core: update translationsSébastien Helleu2021-01-3014-15/+82
|
* core: add contributor in AUTHORS.adoc (issue #1610)Sébastien Helleu2021-01-301-0/+1
|
* doc: update auto-generated files with optionsSébastien Helleu2021-01-306-0/+36
|
* irc: use server option "default_chantypes" as fallback when automatically adding channel type on joinSébastien Helleu2021-01-301-9/+15
|
* core: update ChangeLogSébastien Helleu2021-01-301-1/+1
|
* irc: improve help on server option "default_chantypes"Sébastien Helleu2021-01-302-2/+2
|
* irc: fix name of option "default_chantypes" in list of server optionsSébastien Helleu2021-01-301-3/+3
|
* irc: simplify code in function irc_channel_is_channelSébastien Helleu2021-01-301-7/+11
|
* irc: make default chantypes configurableMatti Virkkunen2021-01-306-4/+35
|
* doc: update German documentationNils Görs2021-01-271-2/+1
|
* doc: update Polish auto-generated filesSébastien Helleu2021-01-274-88/+88
|
* doc: add a second note on default configuration files in user's guideSébastien Helleu2021-01-276-6/+16
|
* core: add command "/buffer listvar" in release notesSébastien Helleu2021-01-261-0/+15
|
* core: add contributor in AUTHORS.adoc (issue #1607)Sébastien Helleu2021-01-161-0/+1
|
* core: update ChangeLogSébastien Helleu2021-01-161-0/+4
|
* doc: don't build headless man page if headless is disabledJan Palus2021-01-168-104/+120
|
* po: updated polish translationKrzysztof Korościk2021-01-151-47/+44
|
* doc: updated polish translationKrzysztof Korościk2021-01-153-141/+114
|
* doc: add missing non-breaking spaces before punctuation in French docsSébastien Helleu2021-01-094-8/+8
|
* core: update German translationsNils Görs2021-01-051-7/+6
|
* core: update copyright datesSébastien Helleu2021-01-02579-580/+580
|
* irc: remove obsolete comment on translationSébastien Helleu2021-01-0214-27/+13
|
* irc: fix ambiguity on translation of word "server"Sébastien Helleu2021-01-0214-105/+230
| | | | | | | | | 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.
* core: move debug_id assignation in macro EVAL_DEBUG_MSGSébastien Helleu2021-01-021-9/+2
|
* doc: add note about call to "regfree" after call to "string_regcomp" (plugin API reference)Sébastien Helleu2021-01-015-4/+52
|
* core: add indentation and colors in /eval debug outputSébastien Helleu2021-01-015-165/+475
|
* doc: update German auto-generated fileSébastien Helleu2021-01-011-76/+76
|
* core: update German translationsNils Görs2021-01-011-5/+4
|
* core: display more verbose debug with two "-d" in command /evalSébastien Helleu2020-12-3128-226/+293
| | | | | | | 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.
* core: fix typo in commentSébastien Helleu2020-12-301-1/+1
|
* doc: update German documentationNils Görs2020-12-282-6/+4
|
* doc: update question about config files sharing (FAQ)Sébastien Helleu2020-12-286-17/+17
|
* doc: add info about sensitive data in relay.conf (user's guide)Sébastien Helleu2020-12-286-6/+10
|
* doc: update Polish auto-generated filesSébastien Helleu2020-12-276-501/+501
|
* po: updated polish translationKrzysztof Korościk2020-12-271-308/+363
|
* core: do not remove quotes in arguments of command /eval (closes #1601)Sébastien Helleu2020-12-253-30/+28
| | | | | | | Now, /eval -n -c "a" == "a" returns True instead of False. When quotes were removed, the condition evaluated was: a" == "a (which is False).
* doc: update German auto-generated filesSébastien Helleu2020-12-212-91/+91
|
* doc: add missing parenthesis in user's guideSébastien Helleu2020-12-214-4/+4
|
* doc: update German documentationNils Görs2020-12-211-56/+54
|
* core: update German translationsNils Görs2020-12-211-15/+15
|
* doc: add a chapter on buffer local variables (user's guide)Sébastien Helleu2020-12-196-12/+835
|
* core: add options "setvar" and "delvar" in command /buffer, rename option "localvar" to "listvar"Sébastien Helleu2020-12-1942-169/+502
| | | | | | | | 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.
* doc: replace "core" by "weechat" in table with extra info for bar item "buffer_nicklist" (plugin API reference)Sébastien Helleu2020-12-194-28/+28
|
* core: add buffer local variable "completion_default_template" (evaluated) (closes #1600)Sébastien Helleu2020-12-192-1/+48
| | | | | | | | | | 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)
* core: remove unneeded return of WEECHAT_RC_OK in filter commandSébastien Helleu2020-12-181-2/+0
|
* core: add option "recreate" in command /filterSébastien Helleu2020-12-1821-166/+300
|
* doc: update German auto-generated fileSébastien Helleu2020-12-181-64/+64
|