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_manager.py
Age
Commit message (
Expand
)
Author
2011-11-13
Fix add_tab_command (and remove)
mathieui
2011-11-10
Autoload plugins in session_start instead of core.__init__
mathieui
2011-11-10
Add per_tab_type commands for the plugins
mathieui
2011-11-09
Add messages on plugin load/unload
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-02
Adds a way to delete the commands without reloading the plugin
mathieui
2011-10-01
Added a connect() function to the plugins API, for internal event
mathieui
2011-09-27
Fix loading already loaded plugins
Todd Eisenberger
2011-09-25
[teisenbe] Fix a bug in case of XDG_CONFIG_HOME not set
mathieui
2011-09-25
Add a config file to the plugins by default
mathieui
2011-09-24
Completion for load and unload commands
Florent Le Coz
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