Age | Commit message (Expand) | Author |
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 | Add support for error conditions that include data. | Lance Stout |
2012-06-18 | Simplify tracking last sent presence using outgoing filters. | Lance Stout |
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 | Enable using xml:lang with normal interfaces. | Lance Stout |
2012-06-18 | Update stream features stanza to work with new plugin keys. | Lance Stout |
2012-06-18 | Add initial support for xml:lang for streams and stanza plugins. | Lance Stout |
2012-06-15 | Add example for dealing with GTalk custom domain certificates. | Lance Stout |
2012-06-15 | Add examples for using IBB. | Lance Stout |
2012-06-15 | Merge branch 'master' into develop | Lance Stout |
2012-06-15 | Bump version to 1.1.5sleek-1.1.51.1.5 | Lance Stout |
2012-06-15 | Ensure that ssl_invalid_cert returns PEM formatted certifcate data. | Lance Stout |
2012-06-13 | Merge branch 'master' into develop | Lance Stout |
2012-06-13 | Bump version to 1.1.4sleek-1.1.41.1.4 | Lance Stout |
2012-06-13 | Prevent duplicate certificate expiration timers. | Lance Stout |
2012-06-13 | Fix loading cached disco identity data. | Lance Stout |
2012-06-11 | Properly handle certs with no extensions. | Lance Stout |
2012-06-10 | Simplify send_presence_subscription. | 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-09 | Merge branch 'master' into develop | Lance Stout |
2012-06-09 | Bump version for 1.1.3sleek-1.1.31.1.3 | Lance Stout |
2012-06-09 | Add extra check for the cert in the expiration handler. | Lance Stout |
2012-06-09 | Add extra check for the cert in the expiration handler. | Lance Stout |
2012-06-09 | Use False for use_tls for components. | Lance Stout |
2012-06-09 | Default use_tls to False for components. | Lance Stout |
2012-06-09 | Fix SSL handshake handling when not using legacy SSL. | Lance Stout |
2012-06-09 | Ensure that all SSL cert error handling is overridable using event handlers. | Lance Stout |
2012-06-09 | Use False for use_tls for components. | Lance Stout |
2012-06-09 | Default use_tls to False for components. | Lance Stout |
2012-06-09 | Merge pull request #170 from SeyZ/develop | Lance Stout |
2012-06-09 | Fix SSL handshake handling when not using legacy SSL. | Lance Stout |
2012-06-09 | Added the xep_0065 plugin in the setup.py | Sandro Munda |
2012-06-08 | Ensure that all SSL cert error handling is overridable using event handlers. | Lance Stout |
2012-06-07 | Merge pull request #169 from SeyZ/develop | 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 |