summaryrefslogtreecommitdiff
path: root/src/plugins/script/script-command.c
AgeCommit message (Expand)Author
2023-10-17script: format and translate commands line by line (issue #2005)Sébastien Helleu
2023-09-15script: rename parameters up/down/go to -up/-down/-go in command `/script`Sébastien Helleu
2023-09-05core: add note for translators on command arguments (issue #2005)Sébastien Helleu
2023-08-22script: add parameters up/down/go in `/help script` and command completionSébastien Helleu
2023-08-22script: allow jump to the last script with command `/script go end`Sébastien Helleu
2023-08-22script: adjust scroll after command `/script go N`Sébastien Helleu
2023-08-13script: allow commands `/script autoload|noautoload|toggleautoload` with scri...Sébastien Helleu
2023-07-04script: fix buffer used by command `/script list -i|-il|-o|-ol`Sébastien Helleu
2023-01-28core, plugins: make commands, hook command_run, completions and aliases case ...Sébastien Helleu
2023-01-01core: update copyright datesSébastien Helleu
2022-01-17core: update copyright datesSébastien Helleu
2021-09-09core: add options "-o", "-ol", "-i" and "-il" in command "/plugin list"Sébastien Helleu
2021-01-02core: update copyright datesSébastien Helleu
2020-12-15script: add status of scripts in output of command /script list in /help scriptSébastien Helleu
2020-10-15script: allow command /script list when option script.scripts.download_enable...Sébastien Helleu
2020-01-04core: update copyright datesSébastien Helleu
2019-09-19script: add options "-ol" and "-il" in command /script, display "No scripts l...Sébastien Helleu
2019-01-20script: add missing input actions "A" and "v" in /help scriptSébastien Helleu
2019-01-01core: update copyright datesSébastien Helleu
2018-11-29core: use https for links to GNU GPL licenseSébastien Helleu
2018-01-29core: fix typo: scripts manager -> script managerSébastien Helleu
2018-01-05core: update copyright datesSébastien Helleu
2017-09-03script: add support of PHP scriptsSébastien Helleu
2017-07-22script: replace scripts iset.pl and buffers.pl by go.py and urlserver.py in e...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-12-10script: update help on /script searchSébastien Helleu
2015-12-09script: add completion with languages and extensions, support search by langu...Sébastien Helleu
2015-12-02script: fix commentSébastien Helleu
2015-03-07javascript: add new plugin to run javascript scripts in WeeChatSé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-07script: fix scroll on script buffer in the detailed view of script (closes #6)Sebastien Helleu
2014-02-21script: return WEECHAT_RC_ERROR in command /script if arguments are wrong/mis...Sebastien Helleu
2014-01-18core: reformat hook_command argumentsSebastien Helleu
2014-01-01core: update copyright datesSebastien Helleu
2013-05-03script: add key alt+A in /help script (thanks ArZa)Sebastien Helleu
2013-02-25script: add control of autoload (enable/disable/toggle) (task #12393)Sebastien Helleu
2013-01-01core: update copyright datesSebastien Helleu
2012-12-21script: do not open script buffer when unknown arguments are given to command...Sebastien Helleu
2012-12-19script: fix scroll with mouse when window with script buffer is not the curre...Sebastien 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-09-04script: display error when installing/removing/loading script if plugin for l...Sebastien Helleu
2012-08-30script: add diff between current script and version in repositorySebastien Helleu
2012-08-21script: add options -o and -i for /script listSebastien Helleu
2012-08-21script: add option script.look.quiet_actions (no messages when installing/rem...Sebastien Helleu
2012-08-20script: add focus info for mouse on script buffer, add two default mouse bind...Sebastien Helleu
2012-08-18script: add key alt+L to reload script, allow input on script buffer for acti...Sebastien Helleu