Age | Commit message (Collapse) | Author |
|
The header sys/select.h is now required for select() function.
|
|
|
|
|
|
|
|
|
|
|
|
string_eval_expression() and command /eval (issue #388)
|
|
function string_eval_expression()
|
|
|
|
irc.look.color_nicks_in_server_messages is off
|
|
|
|
|
|
|
|
server response (closes #412)
|
|
move source code to weechat.c
|
|
|
|
to customize quoted messages in cursor mode (closes #403)
|
|
|
|
|
|
|
|
|
|
|
|
"ssl_fingerprint" (closes #281)
|
|
|
|
|
|
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.
|
|
|
|
|
|
(closes #396)
The purpose of the fix is to display any PART received on a channel,
even if the nick is not found in the channel's nicklist
(when channel is "+a", all PART are received from nick "anonymous").
|
|
|
|
|
|
task #9459)
|
|
|
|
|
|
|
|
|
|
(closes #367)
|
|
|
|
The call to ruby_init_loadpath() has been moved after ruby initializations,
which fixes the crash on plugin reload.
The errors during ruby initializations are now displayed (they were hidden).
And the ruby_cleanup() is called again: it seems it does not crash any more
(tested with Ruby 2.1.5).
|
|
plugins with options
|
|
|
|
The problem happened when doing "/script load script.py" if the scripts list
has not been downloaded (with "/script update"): WeeChat displays that python
plugin is not loaded (which is wrong).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|