summaryrefslogtreecommitdiff
path: root/src/bytestream-factory.c
Commit message (Expand)AuthorAgeFilesLines
...
* style tweaksDafydd Harries2009-09-031-7/+7
* fix indentationDafydd Harries2009-09-031-5/+5
* bytestream-factory.c: bytestream_state_changed_cb: no need to remove the byte...Guillaume Desmottes2009-07-161-0/+5
* bytestream-factory.c: use node iteration wrappersDafydd Harries2009-06-291-13/+21
* bytestream_factory_iq_si_cb: explicitely say that ID is a muc one whenGuillaume Desmottes2009-05-111-9/+15
* add a timer when querying proxies so we'll query more if neededGuillaume Desmottes2009-04-211-0/+30
* bytestream-factory: only query few SOCKS5 proxies instead of the whole listGuillaume Desmottes2009-04-211-33/+83
* factor out randomize_g_slistGuillaume Desmottes2009-04-211-24/+29
* bytestream_factory_iq_si_cb: initialize self_jid so world won't explode if we...Guillaume Desmottes2009-04-161-1/+1
* Merge branch 'master' into file-transferGuillaume Desmottes2009-04-031-0/+206
|\
| * gabble_bytestream_factory_get_socks5_proxies: randomize fallback proxies listGuillaume Desmottes2009-03-261-2/+26
| * change fallback-socks5-proxy to fallback-socks5-proxiesGuillaume Desmottes2009-03-261-6/+11
| * socks5_proxy_query_reply_cb: prepend fallback proxy from the right listGuillaume Desmottes2009-03-261-2/+2
| * properly cast socks5_proxy_query_reply_cb user_dataGuillaume Desmottes2009-03-241-2/+3
| * store fallback proxies in a separated list so we can list them after the one ...Guillaume Desmottes2009-03-241-13/+35
| * rename gabble_bytestream_factory_get_socks_proxies to gabble_bytestream_facto...Guillaume Desmottes2009-03-241-1/+1
| * query fallback-socks5-proxy if definedGuillaume Desmottes2009-03-241-9/+43
| * track SOCKS5 proxy available in bytestream-factory and offer API to access to...Guillaume Desmottes2009-03-241-0/+120
| * Merge branch 'master' into socks5-revertedGuillaume Desmottes2009-03-131-6/+1
| |\
* | \ Merge branch 'master' into file-transferGuillaume Desmottes2009-03-161-6/+1
|\ \ \ | | |/ | |/|
| * | add gabble_bytestream_ibb_close_receivedGuillaume Desmottes2009-03-121-6/+1
* | | Merge branch 'socks5+muc-stream-tube-test' into file-transfer+socks5+muc-stre...Guillaume Desmottes2009-02-261-15/+74
|\ \ \ | | |/ | |/|
| * | bytestream-factory: get the nick from the muc instead of relying on the 'to' ...Guillaume Desmottes2009-02-251-15/+58
| * | pass self_jid to gabble_bytestream_factory_create_from_methodGuillaume Desmottes2009-02-251-7/+23
| * | Merge branch 'master' into socks5Guillaume Desmottes2009-02-241-1/+37
| |\ \ | | |/
| | * pass object arg to GabbleBytestreamFactoryNegotiateReplyFuncGuillaume Desmottes2009-02-231-1/+1
| | * add object argument to gabble_bytestream_factory_negotiate_streamGuillaume Desmottes2009-02-231-0/+36
| * | handle_socks5_query_iq: assume mode is 'tcp' is not specifiedGuillaume Desmottes2009-02-231-1/+2
| |/
| * bytestream-factory: use gabble_signal_connect_weak instead of manually discon...Guillaume Desmottes2009-02-201-27/+8
| * gabble_bytestream_factory_dispose: disconnect signals on bytestreamsGuillaume Desmottes2009-02-201-0/+19
* | handle_socks5_query_iq: assume mode is 'tcp' is not specifiedGuillaume Desmottes2009-02-231-1/+2
* | add object argument to gabble_bytestream_factory_negotiate_streamGuillaume Desmottes2009-02-231-0/+36
* | bytestream-factory: use gabble_signal_connect_weak instead of manually discon...Guillaume Desmottes2009-02-201-27/+8
* | bytestream_factory_iq_si_cb: hook SI file transfersGuillaume Desmottes2009-02-191-0/+5
* | gabble_bytestream_factory_dispose: disconnect signals on bytestreamsGuillaume Desmottes2009-02-191-0/+19
* | bytestream-factory: factor out si_tube_receivedGuillaume Desmottes2009-02-191-50/+67
|/
* Merge branch 'sock5' into si-fallbackGuillaume Desmottes2008-12-231-59/+0
|\
| * remove sock5 close stanza as there is no such think in the XEPGuillaume Desmottes2008-12-231-59/+0
* | gabble_bytestream_factory_make_stream_init_iq: each value has to be in its ow...Guillaume Desmottes2008-12-111-0/+2
* | bytestream_factory_iq_si_cb: add a debug msgGuillaume Desmottes2008-12-111-0/+3
* | replace gabble_bytestream_multiple_count_stream_method by gabble_bytestream_m...Guillaume Desmottes2008-12-111-2/+2
* | rename gabble_bytestream_multiple_nb_stream_method to gabble_bytestream_multi...Guillaume Desmottes2008-12-111-1/+1
* | bytestream-factory: most of the create bytestream methods don't have to be pu...Guillaume Desmottes2008-12-101-3/+18
* | gabble_bytestream_factory_make_multi_accept_iq: send multi stream methods in...Guillaume Desmottes2008-12-101-2/+6
* | streaminit_get_multiple_bytestream: look for multi stream methods in <si-mult...Guillaume Desmottes2008-12-101-17/+16
* | gabble_bytestream_factory_create_multiple: insert bytestream to multiple_byte...Guillaume Desmottes2008-12-101-0/+5
* | bytestream_factory_iq_si_cb: check if the multi bytestreams contains at least...Guillaume Desmottes2008-12-101-2/+14
* | bytestream_factory_iq_si_cb: add some commentsGuillaume Desmottes2008-12-101-6/+20
* | coding style fixGuillaume Desmottes2008-12-101-1/+1
* | stream_method_supported: make function easier to readGuillaume Desmottes2008-12-101-2/+9