summaryrefslogtreecommitdiff
path: root/src/tube-stream.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' into nextnextGeorge Kiagiadakis2016-12-021-0/+2
|\
| * tube-stream: remove_transport(): ensure that transport is not NULLGuillaume Desmottes2014-06-031-0/+2
* | stop calling tp_dbus_properties_mixin_class_init()Guillaume Desmottes2014-05-161-2/+0
* | tube-stream: use the 'invisible' TpDBusPropertiesMixin APIGuillaume Desmottes2014-05-161-16/+10
* | Stop using tp_dbus_properties_mixin_iface_init which has been removedSimon McVittie2014-04-081-2/+0
* | Swap terminology from "handle type" to "entity type"Simon McVittie2014-04-081-4/+4
* | Use g_dbus_method_invocation_return_gerrorSimon McVittie2014-03-271-4/+4
* | Use GDBusMethodInvocationSimon McVittie2014-03-271-2/+2
* | TpHandleType has been renamed to TpEntityTypeGuillaume Desmottes2014-02-131-16/+16
* | Adapt for use of ABI versions in generated codeGuillaume Desmottes2013-10-251-25/+25
* | make comments IM prefix agnosticGuillaume Desmottes2013-10-161-4/+4
* | tube-stream: NewRemoteConnection now takes the contact idGuillaume Desmottes2013-10-161-1/+7
|/
* Stop using TpTubeType enumGuillaume Desmottes2013-10-041-1/+1
* s/NUM_TP/TP_NUMGuillaume Desmottes2013-10-041-2/+2
* bytestream_factory_negotiate_stream(): don't pass stream id to callbacksWill Thompson2012-12-061-1/+0
* bytestream_factory_negotiate_stream(): remove return valueWill Thompson2012-12-061-9/+3
* Avoid manually setting WockyNode.ns where sensible.Will Thompson2012-11-271-7/+3
* Stop accessing sealed tp-glib structsXavier Claessens2012-09-111-6/+14
* Merge branch 'only-one-tube'Jonny Lamb2012-08-281-7/+12
|\
| * tubes: use 64bit uints for tube IDs everywhereJonny Lamb2012-07-201-7/+7
| * muc-channel: send Tube presence where appropriateJonny Lamb2012-07-201-0/+5
* | Use meta-headers for everythingSimon McVittie2012-05-301-6/+2
|/
* Use TP_ERROR instead of deprecated TP_ERRORSSimon McVittie2012-05-071-18/+18
* tube-stream: subclass TpBaseChannelJonny Lamb2012-02-141-409/+171
* Replace trivial uses of lm_message_node_get_child_with_namespaceWill Thompson2012-01-311-1/+1
* Remove vestigial Loudmouth headers and build systemWill Thompson2012-01-271-1/+0
* Delete LmMessage{,Type,SubType} typedefsWill Thompson2012-01-271-4/+4
* Remove duplicated AMP rules.Will Thompson2012-01-271-26/+2
* Remove lm_message_build[_with_subtype]Will Thompson2012-01-271-10/+13
* Expunge lm_message_ref and lm_message_unref.Will Thompson2012-01-261-3/+3
* Merge branch 'master' into BYE-BYE-LOUDMOUTHWill Thompson2012-01-261-7/+7
|\
| * Use _unref instead of _free _destroy when possible.unrefXavier Claessens2011-11-161-7/+7
* | stop using LmMessageNode wrapperJonny Lamb2011-05-021-12/+10
* | use the new xmlns and xml:lang build tagsJonny Lamb2011-05-021-4/+4
|/
* Presence: genericise specifying a client type preferenceWill Thompson2011-04-081-4/+2
* Use GLib's simple (1-argument) signal marshallersSimon McVittie2010-11-041-4/+4
* various: use tp_clear_object, tp_clear_pointer moreSimon McVittie2010-09-211-22/+4
* Tubes: use the connection's TpDBusDaemon to export objectsSimon McVittie2010-09-211-3/+3
* Pass a guint instead of a guint16 to dbus_g_type_struct_get because itTomeu Vizoso2010-08-091-1/+1
* Prefer phones when picking resource for Jingle callsWill Thompson2010-06-021-0/+2
* Rename to WockyStanza, WockyNode and related changesSjoerd Simons2010-04-201-1/+2
* Use g_resolver_lookup_by_name instead of getaddrinfo in GibberTcpTransportSjoerd Simons2010-04-061-5/+2
* Merge branch '09-portability'Simon McVittie2010-03-251-9/+39
|\
| * src: use gibber-sockets.h meta-headerSimon McVittie2010-02-221-4/+2
| * Conditionalize inclusion of unistd.hSimon McVittie2010-02-221-1/+4
| * GabbleTubeStream: stub out Unix socket support unless GIBBER_TYPE_UNIX_TRANSP...Simon McVittie2010-02-221-4/+33
* | Remove redundant NULL checks before g_set_error()Will Thompson2010-03-191-16/+8
|/
* tube_stream: query SOCKS5 proxy when creating an incoming tubeGuillaume Desmottes2009-11-261-0/+4
* remove some debug messages flooding output when using a stream tubeGuillaume Desmottes2009-09-221-14/+0
* Merge branch 'credentials'Simon McVittie2009-09-101-2/+9
|\