Age | Commit message (Collapse) | Author |
|
|
|
|
|
"${weechat_cache_dir}/script" (issue #1285)
|
|
(issue #1285)
The 4 directories (which can be the same):
- config: configuration files, certificates
- data: log/upgrade files, local plugins, scripts, xfer files
- cache: script repository, scripts downloaded (temporary location)
- runtime: FIFO pipe, relay UNIX sockets
|
|
|
|
|
|
This fixes a compiler warning complaining about a too small buffer for
snprintf, even if this should never happen.
|
|
script.scripts.download_enabled is set to off (closes #1574)
|
|
|
|
is too old (closes #1548)
The repository file is downloaded anyway if too old on any /script action.
|
|
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
|
|
to crypto_hash
|
|
function string_hash
|
|
SHA512 hash
This removes dependency on libgcrypt in script plugin.
|
|
content
|
|
/script list -i
|
|
script_action_list_input
|
|
|
|
|
|
|
|
loaded" if no scripts are loaded
|
|
|
|
Allows for custom LIBDIR to specified with cmake builds. WEECHAT_LIBDIR
is used for a custom Weechat directory, or set from LIBDIR (as LIBDIR
used to be set).
|
|
|
|
options
This option is OFF by default and should be enabled only for tests, to measure
test coverage.
|
|
(closes #1322)
|
|
|
|
Related to weechat/weechat.org@66a8b72ab17784e7476b142e36c0fd8c7ae9c7c3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
creation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
examples
|
|
|
|
This fixes a refresh problem of options after /upgrade in fset buffer.
|
|
|
|
This removes scan-build warnings about dereference of last_xxx null pointers.
|
|
|