Age | Commit message (Collapse) | Author |
|
weechat_string_free_split() (issue #865)
|
|
weechat_hashtable_free() (issue #865)
|
|
|
|
|
|
|
|
This removes two compiler warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
SCRAM-SHA-512 (closes #1628)
|
|
(issue #1285)
The 4 directories (which can be the same):
- config: configuration files, certificates
- data: log/upgrade files, local plugins, scripts, xfer files
- cache: script repository, scripts downloaded (temporary location)
- runtime: FIFO pipe, relay UNIX sockets
|
|
irc.server.xxx.sasl_key (issue #1285)
|
|
|
|
After these calls to malloc the memory is set to zero, so it's better to call
calloc that does it already.
|
|
|
|
|
|
|
|
|
|
|
|
string_{encode,decode}_base64
|
|
|
|
|
|
|
|
|
|
|
|
mechanism
|
|
with dh-blowfish or dh-aes mechanism
These mechanisms are not recommended anyway because they are considered as
insecure.
|
|
|
|
|
|
|
|
|
|
Gnutls >= 3.0.21 is now required for SASL "ecdsa-nist256p-challenge".
Gnutls >= 3.3.0 is required to display the public key when connecting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and script.pl)
|
|
|
|
|
|
|
|
|
|
|
|
|