Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This plugin requires PHP >= 7.0.
|
|
|
|
|
|
|
|
|
|
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.
|
|
irc.look.color_nicks_in_nicklist is on"
This reverts commit 0c86e742c588cf38a93f2f89dea5f96c48e7d0f9.
|
|
irc.look.color_nicks_in_nicklist is on
|
|
|
|
callback from string to integer (in scripts)
|
|
hook_fd
|
|
|
|
|
|
|
|
|
|
This fixes a compiler warning on OpenBSD.
|
|
|
|
(issue #1040)
This fixes a bug with clients like Atomic which are sending "CAP REQ :".
|
|
|
|
ACK only if all capabilities received are OK and NAK otherwise (closes #1040)
|
|
examples
|
|
|
|
|
|
opened
|
|
|
|
This fixes a refresh problem of options after /upgrade in fset buffer.
|
|
|
|
|
|
|
|
|
|
|
|
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 is already done in the function fset_option_get_options.
|
|
|
|
|
|
|
|
|
|
Using the pre-defined format (without eval) is about 3.5x faster.
|
|
|