Age | Commit message (Collapse) | Author |
|
If environment variable WEECHAT_HOME is set to a non-empty value, this
is taken as the path for Weechat home directory.
"--dir" command-line switch has higher precedence over this
environment variable.
|
|
|
|
|
|
task #9459)
|
|
|
|
|
|
plugins with options
|
|
|
|
|
|
|
|
default) (closes #324)
|
|
|
|
|
|
|
|
Current order is: charset, logger, exec, trigger, aspell, alias, fifo, xfer,
irc, relay, guile/lua/perl/python/ruby/tcl, script.
|
|
|
|
|
|
|
|
|
|
|
|
callback if return code is WEECHAT_RC_ERROR
|
|
|
|
|
|
|
|
|
|
|
|
weechat.look.item_mouse_status and weechat.color.status_mouse
|
|
enable|disable|toggle <delay>
|
|
enable|disable|toggle
|
|
options for offline nick
|
|
|
|
|
|
This fixes a memory leak in completions which are using this callback
to free words in the completion list.
|
|
The syntax is: ${hide:char,string}.
All chars in string are replaced with char (which can be one or more chars).
|
|
|
|
|
|
The pointer and index returned is now the first element found with the value
(with the lower index if there are many elements with same value).
And the index for insert is the last element with same value + 1
(the higher index + 1).
|
|
|
|
The sort was causing bugs because some options were missing while reading
other options, so the order of sections is important, they must not be
sorted.
This is a partial revert of commit 56f099bec647ef79542e3e65e847e24d1bdcaa61.
|
|
|
|
With arraylist (vs weelist), the completion is about 50x faster.
It is visible on "/help [+tab]".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
and util_timeval_add
|
|
than 1
|