Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-09-17 | [link] add a way to use a custom browser, directly with the command arguments | Florent Le Coz | |
2014-06-26 | Use xdg-open by default in the /link plugin | Akim Sadaoui | |
fix #2550 | |||
2013-10-21 | Make the /link plugin accept a range | Florent Le Coz | |
Like /link 1:10 to open the last 10 links Fixes #2130 | |||
2013-06-09 | Fix the link of daemon.py in the doc | Florent Le Coz | |
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 | |