summaryrefslogtreecommitdiff
path: root/src/tube-stream.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-24NUM_TP_ got replaced by TP_NUM_Xavier Claessens1-2/+2
2013-01-04Don't use sealed struct membersSimon McVittie1-6/+11
2013-01-04Be single-include-compliantSimon McVittie1-9/+3
2013-01-04Include config.h and our corresponding header first in every source fileSimon McVittie1-0/+1
2013-01-04Use GLib generic marshallers; stop generating our own marshallersSimon McVittie1-9/+4
2012-08-02tubes: use guint64s for all tube IDsJonny Lamb1-7/+7
2012-05-31tube-{iface,dbus,stream}: remove tubes-channel propertyJonny Lamb1-15/+1
2012-05-31tube-stream: subclass TpBaseChannelJonny Lamb1-366/+152
2012-05-10Remove deprecated tp_handle_ref/unrefXavier Claessens1-9/+0
2012-05-07Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie1-17/+17
2012-02-22tubes-stream: Make it compile under windows.Siraj Razick1-3/+20
2012-02-06Update Wocky snapshot for one big header.Will Thompson1-4/+1
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-7/+7
2011-05-04stop using gibber-namespaces.hJonny Lamb1-8/+9
2011-05-03remove all set but unused variablesJonny Lamb1-2/+1
2011-04-28src: remove annoying salut- prefixJonny Lamb1-6/+6
2011-04-05Merge branch 'meta-porter'Jonny Lamb1-210/+41
2011-04-01tube-stream: set the WockyContact on a stanza to sendJonny Lamb1-0/+2
2011-03-24tube-stream: don't unref a NULL stanzaJonny Lamb1-0/+1
2011-03-21Unconfuse TpTubeChannelState and TpTubeState a bitWill Thompson1-2/+2
2011-03-02tubes-channel: stop using the XCMJonny Lamb1-210/+38
2011-02-09gibber: remove GibberXmppNode wrapperJonny Lamb1-7/+7
2011-02-09gibber: remove GibberXmppStanza wrapperJonny Lamb1-16/+16
2010-11-18fd.o #31665: use TpDBusDaemon, not tp_get_bus()Simon McVittie1-6/+7
2010-10-08Replace GibberXmppNode and GibberXmppStanza with WockyNode and WockyStanzaSimon McVittie1-1/+3
2010-10-08SalutTubeStream: don't change the namespace of a node after creationSimon McVittie1-2/+2
2009-06-26tube-stream: use TP_ERROR_* from tp-glibGuillaume Desmottes1-12/+4
2009-06-26undraft tube new API implementationGuillaume Desmottes1-42/+42
2009-06-26tube-stream: fire ConnectionClosedGuillaume Desmottes1-0/+44
2009-06-26tube-stream: fire NewLocalConnectionGuillaume Desmottes1-0/+16
2009-06-26tube-stream: factor out fire_new_remote_connectionGuillaume Desmottes1-12/+25
2009-06-26tube-stream: associate a connection ID with each tube connectionGuillaume Desmottes1-5/+42
2009-06-26tube-stream: fix implementation with latest DRAFTGuillaume Desmottes1-5/+9
2009-05-27tube_stream_open: chmod the newly created UNIX socket to allow everyone to ac...Guillaume Desmottes1-0/+7
2009-04-29sync with latest tube spec DRAFTGuillaume Desmottes1-23/+23
2009-03-10identation fixGuillaume Desmottes1-9/+9
2009-02-12add salut_tube_stream_channel_get_allowed_properties accessor instead of havi...Guillaume Desmottes1-0/+12
2009-02-12salut_tube_stream_offer_stream_tube: use salut_tube_stream_offerGuillaume Desmottes1-17/+11
2009-02-12Merge branch 'master' into muc-stream-tube-new-api-REBASEDGuillaume Desmottes1-50/+40
2009-02-11tube-stream: Parameters property has to be in channel-properties only in inco...Guillaume Desmottes1-13/+35
2009-02-11tube-stream: salut_tube_stream_offer_stream_tube now takes parametersGuillaume Desmottes1-0/+3
2009-02-11tube-stream: Parameters is now ready onlyGuillaume Desmottes1-37/+2
2009-02-06salut_tube_stream_accept_stream_tube: set address_type, access_control and ac...Guillaume Desmottes1-0/+6
2009-02-06tube-stream: contact_new_connection_cb: unref the bytestream as add_bytestrea...Guillaume Desmottes1-0/+1
2009-02-06tube-stream: start_stream_direct: no need to ref the bytestream as we just cr...Guillaume Desmottes1-1/+1
2009-02-06salut_tube_stream_accepted: fire TubeChannelStateChanged signalGuillaume Desmottes1-0/+3
2009-02-06tube-stream: free the object_path when finalizingGuillaume Desmottes1-0/+1
2009-02-06salut_tube_stream_offer_stream_tube: fire TubeChannelStateChanged signal when...Guillaume Desmottes1-0/+5
2009-02-06tube-stream: fire TubeChannelStateChanged signal when tube is openGuillaume Desmottes1-0/+4
2009-02-06add salut_tube_stream_offerGuillaume Desmottes1-0/+34