summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/base.py
AgeCommit message (Expand)Author
2012-07-26Enhance plugin config with attribute accessors.Lance Stout
2012-07-10Add default plugin session_bind handler.Lance Stout
2012-06-19Limit except clause to just ImportErrors when loading plugins.Lance Stout
2012-06-19PEP8 formatting updates.Lance Stout
2012-05-04Fix loading plugins from custom modules when passing the module itself.Lance Stout
2012-04-06Don't break test plugins that use None instead of a stream object.Lance Stout
2012-04-06Begin experiment with a centralized API callback registry.Lance Stout
2012-03-12Cleanup plugin import logic.Lance Stout
2012-03-12Enable using post_init() to resolve circular dependencies.Lance Stout
2012-03-12Remove extra logging statement, add backward compatible references.Lance Stout
2012-03-12Handle loading plugins on demand.Lance Stout
2012-03-12Introduce new plugin system.Lance Stout
2011-06-30Reorganize features into plugins.Lance Stout
2011-06-08Added session_end event and some docs.Lance Stout
2010-10-20pep8 fixes on core libraryNathan Fritz
2010-07-20Updated license notices to use the correct MIT format. Also corrected referen...Lance Stout
2010-05-26plugins now are checked for post_init having ran when process() is calledNathan Fritz
2009-06-03moved seesmic branch to trunkNathan Fritz