summaryrefslogtreecommitdiff
path: root/src/daemon.py
AgeCommit message (Collapse)Author
2012-12-27Fix #2153mathieui
2012-10-22Make the Executor class reliable.Florent Le Coz
Plugins do not need to escape the command arguments or remove the line breaks and care about how the will get parsed anymore, they just need to pass a list of args. Do not spawn an additional shell, for more clarity, simplicity and possibly security.
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 ↵Florent Le Coz
clean the notification and to execute the remote commands through sh -c, letting us use pipes and redirections. Also adds the highlight event for plugin, and make the simple_notify plugin use it as well.
2012-01-26Add a simple_notify pluginFlorent Le Coz
And also fix some issues, like the split of the exec_command arguments. And the doc for the plugin, too.
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