summaryrefslogtreecommitdiff
path: root/src/plugins/ruby/weechat-ruby.c
AgeCommit message (Expand)Author
2023-09-22script: fix removal of script in system directory while trying to install a s...Sébastien Helleu
2023-05-31ruby: fix crash in display of exception backtrace with Ruby 3 (issue #1631, i...Sébastien Helleu
2023-05-30core: send all command line parameters not beginning with a dash to all plugi...Sébastien Helleu
2023-04-26ruby: Restore default SIGCHLD signal handler on unloadAndrew Potter
2023-01-28core, plugins: replace calls to string_str(n)cmp by str(n)cmp (issue #1872)Sébastien Helleu
2023-01-28core, plugins: check that string parameters are not NULL in search functions ...Sébastien Helleu
2023-01-28core, plugins: make info, info_hashtable and infolist case sensitive (issue #...Sébastien Helleu
2023-01-28core, plugins: make commands, hook command_run, completions and aliases case ...Sébastien Helleu
2023-01-28plugins: set priority in calls to weechat_config_new (issue #1872)Sébastien Helleu
2023-01-03plugins: change priority of scripting pluginsSébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-12-11scripts: Send null values to config section callbacksTrygve Aaberge
2022-02-20scripts: auto-load scripts with supported extensions only (closes #1698)Sébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-10-02plugins: use a different plugin priority for each scripting languageSébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-08-23api: add argument "bytes" in function string_dyn_concatSébastien Helleu
2020-03-22ruby: fix compiler warning on third argument of function weechat_ruby_hash_fo...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-08-25ruby: remove unused variable "ruby_hide_errors"Sébastien Helleu
2019-04-13api: return allocated string in hook_info callback and function info_getSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-07-25scripts: fix duplicated lines in output of script eval (python, perl, ruby, l...Sébastien Helleu
2018-04-13scripts: fix memory leak in hook_info callbackSébastien Helleu
2018-04-12scripts: fix return value of hook_infolist callback (pointer instead of string)Sébastien Helleu
2018-03-17scripts: hide message when the eval script is unloadedSébastien Helleu
2018-02-19scripts: display the script name in stdout/stderr output from scriptsSébastien Helleu
2018-01-15scripts: add option "eval_keep_context" in script pluginsSébastien Helleu
2018-01-15scripts: add configuration file for each script pluginSébastien Helleu
2018-01-07ruby: fix buffer overflowSébastien Helleu
2018-01-07core: fix some stylesSébastien Helleu
2018-01-06core: update translations (issue #128)Sébastien Helleu
2018-01-06scripts: add "eval" option in script commands and info "xxx_eval" (issue #128)Sébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-12-23scripts: add option "version" in script commands (closes #1075)Sébastien Helleu
2017-07-08fset: fix priority of plugin (load it after all other plugins)Sébastien Helleu
2017-01-01core: update copyright datesSébastien Helleu
2016-03-21core: add pointer in some callbacks (closes #406)Sébastien Helleu
2016-01-01core: update copyright datesSébastien Helleu
2015-10-27ruby: fix load of scripts requiring "uri" (closes #433)Sébastien Helleu
2015-04-30core: add comments after some #endifSébastien Helleu
2015-03-21ruby: fix crash on /plugin reload (closes #364)Sébastien Helleu
2015-03-07scripts: reset current script pointer when load of script fails in python/per...Sébastien Helleu
2015-02-21scripts: reformat some code to make it more readableSébastien Helleu
2015-02-21scripts: improve comments on functions that convert hashtablesSébastien Helleu
2015-01-15core: add priority in plugins to initialize them in orderSé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-03-16ruby: fix crash when trying to load a directory with /ruby loadSebastien Helleu