Age | Commit message (Collapse) | Author |
|
(plugin API reference)
|
|
|
|
|
|
|
|
|
|
not an internal WeeChat server (issue #1165)
|
|
|
|
|
|
|
|
doc: use '-out' instead of shell redirection for openssl ecparam
|
|
|
|
|
|
|
|
|
|
irc_in2, irc_raw_in and irc_raw_in2 (issue #787)
|
|
|
|
|
|
|
|
|
|
API reference)
|
|
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\)'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1120)
The optional command line option "--daemon" runs WeeChat like a daemon
(fork, new process group, file descriptors closed).
|
|
|
|
|
|
reference)
|
|
|
|
|
|
|
|
|
|
(closes #1144)
The server option "ssl_fingerprint" is now evaluated when it is used (during
SSL connection), instead of when it is set with command /set.
|
|
reference)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(issue #1113)
|
|
content
|
|
|
|
|
|
|