Age | Commit message (Expand) | Author |
2012-06-22 | Fix plugin registration for single file plugins. | Lance Stout |
2012-06-22 | Add meta plugin for XEP-0302 for the 2012 compliance suite. | Lance Stout |
2012-06-22 | Add meta plugin for XEP-0270, 2010 compliance suite. | Lance Stout |
2012-06-22 | Change packaging for XEP-0256 to just a single file. | Lance Stout |
2012-06-22 | Add support for XEP-0256: Last Activity in Presence | Lance Stout |
2012-06-20 | Add support for XEP-0221: Data Forms Media Element | Lance Stout |
2012-06-20 | Add support for XEP-0186: Invisible Command | Lance Stout |
2012-06-19 | Ordering fixes for Python3.3 | Lance Stout |
2012-06-19 | Remove usage of deprecated getchildren() method. | Lance Stout |
2012-06-19 | Don't compare against booleans using ==. | Lance Stout |
2012-06-19 | Limit except clause to just ImportErrors when loading plugins. | Lance Stout |
2012-06-19 | PEP8 formatting updates. | Lance Stout |
2012-06-18 | Use plugin_multi_attrib values to make vcards nicer. | Lance Stout |
2012-06-18 | Fix plugin_multi_attrib value for avatar pointers. | Lance Stout |
2012-06-18 | Fixed typo in _handle_get_vcard() | Paulo Freitas |
2012-06-18 | Update plugin list, fix syntax error. | Lance Stout |
2012-06-18 | Add initial support for XEPS 222 and 223. | Lance Stout |
2012-06-18 | Initial support for XEP-0258 | Lance Stout |
2012-06-18 | Add initial XEP-0084 support. | Lance Stout |
2012-06-18 | Simplify and update XEP-0033 to latest plugin format. | Lance Stout |
2012-06-18 | Add initial support for xml:lang for streams and stanza plugins. | Lance Stout |
2012-06-13 | Fix loading cached disco identity data. | Lance Stout |
2012-06-06 | Don't request registration forms unless the register event is handled. | Lance Stout |
2012-05-14 | Add MUC events for room configuration changes. | Lance Stout |
2012-05-04 | Fix loading plugins from custom modules when passing the module itself. | Lance Stout |
2012-04-30 | Collapse initial payload to a single stanza instead of a list if only one sta... | Lance Stout |
2012-04-30 | Add full support for initial payloads with adhoc commands, plus test. | Lance Stout |
2012-04-30 | Allow providing initial payload to adhoc commands. | Lance Stout |
2012-04-29 | Use the correct 'from' jid when requesting vcards for avatars. | Lance Stout |
2012-04-29 | Don't raise errors when receiving an iq error for vcards. | Lance Stout |
2012-04-09 | Add initial support for XEP-0153. | Lance Stout |
2012-04-08 | Initial support for XEP-0231. | Lance Stout |
2012-04-08 | Fix looking up local and cached vcards. | Lance Stout |
2012-04-08 | Fix errors in caps related to unwrapped disco data and full JIDs. | Lance Stout |
2012-04-08 | Ensure that wrapped disco results retain requesting iq id. | Lance Stout |
2012-04-07 | Add nickname element to the XEP-0054 plugin. | Lance Stout |
2012-04-07 | Add initial XEP-0054 plugin. | Lance Stout |
2012-04-06 | Add support for XEP-0027 | Lance Stout |
2012-04-06 | Simplify registering API handler defaults. | Lance Stout |
2012-04-06 | Don't break test plugins that use None instead of a stream object. | Lance Stout |
2012-04-06 | Update XEP-0012 plugin to use new api. | Lance Stout |
2012-04-06 | Fix XEP-0115 with the new API registry. | Lance Stout |
2012-04-06 | Begin experiment with a centralized API callback registry. | Lance Stout |
2012-04-03 | Fix MUC invite events so that they actually work. | Lance Stout |
2012-04-03 | Fix memory leak with adhoc command sessions. | Lance Stout |
2012-03-27 | Reset stream management state on session_end. | Lance Stout |
2012-03-27 | Make the XEP-0198 ack debug message less confusing. | Lance Stout |
2012-03-21 | Correct handling of acks for XEP-0198 under heavy load. | Lance Stout |
2012-03-19 | Fix unicode issues in test cases for Py3+ introduced by issue #150. | Lance Stout |
2012-03-19 | Merge pull request #150 from correl/rpc_value_fixes | Lance Stout |