Age | Commit message (Collapse) | Author |
|
|
|
trigger
|
|
|
|
|
|
guide)
|
|
|
|
|
|
trigger "cmd_pass" (user guide)
|
|
|
|
|
|
For people skimming the section, it will not be immediately clear to
them, especially since everything seems to suggest this option is
enabled by default.
|
|
|
|
doc: use '-out' instead of shell redirection for openssl ecparam
|
|
|
|
|
|
Generated with:
$ sed -i 's|openssl ecparam -genkey -name prime256v1 >~/.weechat/ecdsa.pem|openssl ecparam -genkey -name prime256v1 -out ~/.weechat/ecdsa.pem|' $(git grep -l 'openssl ecparam')
There's no reason to involve shell redirection, which we've had since
88073243 (doc: add instructions for SASL "ecdsa-nist256p-challenge",
2015-01-21). We already use -in or -out for our other openssl
invocations, as shown by:
$ git grep 'openssl.*\(<\|>\|-in\|-out\)'
|
|
|
|
|
|
|
|
(closes #1116)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Compilation with PHP 7.0 is still OK, the version in dependencies is the latest
available in Debian Sid (unstable).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WeeChat doesn't compile any more with Python <= 2.5.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
signal/modifier hooks
|
|
Tor/SASL (user's guide) (issue #999)
|
|
|