Age | Commit message (Collapse) | Author |
|
string_rebuild_split_string
|
|
|
|
free content, add function printf_y_date_tags (closes #1746)
|
|
|
|
|
|
|
|
|
|
(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
|
|
|
|
|
|
|
|
|
|
|
|
plugin-api.c to wee-string.c
|
|
completion_{get_string|list_add}
Old functions are kept for compatibility reasons.
|
|
(issue #1484)
|
|
|
|
|
|
to crypto_hash
|
|
function string_hash
|
|
|
|
|
|
|
|
the plugin name followed by a colon
|
|
file weechat.upgrade is not found
|
|
|
|
(closes #1322)
|
|
|
|
|
|
|
|
|
|
|
|
string_{encode,decode}_base64
|
|
|
|
startup
If given, the option replaces the option weechat.plugin.autoload.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
This removes scan-build warnings about dereference of last_xxx null pointers.
|
|
|
|
|