Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Option relay.network.compression_level is renamed to relay.network.compression
and is now a percentage between 0 (no compression) to 100 (best compression,
slowest).
Compression is now disabled by default in weechat protocol and must be enabled
via the `handshake` command (option `compression` has been removed from `init`
command).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(user's guide)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"Configuration" (user's guide)
|
|
"Interface" (user's guide)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
${define:name,value}
|
|
|
|
|
|
|
|
|
|
|
|
Split of string: ${split:number,separators,flags,xxx}
Split of shell arguments: ${split_shell:number,xxx}
|