Krzysztof Korościk
c81eac325d
doc: updated polish translation
2021-01-15 21:17:37 +01:00
Sébastien Helleu
25ed384418
doc: add missing non-breaking spaces before punctuation in French docs
2021-01-09 20:22:22 +01:00
Nils Görs
84b02c1296
core: update German translations
2021-01-05 09:15:43 +01:00
Sébastien Helleu
efc7a588d6
core: update copyright dates
2021-01-02 21:34:16 +01:00
Sébastien Helleu
df4b9170f1
irc: remove obsolete comment on translation
2021-01-02 15:22:02 +01:00
Sébastien Helleu
b8acaf8a14
irc: fix ambiguity on translation of word "server"
...
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 15:18:26 +01:00
Sébastien Helleu
470e3ef9cf
core: move debug_id assignation in macro EVAL_DEBUG_MSG
2021-01-02 14:43:40 +01:00
Sébastien Helleu
943374f789
doc: add note about call to "regfree" after call to "string_regcomp" (plugin API reference)
2021-01-01 18:10:47 +01:00
Sébastien Helleu
d413ccdf4f
core: add indentation and colors in /eval debug output
2021-01-01 17:08:59 +01:00
Sébastien Helleu
63ead3da49
doc: update German auto-generated file
2021-01-01 15:47:35 +01:00
Nils Görs
565837f75a
core: update German translations
2021-01-01 11:21:57 +01:00
Sébastien Helleu
2ad3da03a2
core: display more verbose debug with two "-d" in command /eval
...
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-31 20:37:43 +01:00
Sébastien Helleu
33c7b96146
core: fix typo in comment
2020-12-30 23:02:37 +01:00
Nils Görs
7b13bb5cf9
doc: update German documentation
2020-12-28 10:14:42 +01:00
Sébastien Helleu
9bc194c898
doc: update question about config files sharing (FAQ)
2020-12-28 00:17:05 +01:00
Sébastien Helleu
0942b04c52
doc: add info about sensitive data in relay.conf (user's guide)
2020-12-28 00:08:45 +01:00
Sébastien Helleu
2e3cef4c41
doc: update Polish auto-generated files
2020-12-27 21:56:10 +01:00
Krzysztof Korościk
05a9a7904c
po: updated polish translation
2020-12-27 19:05:51 +01:00
Sébastien Helleu
ee9aa28a8c
core: do not remove quotes in arguments of command /eval ( closes #1601 )
...
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-25 00:21:03 +01:00
Sébastien Helleu
a8abfcd7b4
doc: update German auto-generated files
2020-12-21 18:33:48 +01:00
Sébastien Helleu
cc5c34d4dc
doc: add missing parenthesis in user's guide
2020-12-21 18:31:08 +01:00
Nils Görs
f9b4f4e7e6
doc: update German documentation
2020-12-21 13:40:39 +01:00
Nils Görs
18f9ba3c0c
core: update German translations
2020-12-21 13:07:23 +01:00
Sébastien Helleu
09f57476d2
doc: add a chapter on buffer local variables (user's guide)
2020-12-19 21:23:16 +01:00
Sébastien Helleu
7e2396ade8
core: add options "setvar" and "delvar" in command /buffer, rename option "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 20:59:38 +01:00
Sébastien Helleu
1526f58d7a
doc: replace "core" by "weechat" in table with extra info for bar item "buffer_nicklist" (plugin API reference)
2020-12-19 15:00:02 +01:00
Sébastien Helleu
0294b246f6
core: add buffer local variable "completion_default_template" (evaluated) ( 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-19 14:25:13 +01:00
Sébastien Helleu
e4152c3535
core: remove unneeded return of WEECHAT_RC_OK in filter command
2020-12-18 20:28:41 +01:00
Sébastien Helleu
dc5277fe89
core: add option "recreate" in command /filter
2020-12-18 20:28:16 +01:00
Sébastien Helleu
73eabdbe80
doc: update German auto-generated file
2020-12-18 19:55:44 +01:00
Nils Görs
5e17f0039b
core: update German translations
2020-12-17 11:05:15 +01:00
Sébastien Helleu
13e4af7b46
script: add status of scripts in output of command /script list in /help script
2020-12-15 20:41:13 +01:00
Nils Görs
1efcaa9752
doc: update German documentation
2020-12-13 11:55:38 +01:00
Sébastien Helleu
b95e91e1a2
doc: add command to run WeeChat with address sanitizer (user's guide)
2020-12-13 11:01:04 +01:00
Nils Görs
3dea65aa05
doc: update German documentation
2020-12-07 08:59:07 +01:00
Sébastien Helleu
a69cfbdb19
core: add contributor in AUTHORS.adoc (issue #1597 )
2020-12-06 15:54:44 +01:00
Sébastien Helleu
d01a98950a
doc: update auto-generated files with commands
2020-12-06 15:51:12 +01:00
Sébastien Helleu
ee25c74903
irc: fix completion of commands /halfop and /dehalfop
2020-12-06 15:48:55 +01:00
Sébastien Helleu
cd7947d8fc
irc: add missing parameter "-yes" in /help dehalfop
2020-12-06 15:47:52 +01:00
dotflac
4974c2f0a2
add -yes to output of /help voice
...
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 15:43:36 +01:00
Sébastien Helleu
33cdf3eb90
doc: add question about buflist customization
2020-12-06 15:13:55 +01:00
Sébastien Helleu
58a94df61d
core: update ChangeLog
2020-12-05 19:57:53 +01:00
Sébastien Helleu
08ebc99dea
Revert "exec: return NULL immediately if the task id is invalid"
...
This reverts commit dff1bf6f0f .
2020-12-05 19:57:24 +01:00
Sébastien Helleu
03f4afe65e
Revert "core: add extra compiler options to check overflow of destination buffer and output truncation"
...
This reverts commit 4ff4a64209 .
These compiler flags are not supported on old compiler version, for example on
Debian Stretch/Jessie and Ubuntu Xenial (16.04).
2020-11-29 11:05:38 +01:00
Tim Gates
08db4407ed
docs: fix simple typo, confiuration -> configuration
...
There is a small typo in src/core/weechat.c.
Should read `configuration` rather than `confiuration`.
2020-11-28 09:46:23 +01:00
Sébastien Helleu
4ff4a64209
core: add extra compiler options to check overflow of destination buffer and output truncation
2020-11-28 09:43:57 +01:00
Sébastien Helleu
21aef706cd
core: allocate dynamic string size for colors
2020-11-23 21:25:41 +01:00
Sébastien Helleu
345bdddf62
script: increase buffer size in function script_buffer_detail_label
...
This fixes a compiler warning complaining about a too small buffer for
snprintf, even if this should never happen.
2020-11-22 15:00:19 +01:00
Sébastien Helleu
d1cad18f01
core: increase buffer size in function plugin_api_info_uptime_cb
...
This fixes a compiler warning complaining about a too small buffer for
snprintf, even if this should never happen.
2020-11-22 14:59:06 +01:00
Sébastien Helleu
a8dd0e1337
core: increase buffer size in function gui_bar_item_time_cb
...
This fixes a compiler warning complaining about a too small buffer for
snprintf, even if this should never happen.
2020-11-22 14:56:55 +01:00