Age | Commit message (Collapse) | Author |
|
(issue #1108, issue #1159)
|
|
|
|
|
|
|
|
hook_print_exec"
This reverts commit bfc579cb3354cb47a224c8fa55b6a2e5684c7ab9.
|
|
#1120)
The optional command line option "--daemon" runs WeeChat like a daemon
(fork, new process group, file descriptors closed).
|
|
|
|
|
|
creation
|
|
(issue #1113)
|
|
|
|
content
|
|
|
|
|
|
|
|
|
|
weechat.completion.partial_completion_templates
|
|
This option is used to force partial completion on specific templates
(for now only "config_options").
|
|
|
|
|
|
so this header can be included even if it's not already included
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
In addition to searching the statically configured WEECHAT_LIBDIR
(weechat's installation directory) for plugins, search the path
given in the environment variable WEECHAT_EXTRA_LIBDIR. This makes
departing from the FHS standard while keeping the plugins packaged
separately easier. This change was made specifically with the Nix
package manager in mind, but can easily be used by others.
|
|
custom path or lib dir
|
|
|
|
|
|
|
|
command hook)
|
|
string_dyn_concat
|
|
This removes scan-build warnings about dereference of last_xxx null pointers.
|
|
|
|
secure_search_cipher (issue #1012)
|
|
|
|
config_file_section_insert_in_config (issue #1012)
|