summaryrefslogtreecommitdiff
path: root/src/tube-stream.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-06bytestream_factory_negotiate_stream(): don't pass stream id to callbacksWill Thompson1-1/+0
2012-12-06bytestream_factory_negotiate_stream(): remove return valueWill Thompson1-9/+3
2012-11-27Avoid manually setting WockyNode.ns where sensible.Will Thompson1-7/+3
2012-09-11Stop accessing sealed tp-glib structsXavier Claessens1-6/+14
2012-08-28Merge branch 'only-one-tube'Jonny Lamb1-7/+12
2012-07-20tubes: use 64bit uints for tube IDs everywhereJonny Lamb1-7/+7
2012-07-20muc-channel: send Tube presence where appropriateJonny Lamb1-0/+5
2012-05-30Use meta-headers for everythingSimon McVittie1-6/+2
2012-05-07Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie1-18/+18
2012-02-14tube-stream: subclass TpBaseChannelJonny Lamb1-409/+171
2012-01-31Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson1-1/+1
2012-01-27Remove vestigial Loudmouth headers and build systemWill Thompson1-1/+0
2012-01-27Delete LmMessage{,Type,SubType} typedefsWill Thompson1-4/+4
2012-01-27Remove duplicated AMP rules.Will Thompson1-26/+2
2012-01-27Remove lm_message_build[_with_subtype]Will Thompson1-10/+13
2012-01-26Expunge lm_message_ref and lm_message_unref.Will Thompson1-3/+3
2012-01-26Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson1-7/+7
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-7/+7
2011-05-02stop using LmMessageNode wrapperJonny Lamb1-12/+10
2011-05-02use the new xmlns and xml:lang build tagsJonny Lamb1-4/+4
2011-04-08Presence: genericise specifying a client type preferenceWill Thompson1-4/+2
2010-11-04Use GLib's simple (1-argument) signal marshallersSimon McVittie1-4/+4
2010-09-21various: use tp_clear_object, tp_clear_pointer moreSimon McVittie1-22/+4
2010-09-21Tubes: use the connection's TpDBusDaemon to export objectsSimon McVittie1-3/+3
2010-08-09Pass a guint instead of a guint16 to dbus_g_type_struct_get because itTomeu Vizoso1-1/+1
2010-06-02Prefer phones when picking resource for Jingle callsWill Thompson1-0/+2
2010-04-20Rename to WockyStanza, WockyNode and related changesSjoerd Simons1-1/+2
2010-04-06Use g_resolver_lookup_by_name instead of getaddrinfo in GibberTcpTransportSjoerd Simons1-5/+2
2010-03-25Merge branch '09-portability'Simon McVittie1-9/+39
2010-03-19Remove redundant NULL checks before g_set_error()Will Thompson1-16/+8
2010-02-22src: use gibber-sockets.h meta-headerSimon McVittie1-4/+2
2010-02-22Conditionalize inclusion of unistd.hSimon McVittie1-1/+4
2010-02-22GabbleTubeStream: stub out Unix socket support unless GIBBER_TYPE_UNIX_TRANSP...Simon McVittie1-4/+33
2009-11-26tube_stream: query SOCKS5 proxy when creating an incoming tubeGuillaume Desmottes1-0/+4
2009-09-22remove some debug messages flooding output when using a stream tubeGuillaume Desmottes1-14/+0
2009-09-10Merge branch 'credentials'Simon McVittie1-2/+9
2009-08-24Change gabble_presence_pick_resource_by_caps to check the cap.set, not the nu...Simon McVittie1-2/+2
2009-07-27Don't advertise support for credentials-passing on platforms where it won't workSimon McVittie1-2/+9
2009-07-20tube-stream: add_transport: priv is not used anymoreGuillaume Desmottes1-2/+0
2009-07-17Bug #22629: stream tubes: block the Bytestream if GibberTransport is not conn...Alban Crequy1-7/+20
2009-05-28use TP_ERROR_STR_* constants from tp-glibGuillaume Desmottes1-11/+4
2009-05-28use tp-glib instead of extensions to implement tube new APIGuillaume Desmottes1-41/+41
2009-05-28chmod 777 stream tube UNIX socket for AccessControlLocalhostGuillaume Desmottes1-0/+7
2009-05-28ConnectionClosed signal now has a debug_msg argGuillaume Desmottes1-6/+10
2009-05-22fire_connection_closed: no-op instead of asserting if the signal hasGuillaume Desmottes1-18/+6
2009-05-21fire ConnectionClosed with existing connections when the tube is closedGuillaume Desmottes1-0/+1
2009-05-21tube-stream: fire ConnectionClosed with Cancelled error if transport is disco...Guillaume Desmottes1-12/+36
2009-05-21fire ConnectionClosed when connection is refusedGuillaume Desmottes1-1/+5
2009-05-21fire ConnectionClosed when connection is lostGuillaume Desmottes1-0/+22
2009-05-21fire NewLocalConnectionGuillaume Desmottes1-0/+20