index
:
weechat
master
topic/doc-command-hyperlink
The extensible chat client.
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
exec
/
exec.c
Age
Commit message (
Expand
)
Author
2020-01-04
core: update copyright dates
Sébastien Helleu
2019-06-24
core: auto disable upgrade process (command line option "--upgrade") if the f...
Sébastien Helleu
2019-01-01
core: update copyright dates
Sébastien Helleu
2018-11-29
core: use https for links to GNU GPL license
Sébastien Helleu
2018-01-05
core: update copyright dates
Sébastien Helleu
2017-08-12
core: fix cast of time_t (to "long long" instead of "long") (closes #1051)
Sébastien Helleu
2017-06-25
fset: shift plugins priority to insert fset plugin between buflist and fifo
Sébastien Helleu
2017-06-10
core, plugins: fix conditions to insert elements in linked lists
Sébastien Helleu
2017-03-25
buflist: load plugin after some other plugins by shifting plugins priority
Sébastien Helleu
2017-01-06
exec: add option "-oc" in command /exec to execute commands in process output...
Sébastien Helleu
2017-01-06
exec: fix memory leak in display of process output
Sébastien Helleu
2017-01-01
core: update copyright dates
Sébastien Helleu
2016-06-18
api: remove functions printf_date() and printf_tags()
Sébastien Helleu
2016-03-21
core: add pointer in some callbacks (closes #406)
Sébastien Helleu
2016-01-01
core: update copyright dates
Sébastien Helleu
2015-01-15
core: add priority in plugins to initialize them in order
Sébastien Helleu
2015-01-01
core: update copyright dates
Sébastien Helleu
2014-08-09
exec: invert a condition to make code more readable
Sébastien Helleu
2014-04-03
exec: fix tag stdout/stderr used in command output
Sébastien Helleu
2014-04-03
exec: remove comment
Sébastien Helleu
2014-04-03
exec: display output of commands in real time, add options -flush/-noflush in...
Sébastien Helleu
2014-04-03
exec: display command output even if process is killed
Sébastien Helleu
2014-03-25
exec: add options -nf and -cl/-nocl in command /exec
Sebastien Helleu
2014-03-16
exec: add return code ("rc") in hashtable sent with option "-hsignal"
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: fix compilation on OpenBSD
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: add missing empty lines in output of commands
Sebastien Helleu
2014-03-13
exec: add options "-rc"/"-norc" (display return code) in command /exec
Sebastien Helleu
2014-03-12
exec: add options "-ln"/"-noln" (line numbers) in command /exec
Sebastien Helleu
2014-03-12
exec: add options "-n"/"-ns" in command /exec (display output in a new buffer)
Sebastien Helleu
2014-03-11
exec: add option "-bg" in command /exec
Sebastien Helleu
2014-03-11
exec: remove error prefix in case of unexpected end of a command
Sebastien Helleu
2014-03-11
exec: display command return code after output (stdout/stderr)
Sebastien Helleu
2014-03-11
exec: add tag "exec_rc" for line with command return code, remove empty line ...
Sebastien Helleu
2014-03-11
exec: add exec plugin
Sebastien Helleu