summaryrefslogtreecommitdiff
path: root/src/tube-dbus.c
AgeCommit message (Expand)AuthorFilesLines
2012-05-23tube-dbus: explicitly set the requested propertyJonny Lamb1-1/+3
2012-05-10Remove deprecated tp_handle_ref/unrefXavier Claessens1-25/+0
2012-05-07Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie1-3/+3
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-8/+8
2011-05-09gibber ibb bytestream: removeJonny Lamb1-1/+0
2011-05-03tube-dbus: fix typoJonny Lamb1-1/+1
2011-04-28src: remove annoying salut- prefixJonny Lamb1-2/+2
2011-03-21Unconfuse TpTubeChannelState and TpTubeState a bitWill Thompson1-1/+1
2010-11-18fd.o #31665: use TpDBusDaemon, not tp_get_bus()Simon McVittie1-7/+8
2009-06-26tube-dbus: actually implement the LocalHost access controlGuillaume Desmottes1-0/+16
2009-06-26add Localhost to SupportedAccessesControlGuillaume Desmottes1-0/+2
2009-06-26tube-dbus: use the rafined TP_HASH_TYPE_DBUS_TUBE_PARTICIPANTS for the dbus-n...Guillaume Desmottes1-1/+1
2009-06-26fire DBusTube.DBusNamesChanged signalGuillaume Desmottes1-0/+27
2009-06-26implement DBusTube.Accept methodGuillaume Desmottes1-2/+36
2009-06-26tube-dbus: bytestream_state_changed_cb: fire TubeChannelStateChanged signalGuillaume Desmottes1-0/+4
2009-06-26implement DBusTube.Offer methodGuillaume Desmottes1-3/+61
2009-06-26add salut_tube_dbus_offerGuillaume Desmottes1-14/+54
2009-06-26factor out create_dbus_serverGuillaume Desmottes1-9/+49
2009-06-26tube-dbus: factor out do_closeGuillaume Desmottes1-10/+20
2009-06-26tube-dbus: implement DBusTube propertiesGuillaume Desmottes1-3/+28
2009-06-26tube-dbus: implement Channel interface methodsGuillaume Desmottes1-5/+73
2009-06-26tube-dbus: start to implement Channel interface and DBusTube typeGuillaume Desmottes1-6/+261
2009-06-26tube-dbus: add tube-offered signalGuillaume Desmottes1-0/+11
2009-06-26add salut_tube_dbus_channel_get_allowed_properties ()Guillaume Desmottes1-1/+22
2009-02-03tube-dbus: initiator property has been renamed to initiator-handleGuillaume Desmottes1-6/+6
2009-02-03Add property "tubes-channel" to SalutStreamTube and SalutDBusTube object. The...Alban Crequy1-0/+12
2009-02-03Rename signal names of StreamTubes and DBusTubes to avoid collisions when Sal...Alban Crequy1-2/+2
2008-12-17salut_tube_dbus_set_property: dup the boxed and destroy the old one if neededGuillaume Desmottes1-1/+3
2008-12-15tube-dbus: fix coding styleGuillaume Desmottes1-1/+1
2008-12-12salut_tube_dbus_dispose: no need to define twice contact_repoGuillaume Desmottes1-2/+0
2008-11-10Merge branch 'master' into tubes-requestotron-without-new-specsAlban Crequy1-24/+6
2008-11-09Salut: use G_PARAM_STATIC_STRINGSAlban Crequy1-24/+6
2008-10-31Avoid to send the close message stanza from both ends in 1-1 stream tubes.Alban Crequy1-3/+3
2008-08-12Merge branch 'master' into tubesJonny Lamb1-8/+74
2008-08-11Remove never used parameter bytestream when creating a tubeAlban Crequy1-5/+1
2008-08-11Send iq offer only 1 timeAlban Crequy1-0/+1
2008-06-02Fix the casting in the various _GET_PRIV macrosSjoerd Simons1-1/+1
2008-04-15Add a D-Bus message queue when the application is not yet connected to the tu...Alban Crequy1-6/+72
2008-04-15Fix copyrightAlban Crequy1-1/+1
2008-01-31tube-dbus: fix a reference leak when creating the muc bytestreamGuillaume Desmottes1-0/+1
2008-01-31salut_tube_dbus_constructor: when handle_type is room, the bytestream have to...Guillaume Desmottes1-1/+1
2007-11-02Fix up inclusions of namespace headersSimon McVittie1-1/+0
2007-10-22Echo broadcast messages that are from us (rMulticast aux bytestreams don't echo)Simon McVittie1-0/+14
2007-10-17add a GError argument to gibber_bytestream_iface_close as in Gabble (not used...Guillaume Desmottes1-3/+3
2007-10-25use gibber_muc_connection_new_stream to allocate the stream used with D-Bus t...Guillaume Desmottes1-10/+3
2007-10-23tube-dbus: salut_tube_dbus_add_name: check D-Bus name if it starts with ":2."Guillaume Desmottes1-0/+18
2007-10-23tube-dbus: add public functions to add/remove name to/from dbus namesGuillaume Desmottes1-0/+58
2007-10-23tube-dbus: use new algorithm to generate D-Bus local nameGuillaume Desmottes1-3/+53
2007-10-15add a bytestream argument to tube_dbus_new and create_new_tube as in GabbleGuillaume Desmottes1-2/+8
2007-10-15add a GError argument to salut_tube_iface_accept as in GabbleGuillaume Desmottes1-4/+7