Sébastien Helleu
2a71d79b37
doc: update German auto-generated file
2021-06-07 07:13:54 +02:00
Nils Görs
5775e9cd10
core: update German translations
2021-06-05 23:09:34 +02:00
Sébastien Helleu
f8872c415b
doc: add IRC SASL SCRAM mechanisms in user's guide (issue #1628 )
2021-06-01 21:29:55 +02:00
Sébastien Helleu
e365e66eeb
irc: add support of SASL mechanisms SCRAM-SHA-1, SCRAM-SHA-256 and SCRAM-SHA-512 ( closes #1628 )
2021-06-01 20:45:11 +02:00
Sébastien Helleu
576406888c
doc: update German auto-generated files
2021-06-01 20:39:04 +02:00
Sébastien Helleu
466fed4f5b
irc: add ${target} in help of server msg_kick option
2021-05-30 15:22:30 +02:00
Sébastien Helleu
b21589944e
core, irc, script: fix typos
2021-05-29 14:33:13 +02:00
Sébastien Helleu
4a41625989
irc: add variable "${target}" (target nick) in commands /kick and /kickban
2021-05-29 14:26:30 +02:00
Nils Görs
a9b976274e
doc: update German documentation
2021-05-28 13:46:02 +02:00
Sébastien Helleu
1181ab454e
doc: use secured data in relay examples (user's guide)
2021-05-28 13:37:31 +02:00
Nils Görs
c676148a63
core: update German translations
2021-05-28 09:30:29 +02:00
Sébastien Helleu
b94907c249
doc: replace freenode-tor by a generic TOR example in user's guide
2021-05-26 10:07:59 +02:00
Sébastien Helleu
7cc61cdbb3
core: replace freenode by libera in command examples
2021-05-25 18:44:10 +02:00
Sébastien Helleu
c20d3778d6
doc: replace freenode by libera in man page
2021-05-25 07:59:21 +02:00
Sébastien Helleu
1a7e49ac3f
doc: replace freenode by libera in user's guide
2021-05-25 07:56:07 +02:00
Sébastien Helleu
8bd0df9b70
doc: replace freenode by libera in tester's guide
2021-05-25 07:34:01 +02:00
Sébastien Helleu
afaff533c8
doc: replace freenode by libera in scripting guide
2021-05-25 07:27:13 +02:00
Sébastien Helleu
dc46bbf63d
doc: replace freenode by libera in FAQ
2021-05-25 07:07:12 +02:00
Sébastien Helleu
0577fd1c99
doc: replace freenode by libera in quickstart guide
2021-05-25 07:02:55 +02:00
Sébastien Helleu
0886b38725
doc: update German auto-generated file
2021-05-23 08:15:33 +02:00
Sébastien Helleu
f8419c6aa6
doc: update auto-generated files
2021-05-22 09:17:36 +02:00
Nils Görs
59d1811987
core: update German translations
2021-05-16 16:29:54 +02:00
Sébastien Helleu
dd916d5e52
doc: update auto-generated files
2021-05-16 10:08:04 +02:00
Andrew Potter
94c902adfc
irc, buflist: add bar item "tls_version" with options for colors, add buflist format "${format_tls_version}" (issue #1622 )
2021-05-16 10:00:30 +02:00
Nils Görs
0d8aeee738
core: update German translations
2021-05-15 13:58:01 +02:00
Sébastien Helleu
9d96d5d450
doc: add missing names for anchors in scripting guide
2021-05-14 19:19:49 +02:00
Sébastien Helleu
168dbaf020
doc: add link to Python stub in scripting guide (issue #1377 )
2021-05-14 19:19:45 +02:00
Sébastien Helleu
a5903e8020
doc: add type annotations in Python prototype (scripting guide) (issue #1377 )
2021-05-13 20:24:59 +02:00
Sébastien Helleu
3e122ed900
doc: add types of constants in scripting guide (issue #1377 )
2021-05-13 15:47:21 +02:00
Sébastien Helleu
c588ee21bc
core: improve options to load GnuTLS system/user CAs ( closes #972 )
...
Changes:
* new option: weechat.network.gnutls_ca_system
* option weechat.network.gnutls_ca_file renamed to
weechat.network.gnutls_ca_user
* reload certificates when options are changed
* remove build option CA_FILE
2021-05-12 20:39:40 +02:00
Sébastien Helleu
be575e5400
core: update translations (issue #1285 )
2021-05-11 21:39:46 +02:00
Sébastien Helleu
a9e210121b
fifo: add PID in default FIFO pipe filename (issue #1285 )
...
This is to prevent two WeeChat using the same runtime directory to use the same
FIFO pipe.
2021-05-11 21:07:39 +02:00
Sébastien Helleu
6925ea3ccb
doc: add missing names for anchors in user's guide (issue #1285 )
2021-05-11 21:07:36 +02:00
Sébastien Helleu
70cdf21681
doc: add XDG directories support in docs (issue #1285 )
2021-05-11 21:07:30 +02:00
Sébastien Helleu
f71b4f78fd
doc: add link to CMake option in environment variable WEECHAT_HOME (user's guide) (issue #1285 )
2021-05-11 21:07:24 +02:00
Sébastien Helleu
a3f8647a72
doc: change default value of WEECHAT_HOME CMake option to empty string (user's guide) (issue #1285 )
2021-05-11 21:07:21 +02:00
Sébastien Helleu
664fb12db7
doc: remove wrong default value of option weechat.network.gnutls_ca_file (user's guide) (issue #1285 )
2021-05-11 21:07:19 +02:00
Sébastien Helleu
cb4c3b0226
doc: use XDG config directory in Relay SSL chapter (user's guide) (issue #1285 )
2021-05-11 21:07:17 +02:00
Sébastien Helleu
7d75d82f6a
doc: use XDG config directory in chapter on IRC server certificate (user's guide) (issue #1285 )
2021-05-11 21:07:15 +02:00
Sébastien Helleu
49844a71f0
doc: use XDG config directory in SASL ECDSA-NIST256P-CHALLENGE chapter (user's guide) (issue #1285 )
2021-05-11 21:07:11 +02:00
Sébastien Helleu
5210d501d4
doc: replace "%h" by "${weechat_config_dir}" in examples of values for IRC server option "ssl_cert" (user's guide) (issue #1285 )
2021-05-11 21:07:09 +02:00
Sébastien Helleu
3833b965e4
doc: replace "%h" by "${weechat_config_dir}" in examples of values for IRC server option "sasl_key" (user's guide) (issue #1285 )
2021-05-11 21:07:07 +02:00
Sébastien Helleu
aa7860c942
doc: update German auto-generated file
2021-05-05 13:59:04 +02:00
Sébastien Helleu
ed560a785a
doc: fix list of supported OS in FAQ
2021-05-05 13:57:11 +02:00
Nils Görs
bcd889cf90
doc: update German documentation
2021-04-21 07:53:47 +02:00
Sébastien Helleu
65ea67204c
doc: translate changes in chapter on bar conditions (user's guide)
2021-04-18 12:08:11 +02:00
Nils Görs
2fbedfec1a
doc: update German documentation
2021-04-18 09:58:09 +02:00
Sébastien Helleu
1181ac069e
doc: add link to Archlinux wiki page about core dump files (user's guide)
2021-04-17 14:21:50 +02:00
Nils Görs
950c2bb898
core: update German translations
2021-04-13 11:44:40 +02:00
Sébastien Helleu
6b62456119
Revert "core: add option "-save" in command /upgrade ( closes #1630 )"
...
This reverts commit 1df1903d23 .
This is not so easy to implement: it requires saving state of plugins, and
plugins like irc can not save the connected state (except in a real upgrade
case where the sockets are still valid after exec of the new binary).
2021-04-13 00:11:11 +02:00