Age | Commit message (Collapse) | Author |
|
This fixes only a wrong error report from cppcheck, there was no problem
in code with the variable "python2_bin".
|
|
|
|
#484)
|
|
|
|
|
|
python/perl/ruby/lua/tcl plugins
|
|
|
|
Affected functions:
- config_option_reset
- config_color
- config_color_default
- config_write
- config_read
- config_reload
- config_is_set_plugin
- buffer_get_string
- buffer_string_replace_local_var
- nicklist_group_get_string
- nicklist_nick_get_string
- command
- hdata_time
|
|
python/perl/ruby/lua/tcl/guile plugins
|
|
|
|
script
|
|
declare API functions
|
|
|
|
|
|
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
|
|
|
|
|
|
Python 2.x (closes #125)
|
|
from string to integer (in scripts)
|
|
|
|
|
|
|
|
pointer in signal_data
|
|
wrong/missing
|
|
|
|
|
|
python/perl/ruby/lua/guile plugins (bug #41345)
|
|
(task #10847, task #13031)
The function hook_set has been added in script API.
|
|
|
|
|
|
|
|
|
|
|
|
in plugins
This "-no-undefined" was causing an error when detecting "ld" lib on Cygwin.
|
|
displaying the bar item (task #12717)
|
|
"-c" for command /eval (to evaluate a condition)
|
|
|
|
|
|
to isak)
|
|
|
|
|
|
New option script.scripts.autoload, new options autoload/noautoload/toggleautoload
for command /script, new action "A" (meta-A) on script buffer (toggle autoload).
|
|
|
|
|
|
|
|
"string_eval_expression" in plugin API
|
|
shuffle list of hosts for a same address (task #11205)
|
|
hdata_update and hdata_set
|