summaryrefslogtreecommitdiff
path: root/src/bytestream-factory.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | Remove an outdated commentMarco Barisione2008-12-071-1/+0
* | Handle clients that send us unsupported stream methodsMarco Barisione2008-12-071-6/+24
* | Split a long lineMarco Barisione2008-12-071-3/+4
* | Rename gabble_bytestream_multiple_add_bytestream() to _add_stream_method()Marco Barisione2008-12-071-2/+3
* | Refactor streaminit_reply_cb() to be more readableMarco Barisione2008-12-071-67/+99
* | Implement a different and saner way to have SI fallbackMarco Barisione2008-12-071-96/+130
* | Merge branch 'socks5-bytestreams' into si-fallbackMarco Barisione2008-12-051-11/+11
|\ \ | |/
| * Set the tube state to open only when the SOCKS5 connection is readyMarco Barisione2008-12-011-3/+0
| * Pass an error message to _gabble_connection_send_iq_error() in handle_socks5_...Marco Barisione2008-12-011-4/+6
| * Initialize the table variable in remove_bytestream()Marco Barisione2008-12-011-1/+1
| * Add more comments and make code clearerMarco Barisione2008-12-011-0/+1
| * Make some DEBUG() messages clearerMarco Barisione2008-12-011-2/+2
| * Use tp_strdiff instead of strcmpMarco Barisione2008-12-011-2/+2
* | Merge branch 'socks5-bytestreams' into si-fallbackMarco Barisione2008-11-211-2/+2
|\ \ | |/
| * Style fixesMarco Barisione2008-11-211-2/+2
* | Implement SI fallbackMarco Barisione2008-11-191-39/+134
|/
* List SOCKS5 bytestreams among the supported methodsMarco Barisione2008-11-031-0/+2
* Add an initial implementation of SOCKS5 bytestreamsMarco Barisione2008-10-301-2/+231
* GabbleBytestream*: use G_PARAM_STATIC_STRINGSSimon McVittie2008-10-141-5/+1