Age | Commit message (Expand) | Author |
2012-06-20 | Merge branch 'master' into develop | 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 | Merge branch 'master' into develop | 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 | Merge branch 'master' into develop | Lance Stout |
2012-06-13 | Fix loading cached disco identity data. | Lance Stout |
2012-06-10 | Fix XEP-0065 imports and naming for Python3. | Lance Stout |
2012-06-09 | Fix Python3 exception handling. | Lance Stout |
2012-06-07 | Added the get_socket(sid) method to the xep_0065 plugin to retrieve | Sandro Munda |
2012-06-07 | Added the SID in the socks_recv xmpp event in the xep_0065 plugin. | Sandro Munda |
2012-06-07 | Renamed Query to Socks5 in the xep_0065. | Sandro Munda |
2012-06-07 | Added a top level field to the xep_0065 class: | Sandro Munda |
2012-06-07 | Fixed the callback names of the xep_0065: | Sandro Munda |
2012-06-07 | Added the Socksipy module in the thirdparty of SleekXMPP. | Sandro Munda |
2012-06-07 | Sent a socks_closed when the socket is closed in the xep_0065 plugin. | Sandro Munda |
2012-06-07 | Improved the close of the proxy thread (and the socket) in the xep_0065 plugin. | Sandro Munda |
2012-06-07 | Changed the description of the xep_0065 plugin | Sandro Munda |
2012-06-07 | The xep_0065 plugin supports now multiple stream (multiple connected | Sandro Munda |
2012-06-07 | Renamed the _handle_on_recv to the on_recv method. | Sandro Munda |
2012-06-07 | Added some comments to the get_network_address method | Sandro Munda |
2012-06-07 | Registered stanza plugin in the stanza module | Sandro Munda |
2012-06-07 | Used the namespace in all stanzas | Sandro Munda |
2012-06-07 | Added a partial support of the XEP 0065 - Socks5 Bytestreams | Sandro Munda |
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 |