index
:
poezio
ci-test
keepalive-log
main
new-tabs
no-resource
pubsub
roezio
self-ping
slix
slots_test
test-ci
v0.12-fixes
v0.8-fixes
xdg-desktop-portal
console XMPP client in python3
louiz@louiz.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugin.py
Age
Commit message (
Expand
)
Author
2014-04-22
Map Config.remove_and_save to PluginConfig.remove
mathieui
2014-04-13
Do not load a plugin if its init() traceback
mathieui
2014-03-27
When doing a self.config.set in a plugin, save the config too
mathieui
2013-05-01
Document the new event
Florent Le Coz
2013-03-08
Update the plugins to use the PluginAPI
mathieui
2013-03-08
Document with sphinx timed_events, common, and add methods to PluginAPI
mathieui
2013-03-08
Fix PluginAPI.run_command()
mathieui
2013-03-06
Introduce a new way for plugins to interact with poezio
mathieui
2013-01-18
Use the new command scheme in plugins too
mathieui
2012-05-21
Docstrings, and small cleanup
mathieui
2011-11-16
Add a wrapper for RawConfigParser.options() in PluginConfig
mathieui
2011-11-14
Fix PluginConfig.set
mathieui
2011-11-14
Fix Plugin.config.get to use the right section instead of Poezio
mathieui
2011-11-13
Add a way for a plugin to add a keybind only for a type of tab
mathieui
2011-11-13
Allow a plugin to add a keybinding
mathieui
2011-11-13
Fix some incoherences and possible bugs with PluginConfig objects
mathieui
2011-11-10
Add per_tab_type commands for the plugins
mathieui
2011-11-09
Plugin docstrings
mathieui
2011-11-09
Remove poezio_event_handler to keep only event_handler
mathieui
2011-11-07
Remove first&last and only use "position" in plugins events
mathieui
2011-11-06
New type of events to be used with the plugins
mathieui
2011-10-29
Make the PluginConfig class heritate the poezio Config
Florent Le Coz
2011-10-02
Adds a way to delete the commands without reloading the plugin
mathieui
2011-10-02
Frumious hacks to make plugins less likely to kill a client
Todd Eisenberger
2011-09-25
exec plugin
Florent Le Coz
2011-09-25
Add a config file to the plugins by default
mathieui
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