Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-02 | Fix an infinite recursion error on recursive aliases | mathieui | |
2014-04-22 | Update the alias plugin | mathieui | |
- use the new PluginConfig.remove method to remove aliases - do not do weird stuff when no args are provided - do not flood when re-creating stored aliases | |||
2014-04-20 | Do not reload unaliased aliases | mathieui | |
TODO: implement the remove_option method from configparser | |||
2014-04-04 | Remove unused imports | mathieui | |
(thanks eijebong) | |||
2014-03-27 | Improve the alias plugin (save aliases, format strings, etc) | mathieui | |
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-08 | Document with sphinx timed_events, common, and add methods to PluginAPI | mathieui | |
- add methods related to timed events to the PluginAPI - remove parse_command_args_to_alias because str.format does that, and better → update the alias 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-05-19 | Make the alias plugin behave like documented. | mathieui | |
2012-01-26 | Fix the alias plugin | mathieui | |
2011-11-18 | Use the new args parser in the alias plugin | mathieui | |
2011-10-02 | Alias plugin. Fixes #1523 | mathieui | |