Age | Commit message (Collapse) | Author |
|
Some parameters of command `/script` were renamed in commit
85b5bacfe3d7343cb8695b8d7b0467732d8b8d53 but the default mouse keys were not
changed and still using the old parameters names.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"base_encode"
|
|
|
|
|
|
|
|
|
|
is enabled (closes #2074)
|
|
|
|
|
|
separated by semicolons
|
|
|
|
|
|
The server option "autojoin_delay" adds a delay before autojoin.
The server option "command_delay" is now used to add a delay before the
execution of the command.
On upgrade from an old version, the option "command_delay" is copied to
"autojoin_delay" (in old versions, "command_delay" was applied after the
execution of command and before the autojoin).
|
|
websocket frame
|
|
|
|
|
|
|
|
|
|
|
|
This fixes the following warning:
test-core-dir.cpp:178:36: warning: zero-length gnu_printf format string [-Wformat-zero-length]
|
|
|
|
|
|
relay.network.compression is set to 0
|
|
|
|
|
|
callback (closes #2067)
|
|
|
|
|
|
(issue #2066)
|
|
builds (issue #2066)
This is because in these versions the libcjson-dev package doesn't provide
pkg-config file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
relay.network.time_window (issue #2066)
|