Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-01 | core: update copyright dates | Sébastien Helleu | |
2015-12-20 | Fix build on FreeBSD | Sunpoet Po-Chuan Hsieh | |
The error message is as follows: /usr/ports/irc/weechat/work/weechat-1.3/src/plugins/javascript/weechat-js-api.cpp:4206:16: error: use of undeclared identifier 'localtime' date_tmp = localtime (&time); ^ /usr/ports/irc/weechat/work/weechat-1.3/src/plugins/javascript/weechat-js-api.cpp:4208:9: error: use of undeclared identifier 'strftime' strftime (timebuffer, sizeof (timebuffer), "%F %T", date_tmp); ^ | |||
2015-08-13 | api: add missing function infolist_search_var() in script API (issue #484) | Sébastien Helleu | |
2015-08-13 | api: add missing function hook_completion_get_string() in script API (issue ↵ | Sébastien Helleu | |
#484) | |||
2015-08-12 | javascript: remove debug prints in log file | Sébastien Helleu | |
2015-06-24 | api: add function string_eval_path_home() | Sébastien Helleu | |
2015-03-23 | javascript: update KokaKiwi email | KokaKiwi | |
2015-03-15 | javascript: explicitely use v8 namespace | Sébastien Helleu | |
2015-03-07 | javascript: fix crash in return of string values when WeeChat API function ↵ | Sébastien Helleu | |
returns NULL | |||
2015-03-07 | javascript: add new plugin to run javascript scripts in WeeChat | Sébastien Helleu | |
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. |