summaryrefslogtreecommitdiff
path: root/tests/twisted/bytestream.py
AgeCommit message (Expand)AuthorFilesLines
2011-07-28test bytestreams: also only listen on localhostWill Thompson1-1/+1
2009-12-18Test that the tests waited for the stream-iq replySjoerd Simons1-1/+13
2009-07-13bytestream.py: set 'from' attribute in SOCKS5 disco replieGuillaume Desmottes1-2/+2
2009-05-20bytestream.py: add a close() method on bytestream objectsGuillaume Desmottes1-0/+22
2009-05-06bytestream.py: use hashlib instead of the sha moduleGuillaume Desmottes1-2/+2
2009-05-06remove redundant argument in elem_iq callGuillaume Desmottes1-1/+1
2009-04-08clean up pyflakes warnings in testsDafydd Harries1-2/+1
2009-04-03BytestreamS5BRelay.wait_bytestream_closed: wait for events if neededGuillaume Desmottes1-2/+5
2009-04-03Merge branch 'socks5+relay'Guillaume Desmottes1-24/+131
2009-04-03bytestream.py: wait_bytestream_closed can take a list of events as optionnal argGuillaume Desmottes1-7/+11
2009-03-24Merge branch 'master' into socks5+relayGuillaume Desmottes1-0/+11
2009-03-24factor out some BytestreamS5BRelay methodsGuillaume Desmottes1-4/+10
2009-03-24add BytestreamS5BRelayBuggedGuillaume Desmottes1-0/+8
2009-03-24add Initiator side to BytestreamS5BRelayGuillaume Desmottes1-0/+52
2009-03-24bytestream.py: add announce_socks5_proxyGuillaume Desmottes1-13/+41
2009-03-24add BytestreamS5BRelayGuillaume Desmottes1-0/+14
2009-03-24wait_bytestream_open: ensure we found one streamhostGuillaume Desmottes1-0/+5
2009-03-24wait_bytestream_open: don't assert if a relay is present in S5B offerGuillaume Desmottes1-9/+7
2009-03-24wait_bytestream_open: discard non IPv4 address as twisted doesn't support IPv...Guillaume Desmottes1-5/+20
2009-03-13Merge branch 'master' into socks5-revertedGuillaume Desmottes1-33/+77
2009-03-13fix typo in commentGuillaume Desmottes1-1/+1
2009-03-12BytestreamS5B.get_data: check size of expected dataGuillaume Desmottes1-3/+10
2009-03-12set a ridiculously small block size to stress test IBB bufferingGuillaume Desmottes1-1/+2
2009-03-12add optionnal len arg to get_dataGuillaume Desmottes1-16/+24
2009-03-12ack IBB IQ's in testsGuillaume Desmottes1-0/+5
2009-03-12use IQ's to send IBB dataGuillaume Desmottes1-3/+3
2009-03-12add BytestreamIBBIQGuillaume Desmottes1-1/+13
2009-03-12abstract BytestreamIBBGuillaume Desmottes1-11/+28
2009-03-10Merge branch 'master' into socks5Guillaume Desmottes1-43/+29
2009-03-09rename BytestreamIBB to BytestreamIBBMsgGuillaume Desmottes1-2/+2
2009-03-09Move IBB code from helper functions to BystreamIBB methodsGuillaume Desmottes1-41/+27
2009-03-05Merge branch 'master' into socks5Guillaume Desmottes1-39/+68
2009-03-05pass 2 list of events to open_bystream to break racesGuillaume Desmottes1-24/+26
2009-03-03check S5B IQ replyGuillaume Desmottes1-0/+8
2009-03-02Merge branch 'master' into socks5Guillaume Desmottes1-1/+0
2009-03-02call self.send_not_found if _socks5_connect returned FalseGuillaume Desmottes1-16/+9
2009-03-02add BytestreamS5BWrongHash and BytestreamSIFallbackS5WrongHashGuillaume Desmottes1-0/+87
2009-03-02move S5B hosts to self.hostsGuillaume Desmottes1-16/+22
2009-03-02implement wait_bytestream_open in BytestreamS5BCannotConnectGuillaume Desmottes1-4/+7
2009-03-02add BytestreamS5BCannotConnect and use it in BytestreamSIFallbackS5CannotConnectGuillaume Desmottes1-15/+26
2009-03-02Remove unnecessary and dangerous sync_streamWill Thompson1-1/+0
2009-03-02enable jid checking as SOCKS5 is now fixedGuillaume Desmottes1-3/+1
2009-03-02split _socks5_connect to smaller functionsGuillaume Desmottes1-11/+19
2009-03-02Merge branch 'master' into socks5Guillaume Desmottes1-8/+6
2009-03-02send_not_found: error code is 404Guillaume Desmottes1-1/+1
2009-03-02use make_result_iq in create_si_replyGuillaume Desmottes1-5/+3
2009-03-02add BytestreamSIFallback abstract classGuillaume Desmottes1-41/+45
2009-03-02rename BytestreamSIFallback to BytestreamSIFallbackS5CannotConnectGuillaume Desmottes1-1/+3
2009-03-02Merge branch 'refactor-accept-private-stream-tube+si-fallback-tests' into soc...Guillaume Desmottes1-59/+203
2009-03-02fix check_error_stanzaGuillaume Desmottes1-1/+1