Age | Commit message (Expand) | Author |
2023-10-17 | exec: format and translate command line by line (issue #2005) | Sébastien Helleu |
2023-09-05 | core: add note for translators on command arguments (issue #2005) | Sébastien Helleu |
2023-06-15 | exec: fix URL to plugin API reference in /help exec | Sébastien Helleu |
2023-01-28 | core, plugins: check that string parameters are not NULL in search functions ... | Sébastien Helleu |
2023-01-28 | core, plugins: make commands, hook command_run, completions and aliases case ... | Sébastien Helleu |
2023-01-01 | core: update copyright dates | Sébastien Helleu |
2022-01-17 | core: update copyright dates | Sébastien Helleu |
2021-01-02 | core: update copyright dates | Sébastien Helleu |
2020-10-11 | exec: add option "-oerr" to send stderr to buffer (now disabled by default) (... | Sébastien Helleu |
2020-10-11 | exec: add missing option "-oc" in /help exec | Sébastien Helleu |
2020-05-03 | exec: fix use of same task id for different tasks (closes #1491) | Sébastien Helleu |
2020-01-04 | core: update copyright dates | Sébastien Helleu |
2019-06-12 | exec: evaluate option exec.command.shell, change default value to "${env:SHEL... | Sébastien Helleu |
2019-01-01 | core: update copyright dates | Sébastien Helleu |
2018-11-29 | core: use https for all links where secured http is supported | Sébastien Helleu |
2018-11-29 | core: use https for links to GNU GPL license | Sébastien Helleu |
2018-11-17 | exec: add option exec.command.shell to customize the shell used with /exec -sh | Sébastien Helleu |
2018-11-17 | exec: fix command displayed in debug message | Sébastien Helleu |
2018-05-19 | exec: fix minimal length of unquoted string | Sébastien Helleu |
2018-02-07 | exec: add note about piped commands in /help exec for option -sh | Sébastien Helleu |
2018-01-05 | core: update copyright dates | Sébastien Helleu |
2017-09-23 | core, plugins: check return code of strftime function | Sébastien Helleu |
2017-01-07 | exec: update help descriptions for command /exec to keep compatibility betwee... | AYANOKOUZI, Ryuunosuke |
2017-01-06 | exec: add option "-oc" in command /exec to execute commands in process output... | Sébastien Helleu |
2017-01-01 | core: update copyright dates | Sébastien Helleu |
2016-03-21 | core: add pointer in some callbacks (closes #406) | Sébastien Helleu |
2016-03-13 | exec: fix example in /help exec | Sébastien Helleu |
2016-01-01 | core: update copyright dates | Sébastien Helleu |
2015-01-01 | core: update copyright dates | Sébastien Helleu |
2014-12-13 | core: use https for WeeChat URLs | Sébastien Helleu |
2014-11-22 | api: return value in function command(), remove WeeChat error after command c... | Sébastien Helleu |
2014-04-03 | exec: add examples with "tail -f" and "-kill" in /help exec | Sébastien Helleu |
2014-04-03 | exec: display output of commands in real time, add options -flush/-noflush in... | Sébastien Helleu |
2014-03-30 | exec: fix typo in /help exec | Sébastien Helleu |
2014-03-25 | exec: add options -nf and -cl/-nocl in command /exec | Sebastien Helleu |
2014-03-17 | exec: don't use shell by default when executing commands (for security reasons) | Sebastien Helleu |
2014-03-16 | exec: add example with option "-pipe" in /help exec | Sebastien Helleu |
2014-03-16 | exec: add values "irc" and "weechat" for option "-color", replace "decode" by... | Sebastien Helleu |
2014-03-16 | exec: add options "-pipe" and "-hsignal" in command /exec | Sebastien Helleu |
2014-03-15 | exec: do not create/switch to buffer with option "-bg" | Sebastien Helleu |
2014-03-15 | exec: add examples in /help exec | Sebastien Helleu |
2014-03-15 | exec: fix typo in /help exec | Sebastien Helleu |
2014-03-15 | core: update translations | Sebastien Helleu |
2014-03-15 | exec: rename value "off" to "ansi" for option "-color" in command /exec | Sebastien Helleu |
2014-03-15 | exec: add option "-color" in command /exec (decode ANSI colors by default) | Sebastien Helleu |
2014-03-13 | exec: disable "output to buffer" if command is executed on an exec buffer | Sebastien Helleu |
2014-03-13 | exec: add options "-rc"/"-norc" (display return code) in command /exec | Sebastien Helleu |
2014-03-13 | exec: execute commands from input of exec buffers | Sebastien Helleu |
2014-03-12 | exec: add options "-ln"/"-noln" (line numbers) in command /exec | Sebastien Helleu |
2014-03-12 | exec: automatically disable shell if command starts with "url:" (URL download) | Sebastien Helleu |