Age | Commit message (Expand) | Author |
2014-01-26 | Fixed XEP-0065 SOCKS5 socket closing | waechtjn |
2014-01-26 | Update xep_0065/proxy.py | waechtjn |
2013-03-29 | Save progress on SI file transfer | Lance Stout |
2013-01-23 | Cleanup and expand XEP-0065 plugin. | Lance Stout |
2012-11-04 | Adapted the xep_0065 plugin to be compatible with all kind of others XMPP | Sandro Munda |
2012-11-01 | Avoided to log a debug message error when the socket is normally closed. | Sandro Munda |
2012-11-01 | Improved the gitignore files (vim temp file, .pyo file and .baboon directory). | Sandro Munda |
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 |