summaryrefslogtreecommitdiff
path: root/src/daemon.py
AgeCommit message (Expand)Author
2015-01-21Remove another snippet of pre-3.4 compatibilitymathieui
2015-01-19Properly ignore stderr and redirect stdout when execute a commandFlorent Le Coz
2014-12-08Remove a print statement that causes screen garbage when exec_remote is falseFlorent Le Coz
2014-11-25Parse command arguments using a decorator and make things more consistentFlorent Le Coz
2014-06-26Redirect stderr to /dev/null when executing a commandFlorian Duraffourg
2014-04-06Code cleanupmathieui
2012-12-27Fix #2153mathieui
2012-10-22Make the Executor class reliable.Florent Le Coz
2012-07-05Properly quote the %(body)s and %(from)s used in the simple_notify plugin.Florent Le Coz
2012-07-03Improve the simple_notify plugin and the daemon to execute a command to clean...Florent Le Coz
2012-01-26Add a simple_notify pluginFlorent Le Coz
2012-01-26Make non-remote commands work.Florent Le Coz
2011-10-29Daemon now reads from a pipe and not in the fifo directlyFlorent Le Coz
2011-10-29Add the daemon.Florent Le Coz