summaryrefslogtreecommitdiff
path: root/plugins/exec.py
AgeCommit message (Collapse)Author
2018-08-15yapf -rip on pluginsmathieui
2018-07-28plugins: Switch exec and upload to async/await.Emmanuel Gil Peyrot
2017-10-08Fix #3245 (make /exec async)mathieui
and also do not vomit stderr on top of poezio, but put it in an info message
2016-12-26Add missing message types (fix #3271)mathieui
Which were being filtered by the information popup filter
2016-06-28Make plugins import from the absolute poezio package.Emmanuel Gil Peyrot
2014-04-04Remove unused importsmathieui
(thanks eijebong)
2014-03-27Remove useless "installation" parts from the plugin documentationsmathieui
2013-04-13Move the plugins documentationmathieui
(use automodule directive & docstrings)
2013-03-08Update the plugins to use the PluginAPImathieui
Also: - Add get_conversation_messages() to PluginAPI - Make plugins_autoload colon-separated instead of space-separated (for consistency) - Replace a JID() with a safeJID() in the uptime plugin
2013-03-01Fix #2231 (update the plugins to use the new help system)mathieui
And fix some imprecisions/mistakes in the help.
2011-11-10Exec plugin now executes the command in sh -c, allowing us to do some shell ↵Florent Le Coz
tricks etc (pipes, for example).
2011-09-25exec pluginFlorent Le Coz