Age | Commit message (Collapse) | Author |
|
|
|
WeeChat) (closes #320)
Capabilities can be excluded with the format: "*,!account-*,!extended-join".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(closes #1653)
|
|
Spec: https://ircv3.net/specs/extensions/standard-replies
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCRAM-SHA-512 (closes #1628)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
|
|
|
found (option weechat.network.gnutls_ca_file)
|
|
|
|
This reverts commit 1df1903d230c4f8dbd0876b8bbc3454aa1af389c.
This is not so easy to implement: it requires saving state of plugins, and
plugins like irc can not save the connected state (except in a real upgrade
case where the sockets are still valid after exec of the new binary).
|
|
|
|
reference)
|
|
|
|
|
|
|
|
and in hdata)
These two formats are now supported, if "pointer_name" is present in the
"pointers" hashtable:
* "${pointer_name}": value of pointer (example: "0x1234abcd")
* ${buffer[pointer_name].full_name}: use of a pointer name instead of pointer
value or list name
|