Sébastien Helleu
e8cdda318f
irc: drop support of DH-BLOWFISH and DH-AES SASL mechanisms ( closes #175 )
2021-06-15 21:49:45 +02:00
Sébastien Helleu
88edc19149
doc: update user's guide translations (issue #1642 )
2021-06-14 21:39:27 +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
1181ab454e
doc: use secured data in relay examples (user's guide)
2021-05-28 13:37:31 +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
1a7e49ac3f
doc: replace freenode by libera in user's guide
2021-05-25 07:56:07 +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
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
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
65ea67204c
doc: translate changes in chapter on bar conditions (user's guide)
2021-04-18 12:08:11 +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
Sébastien Helleu
fae9bdf8f8
trigger: add variables "${tg_shell_argc}" and "${tg_shell_argvN}" in command trigger evaluated strings ( closes #1624 )
2021-04-06 18:37:22 +02:00
Sébastien Helleu
e4ff17e162
doc: add section "plugin" in weechat.conf (user's guide)
2021-03-16 19:03:45 +01:00
Sébastien Helleu
0dc7fbcb0c
core: add options to customize commands on system signals, quit by default on SIGHUP when not running headless ( closes #1595 )
...
New options to customize behavior on signals received, with the default
behavior:
- weechat.signal.sighup: quit in normal mode, reload config in headless
- weechat.signal.sigquit: quit
- weechat.signal.sigterm: quit
- weechat.signal.sigusr1: no command executed by default
- weechat.signal.sigusr2: no command executed by default
The signals SIGUSR1 and SIGUSR2 are introduced by this commit, so it's now
possible to run commands when they are received.
The SIGHUP signal makes now WeeChat quit, it was the behavior before version
2.9 of WeeChat (see commit de1e61f7cd50cbd1a99777fe6611642a51abf5f6).
2021-03-16 18:47:31 +01:00
Sébastien Helleu
a02a2fbaae
doc: use full path /usr/bin/pass in example for option sec.crypt.passphrase_command
2021-03-14 13:38:50 +01:00
Sébastien Helleu
d2c56084f8
doc: add upgrade chapter in user's guide
2021-03-13 15:17:01 +01:00
Sébastien Helleu
0f71b4ccc8
irc: add bar item "irc_nick_prefix"
2021-02-27 13:44:24 +01:00
Sébastien Helleu
a811da3a42
doc: add missing available bar items (user's guide)
2021-02-27 12:56:09 +01:00
Sébastien Helleu
7b15742a11
doc: fix example of value for bar item "irc_nick_modes" (user's guide)
2021-02-26 18:45:21 +01:00
Sébastien Helleu
49ac7dd9f5
doc: split dependencies in two tables: required and optional (user's guide)
2021-02-19 20:12:18 +01:00
Sébastien Helleu
f1c681c832
core: replace option sec.crypt.passphrase_file by sec.crypt.passphrase_command ( closes #141 )
...
The command is used to read the passphrase on startup, for example using your
favorite password manager.
Note: only the passphrase is read from the program, the secured data is still
stored encrypted in sec.conf and handled by WeeChat itself.
2021-02-06 16:07:14 +01:00
Sébastien Helleu
fd672a0fa4
doc: add a second note on default configuration files in user's guide
2021-01-27 00:04:30 +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
cc5c34d4dc
doc: add missing parenthesis in user's guide
2020-12-21 18:31:08 +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
b95e91e1a2
doc: add command to run WeeChat with address sanitizer (user's guide)
2020-12-13 11:01:04 +01:00
Sébastien Helleu
0ff08e54f5
trigger: add variable "tg_argc" in data set by command trigger ( closes #1576 )
2020-10-21 19:10:37 +02:00
Trygve Aaberge
c3707bb6e1
doc: Update hotlist example to match hotlist_prefix
...
hotlist_prefix defaults to "H: ", so the example should show the same to
make it easier to understand what it is.
2020-10-15 13:46:27 +02:00
Sébastien Helleu
fd72226a71
doc: translate tg_trigger_name variable under triggers (issue #1567 )
2020-10-10 13:22:49 +02:00
Sébastien Helleu
9262720a65
doc: add instructions to build WeeChat with address sanitizer (user's guide)
2020-08-01 09:53:47 +02:00
Sébastien Helleu
26085575d5
core: disable debug by default in autotools build
2020-08-01 01:41:40 +02:00
Sébastien Helleu
5bf571c60f
doc: improve description of tags "notify_xxx" in chapter on lines tags (user's guide) (issue #1529 )
2020-07-20 21:48:20 +02:00
Sébastien Helleu
340d6646a6
javascript: disable build by default and remove Debian packaging of JavaScript plugin (issue #360 )
2020-06-13 14:34:13 +02:00
Sébastien Helleu
52b4f07414
doc: add URL to the Debian download page in user's guide
2020-06-06 08:54:15 +02:00
Sébastien Helleu
1d357533b9
core: add bar items with nicklist groups and nicks/groups ( closes #1506 )
...
The bar item "buffer_nicklist_count" is now the number of displayed nicks
only (not groups).
New bar items:
- "buffer_nicklist_count_groups": number of groups displayed
- "buffer_nicklist_count_all": number of nicks and groups displayed
2020-05-16 11:27:41 +02:00
Sébastien Helleu
b2d1f37782
core: add default key alt-enter to insert a newline (issue #1498 )
2020-05-10 10:39:57 +02:00
Sébastien Helleu
505a91c600
doc: merge 53 autogen files into 11 files, move them to includes directory
2020-05-03 14:05:18 +02:00
Sébastien Helleu
6c93d1d711
doc: move files cmdline_options.xx.adoc and man.xx.adoc into "includes" directory
2020-05-02 15:13:13 +02:00
Sébastien Helleu
9e8cdd5e40
doc: merge files cmdline_options_debug.xx.adoc into cmdline_options.xx.adoc
2020-05-02 14:18:43 +02:00