Age | Commit message (Collapse) | Author |
|
This allows the input callback function for a buffer to receive multiple
lines at once, instead of the message being split on newline before
being sent to the callback. It adds a new flag, input_multiline, to
control this. This flag defaults to 0 which is the current behavior.
|
|
modifier callback (closes #42)
|
|
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
New comparison operators:
- "==*": is matching mask, case sensitive (wildcard "*" is allowed)
- "!!*": is NOT matching mask, case sensitive (wildcard "*" is allowed)
- "==-": is included, case sensitive
- "!!-": is NOT included, case sensitive
- "=-": is included, case insensitive
- "!-": is NOT included, case insensitive
|
|
|
|
|
|
|
|
The script now requires Python 3.6+.
|
|
|
|
directory
|
|
|
|
|
|
|
|
The value can be "zlib" (default in relay) or "off".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(issue #1484)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#1475, closes #1477)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(weechat protocol)
Configuration options renamed:
* relay.network.auth_password -> relay.network.password_hash_algo
* relay.network.hash_iterations -> relay.network.password_hash_iterations
Handshake command options renamed:
* password -> password_hash_algo
Handshake reply keys renamed:
* auth_password -> password_hash_algo
* hash_iterations -> password_hash_iterations
|
|
|
|
|
|
|
|
|
|
|
|
protocol)
|