Age | Commit message (Collapse) | Author |
|
|
|
|
|
(closes #367)
|
|
is NULL
|
|
|
|
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).
|
|
(user's guide) (closes #363)
|
|
|
|
|
|
|
|
core: update Japanese translations
|
|
|
|
(issue #360)
|
|
|
|
|
|
Conflicts:
po/pt_BR.po
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
packaging)
|
|
|
|
|
|
|
|
|
|
Better when things are aligned, no? :)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
are disabled
|
|
|
|
|
|
|
|
|
|
returns NULL
|
|
|
|
This plugin was originally written by Koka El Kiwi
(repository: https://github.com/KokaKiwi/weechat-js-plugin).
This plugin uses Google V8 engine to execute JS scripts.
|
|
|
|
python/perl/ruby/lua/tcl plugins
|