Age | Commit message (Collapse) | Author |
|
|
|
The following things have been renamed:
- file aspell.conf -> spell.conf
- options aspell.* -> spell.*
- bar item aspell_dict -> spell_dict
- bar item and local variable aspell_suggest -> spell_suggest
- info aspell_dict -> spell_dict
|
|
(user's guide)
|
|
The following special sequences are not supported in regular expressions on
FreeBSD:
- "\w": replaced with "[a-zA-Z0-9_]"
- "\S": replaced with "[^ ]" (it should be "[^ \t\n\r\f\v]", but in practice
only spaces could be a problem when we use this sequence).
|
|
(same action as F1/F2)
|
|
(same action as F11/F12)
|
|
guide) (closes #1284)
|
|
|
|
|
|
|
|
authentication factor in weechat protocol
|
|
|
|
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).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|