summaryrefslogtreecommitdiff
path: root/src/plugin.py
AgeCommit message (Expand)Author
2015-01-05Log the plugin errors toomathieui
2014-12-10Allow the plugins to use a default configuration toomathieui
2014-10-31Merge branch 'master' of git.poez.io:poezio into slixmathieui
2014-10-20Initialize PluginConfig properlymathieui
2014-07-24Use slixmppFlorent Le Coz
2014-04-22Map Config.remove_and_save to PluginConfig.removemathieui
2014-04-13Do not load a plugin if its init() tracebackmathieui
2014-03-27When doing a self.config.set in a plugin, save the config toomathieui
2013-05-01Document the new eventFlorent Le Coz
2013-03-08Update the plugins to use the PluginAPImathieui
2013-03-08Document with sphinx timed_events, common, and add methods to PluginAPImathieui
2013-03-08Fix PluginAPI.run_command()mathieui
2013-03-06Introduce a new way for plugins to interact with poeziomathieui
2013-01-18Use the new command scheme in plugins toomathieui
2012-05-21Docstrings, and small cleanupmathieui
2011-11-16Add a wrapper for RawConfigParser.options() in PluginConfigmathieui
2011-11-14Fix PluginConfig.setmathieui
2011-11-14Fix Plugin.config.get to use the right section instead of Poeziomathieui
2011-11-13Add a way for a plugin to add a keybind only for a type of tabmathieui
2011-11-13Allow a plugin to add a keybindingmathieui
2011-11-13Fix some incoherences and possible bugs with PluginConfig objectsmathieui
2011-11-10Add per_tab_type commands for the pluginsmathieui
2011-11-09Plugin docstringsmathieui
2011-11-09Remove poezio_event_handler to keep only event_handlermathieui
2011-11-07Remove first&last and only use "position" in plugins eventsmathieui
2011-11-06New type of events to be used with the pluginsmathieui
2011-10-29Make the PluginConfig class heritate the poezio ConfigFlorent Le Coz
2011-10-02Adds a way to delete the commands without reloading the pluginmathieui
2011-10-02Frumious hacks to make plugins less likely to kill a clientTodd Eisenberger
2011-09-25exec pluginFlorent Le Coz
2011-09-25Add a config file to the plugins by defaultmathieui
2011-09-24[teisenbe] Use the imp module to import modules.Florent Le Coz
2011-09-23[teisenbe] first attempt at a plugin system.Florent Le Coz