summaryrefslogtreecommitdiff
path: root/src/plugins/plugin-script-api.c
AgeCommit message (Expand)Author
2023-09-16scripts: add function hook_url in scripting APISébastien Helleu
2023-03-16core: add configuration version, add API function config_set_versionSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-08-01scripts: fix issue with long interval in function hook_timerSébastien Helleu
2022-03-13api: add function buffer_new_props (closes #1759)Sébastien Helleu
2022-01-30core: add support of date and tags in messages displayed in buffers with free...Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-06-15api: add argument "strip_items" in function string_splitSébastien Helleu
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-03-10core: replace argument "keep_eol" by "flags" in function string_split (closes...Sébastien Helleu
2019-02-28api: add function command_options (issue #928)Sébastien Helleu
2019-02-27api: add function string_match_listSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-08-12api: add function hook_lineSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-09-07api: check script pointer in scripting API functionsSébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-04-28script: make callbacks optional again in hook functions (issue #406)Sébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-01-01core: update copyright datesSébastien Helleu
2014-11-22api: return value in function command(), remove WeeChat error after command c...Sébastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-08-19core: add syntax "@buffer:item" in bar items to force the buffer used when di...Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-15core: move comments with description of C file to top of filesSebastien Helleu
2012-12-13core: reformat comments for functionsSebastien Helleu
2012-10-14api: connect with IPv6 by default in hook_connect (with fallback to IPv4), sh...Simon Arlott
2012-08-03core: rename type t_script_callback to t_plugin_script_cbSebastien Helleu
2012-08-02core: remove directory "src/plugins/scripts", move script plugins in "src/plu...Sebastien Helleu