Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
A log message is shown for those who try to set it to True.
Fixes issue #171
|
|
Issue #171
|
|
Fixes issue #172
|
|
Relevant events:
ssl_invalid_cert
ssl_invalid_chain
ssl_expired_cert
|
|
A log message is shown for those who try to set it to True.
Fixes issue #171
|
|
Issue #171
|
|
Added the xep_0065 plugin in the setup.py
|
|
Fixes issue #172
|
|
|
|
Relevant events:
ssl_invalid_cert
ssl_invalid_chain
ssl_expired_cert
|
|
xep_0065 plugin (Socks5 Bytestreams)
|
|
the socket of the Proxy thread.
|
|
|
|
Renamed the 'q' plugin_attrib of the Socks5 stanza to 'socks'.
|
|
name = 'xep_0065'
|
|
In-Band bytestreams -> Socks5 bytestreams
|
|
Updated the LICENSE file with the license of the Socksipy
module (New-BSD).
|
|
|
|
|
|
|
|
sockets).
To send data over a stream, we need to pass the SID in order to
retrieve the good proxy thread (and so, the good socket).
|
|
Renamed requester_thread and target_thread to proxy. The send method is now simpler.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Some servers end the stream if registration can not be completed
in-band, which means always requesting the form can prevent regular
login.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes issue #168
|
|
|
|
|
|
|
|
|
|
Certificate host names are now matched (using DNS, SRV, XMPPAddr, and
Common Name), along with expiration check.
Scheduled event to reset the stream once the server's cert expires.
Handle invalid cert trust chains gracefully now.
|
|
It's in the repo history if we need it later.
|
|
|
|
|
|
The auth_success event is triggered upon successful SASL negotiation.
|
|
|