Age | Commit message (Collapse) | Author |
|
|
|
(issue #1075)
|
|
|
|
|
|
(closes #1116)
|
|
weechat.completion.partial_completion_templates
|
|
This option is used to force partial completion on specific templates
(for now only "config_options").
|
|
|
|
|
|
reference)
|
|
|
|
|
|
|
|
|
|
(plugin API reference)
|
|
|
|
remove keys
|
|
|
|
|
|
relay.network.websocket_allowed_origins
|
|
|
|
(closes #990)
|
|
evaluated values
|
|
|
|
This makes the save of all configuration files about 20 to 200x slower
(according to the storage device speed); so this is disabled by default.
|
|
|
|
|
|
Automatic tests of scripting API are made with Python scripts:
- unparse.py: convert Python code to other languages
- testapigen.py: generate scripts in all languages to test the API
- testapi.py scripting API tests
|
|
|
|
|
|
Compilation with PHP 7.0 is still OK, the version in dependencies is the latest
available in Debian Sid (unstable).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
weechat.look.paste_max_lines (closes #1054)
|
|
The default value is 0 (legacy behavior).
When it is set to 1, an empty input (just by pressing Return with nothing in
input) is sent to the input callback, which receives an empty string.
|