Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Configuration" (user's guide)
|
|
"Interface" (user's guide)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
in hotlist
New options in command /input:
- hotlist_remove_buffer
- hotlist_restore_buffer
- hotlist_restore_all
New keys:
- alt+h, alt+c: clear the whole hotlist (former key: alt+h)
- alt+h, alt+m: mark the current buffer as read by removing it from the hotlist
- alt+h, alt+r: restore latest hotlist removed in the current buffer
- alt+h, alt+shift+R: restore latest hotlist removed in all buffers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
buflist format "${format_tls_version}" (issue #1622)
|
|
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
|
|
This is to prevent two WeeChat using the same runtime directory to use the same
FIFO pipe.
|
|
|
|
|
|
guide) (issue #1285)
|
|
(user's guide) (issue #1285)
|
|
(user's guide) (issue #1285)
|
|
|
|
guide) (issue #1285)
|
|
(user's guide) (issue #1285)
|
|
server option "ssl_cert" (user's guide) (issue #1285)
|
|
server option "sasl_key" (user's guide) (issue #1285)
|
|
|
|
|
|
trigger evaluated strings (closes #1624)
|
|
|
|
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).
|
|
sec.crypt.passphrase_command
|