Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |||
2013-03-01 | Fix #2231 (update the plugins to use the new help system) | mathieui | |
And fix some imprecisions/mistakes in the help. | |||
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-30 | Use pipes.quote instead of a string.replace in the link plugin. | Florent Le Coz | |
2012-05-13 | Use add_tab_command in the link plugin | mathieui | |
2012-03-30 | Fixes #2348 | mathieui | |
2011-10-29 | Fix the url matching in the link plugin | Florent Le Coz | |
2011-10-29 | Remove the information() call in the link plugin | Florent Le Coz | |
2011-10-29 | add the link plugin | Florent Le Coz | |