Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-03-19 | Fix various spelling mistakes throughout the code | Kim Alvefur | |
2018-08-15 | yapf -rip on plugins | mathieui | |
2016-08-26 | Fix #3205 (doubled notification in simple_notify) | mathieui | |
2016-06-28 | Make plugins import from the absolute poezio package. | Emmanuel Gil Peyrot | |
2016-05-23 | change muc_list delimiter from comma to colon in simple_notify | Lasse Aagren | |
2016-05-23 | fix simple_notify to not notify one messages from yourself in MUCs | Lasse Aagren | |
2016-05-22 | add optional muc_list to configuration of simple_notify, as a whitelist of ↵ | Lasse Aagren | |
MUCs you want to be notified from. | |||
2016-03-09 | Added ability to notify new messages in MUCs | Frédéric Meynadier | |
2015-03-09 | Fix the second example in the simple_notify plugin doc | mathieui | |
2014-02-22 | Remove the dependency on poezio from xhtml.py | Emmanuel Gil Peyrot | |
2013-04-13 | Move the plugins documentation | mathieui | |
(use automodule directive & docstrings) | |||
2013-03-08 | Update the plugins to use the PluginAPI | mathieui | |
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 | |||
2012-10-22 | Make 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-05 | Properly quote the %(body)s and %(from)s used in the simple_notify plugin. | Florent Le Coz | |
2012-07-03 | Improve 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-05-05 | Remove useless stuff from the simple_notify plugin | mathieui | |
2012-01-26 | And add the missing files. | Florent Le Coz | |