summaryrefslogtreecommitdiff
path: root/src/tube-stream.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-05-21tube-stream: associate an ID with each incoming connectionGuillaume Desmottes1-2/+38
2009-05-21NewConnection has been renamed NewRemoteConnectionGuillaume Desmottes1-5/+6
2009-05-21set_port_access_control_param: port is on 16 bits so we should check that it'...Guillaume Desmottes1-1/+1
2009-05-21check_incoming_connection: check address if access control is PortGuillaume Desmottes1-0/+56
2009-05-21set the ip and port in NewConnection if access control is portGuillaume Desmottes1-0/+58
2009-05-21check_ip_params: check access_control_param in the port caseGuillaume Desmottes1-6/+19
2009-05-21add access control port to SupportedSocketTypesGuillaume Desmottes1-0/+4
2009-05-19credentials_received_cb: don't check the received byteGuillaume Desmottes1-9/+0
2009-05-19the Credentials access control doesn't have an associated variantGuillaume Desmottes1-15/+3
2009-05-19tube-stream: check_incoming_connection: check credentialsGuillaume Desmottes1-2/+75
2009-05-19tube-stream: fire_new_connection: send credentials if neededGuillaume Desmottes1-7/+40
2009-05-19check_unix_params: check the credentials paramGuillaume Desmottes1-6/+19
2009-05-19add credentials access control to SupportedSocketTypesGuillaume Desmottes1-0/+2
2009-05-12tube-stream: add stub of check_incoming_connectionGuillaume Desmottes1-0/+27
2009-05-05tube-stream: disconnect the signal on the transport connected signalGuillaume Desmottes1-6/+18
2009-05-05indentation fixGuillaume Desmottes1-1/+1
2009-05-05tube-stream: fire NewConnection once the transport is connectedGuillaume Desmottes1-18/+78
2009-05-04tube-stream: always fire NewConnection signalGuillaume Desmottes1-20/+11
2009-05-04sync to latest tube API draftGuillaume Desmottes1-5/+7
2009-04-29Sync with latest tube spec DRAFTGuillaume Desmottes1-23/+23