summaryrefslogtreecommitdiff
path: root/plugins/alias.py
AgeCommit message (Collapse)Author
2019-03-19Fix various spelling mistakes throughout the codeKim Alvefur
2018-08-15yapf -rip on pluginsmathieui
2016-08-21Don’t call input completion() functions inside completion methodsmathieui
Use a placeholder object that can run it afterwards, so that we don’t have side effects inside those functions.
2016-06-28Make plugins import from the absolute poezio package.Emmanuel Gil Peyrot
2016-06-24Fix the alias pluginmathieui
(broken during linkmauve refactoring)
2014-05-02Fix an infinite recursion error on recursive aliasesmathieui
2014-04-22Update the alias pluginmathieui
- 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-20Do not reload unaliased aliasesmathieui
TODO: implement the remove_option method from configparser
2014-04-04Remove unused importsmathieui
(thanks eijebong)
2014-03-27Improve the alias plugin (save aliases, format strings, etc)mathieui
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-08Document with sphinx timed_events, common, and add methods to PluginAPImathieui
- 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-01Fix #2231 (update the plugins to use the new help system)mathieui
And fix some imprecisions/mistakes in the help.
2012-05-19Make the alias plugin behave like documented.mathieui
2012-01-26Fix the alias pluginmathieui
2011-11-18Use the new args parser in the alias pluginmathieui
2011-10-02Alias plugin. Fixes #1523mathieui