Age | Commit message (Expand) | Author |
2014-12-20 | Remove the remaining pre-3.4 compatibility hacks | mathieui |
2014-10-31 | Merge branch 'master' of git.poez.io:poezio into slix | mathieui |
2014-10-20 | Remove the (sometimes wrong) default values in the config.get() calls | mathieui |
2014-07-24 | Use slixmpp | Florent Le Coz |
2014-05-05 | Fix a potential traceback when creation of the plugins conf dir fails | mathieui |
2014-04-22 | 80-columns wrapping and some docstrings | mathieui |
2014-04-13 | Do not load a plugin if its init() traceback | mathieui |
2014-04-13 | Do not show the plugin unload on exit | mathieui |
2014-04-13 | Remove module-level code from the plugin manager as well | mathieui |
2014-04-11 | Fix #2421 (load and unload several plugins) | mathieui |
2014-04-06 | Code cleanup | mathieui |
2014-04-04 | Remove unused imports | mathieui |
2013-08-10 | Fix potential issues with import paths | mathieui |
2013-08-10 | Fix #2337 (search the themes the same way than plugins) | mathieui |
2013-08-04 | Add the name of the plugin when loading it fails | mathieui |
2013-08-01 | Fix #2049 (get the current completed argument) | mathieui |
2013-06-19 | Revert 9eaffe1369f2be177576402f20edcd114a1eaa9d because of 3.1 compat | mathieui |
2013-06-09 | Fix the os.makedirs calls so that they don’t traceback for nothing | mathieui |
2013-05-26 | Update setup.py to use distutils | mathieui |
2013-05-24 | Fix a traceback (plugin_manager) | Florent Le Coz |
2013-05-11 | Reverse the plugin loading path | mathieui |
2013-04-16 | Use importlib for python 3.3 to load plugins | mathieui |
2013-03-10 | Disable plugins on exit | mathieui |
2013-03-06 | Introduce a new way for plugins to interact with poezio | mathieui |
2013-03-03 | Add a plugins_conf_dir option | mathieui |
2013-01-18 | Use the new command scheme in plugins too | mathieui |
2012-11-22 | Revert "Fix #2151 (cannot reload the OTR plugin)" | mathieui |
2012-11-21 | Hack to make importlib work on python < 3.3 | mathieui |
2012-11-18 | Fix #2154 | mathieui |
2012-11-18 | For some reasons, importlib.machinery does not work on some platforms | mathieui |
2012-11-17 | Changes to the plugin_dir option are now taken into account on runtime | mathieui |
2012-11-17 | Fix #2151 (cannot reload the OTR plugin) | mathieui |
2012-05-21 | Docstrings, and small cleanup | mathieui |
2012-04-19 | Do not quote the plugins on completion | mathieui |
2012-03-31 | Do not show the traceback if unloading a plugin failed | mathieui |
2012-03-28 | Fixes #2347 | mathieui |
2012-03-09 | Fix a bug in plugin unloading (commands/keys not deleted properly) | mathieui |
2011-11-16 | Use os.path.expanduser to interpret '~' for _dir config options | 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 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 |