Age | Commit message (Collapse) | Author |
|
|
|
|
|
"x-weechat-totp"
|
|
|
|
upon connection
|
|
|
|
|
|
addition to the server buffer
|
|
|
|
This prevents unexpected updates of input on remote buffer whenever something
changes in the buffer, like a local variable, but with the same unchanged
input.
|
|
|
|
This option enables auto-connection to the remote, unless command line option
`-a` (`--no-connect`) is given.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The new buffer property "modes" is used instead.
|
|
|
|
|
|
|
|
The new buffer property "input_prompt" is used instead.
|
|
|
|
irc_server_set_buffer_input_multiline
|
|
|
|
|
|
|
|
|
|
|
|
|
|
New fields returned:
- "input" (string): content of input
- "input_position" (integer): position in input (starts at 0)
- "input_multiline" (boolean): true if the buffer allows multiline input
|
|
This parameter is the number of lines to return for buffers with free content.
Its default value is `0` if "lines" is set to `0`, otherwise all buffer lines
are returned.
|
|
|
|
This adds the support of Cross-Origin Resource Sharing (CORS) in the relay HTTP
API.
|
|
|
|
|
|
|
|
|
|
|
|
event
|
|
This fixes a creation of multiple fset buffers on remote when /fset is used on
the server.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|