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 (
Collapse
)
Author
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
We can use the nice and safe get() method
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
Also add a simple translator module
2011-09-23
[teisenbe] first attempt at a plugin system.
Florent Le Coz