summaryrefslogtreecommitdiff
path: root/src/tube-dbus.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-05gabble_tube_dbus_remove_name: fire DBusNamesChanged signalGuillaume Desmottes1-1/+13
2009-02-05tube-dbus: add tube participants as membersGuillaume Desmottes1-0/+13
2009-02-05tube-dbus: actually implement the group mixin instead of using externalGuillaume Desmottes1-2/+17
2009-02-05gabble_tube_dbus_add_name: fire DBusNamesChanged (new API)Guillaume Desmottes1-1/+14
2009-02-05tube-dbus: create a local-pending muc-bytestream at tube creation.Guillaume Desmottes1-29/+18
2009-02-03remove old FIXME/TODOGuillaume Desmottes1-3/+0
2009-02-03improve FIXME commentsGuillaume Desmottes1-1/+2
2009-02-03tube-dbus: Status has been renamed to StateGuillaume Desmottes1-1/+1
2009-02-03tube-dbus: add TODO about DBusNamesChanged signalGuillaume Desmottes1-0/+2
2009-02-03tube-dbus: implement the DBusNames propertyGuillaume Desmottes1-1/+2
2009-02-03tube-dbus: always create the dbus_names hash table as the property has to be ...Guillaume Desmottes1-4/+4
2009-02-03tube-dbus: Status and Parameters are not immutable propertiesGuillaume Desmottes1-2/+0
2009-02-03gabble_tube_dbus_offer: fire TubeChannelStateChangedGuillaume Desmottes1-0/+4
2009-02-03tube-dbus: implement AcceptDBusTubeGuillaume Desmottes1-1/+28
2009-02-03gabble_tube_dbus_new: fix object pathGuillaume Desmottes1-1/+1
2009-02-03gabble_tube_dbus_accept: raise an error if create_dbus_server failedGuillaume Desmottes1-1/+2
2009-02-03minor coding style fixGuillaume Desmottes1-1/+1
2009-02-03gabble_tube_dbus_offer: raise an error if create_dbus_server failedGuillaume Desmottes1-1/+2
2009-02-03tube-dbus: emit TubeChannelStateChanged when tube is openGuillaume Desmottes1-0/+4
2009-02-03tube-dbus: add TODOGuillaume Desmottes1-0/+1
2009-02-03merge gabble_tube_dbus_listen to tube_dbus_openGuillaume Desmottes1-10/+2
2009-02-03call create_dbus_server in gabble_tube_dbus_accept so gabble_tubes_channel_ac...Guillaume Desmottes1-0/+2
2009-02-03gabble_tube_dbus_offer: call create_dbus_server so the OfferDBusTube can retu...Guillaume Desmottes1-0/+2
2009-02-03tube-dbus: factor out create_dbus_serverGuillaume Desmottes1-8/+21
2009-02-03Update Tube and DBusTube specs to newer draftWill Thompson1-1/+2
2009-02-03Send dtube offer from gabble_tube_dbus_openWill Thompson1-1/+89
2009-02-03Implementation Channel.Type.DBusTube.OfferDBusTube()Will Thompson1-6/+27
2009-02-03Add a gabble_tube_dbus_offer stubWill Thompson1-0/+16
2009-02-03Add an "offered" flag to TubeDBusWill Thompson1-0/+24
2009-02-03Give TubeDBus' state the type GabbleTubeChannelStateWill Thompson1-5/+5
2009-02-03Revert "tube-dbus: check if the tube has already be offered when getting its ...Will Thompson1-12/+1
2009-02-03tube-dbus: check if the tube has already be offered when getting its stateGuillaume Desmottes1-1/+12
2009-02-03tube-dbus: implement exportable channel interfaceGuillaume Desmottes1-5/+355
2009-01-12tube-dbus: fix tube-offered signal definitionGuillaume Desmottes1-1/+1
2009-01-12tube-dbus: add tube-offered signalGuillaume Desmottes1-0/+10
2008-11-05GabbleTubeIface, GabbleTubeDBus, GabbleTubeStream: use G_PARAM_STATIC_STRINGSSimon McVittie1-26/+6
2008-11-03Merge branch 'alban-request-tube-channel'Alban Crequy1-9/+22
2008-10-31Closing tubes: Replace "local" parameter by "!closed_remotely".Alban Crequy1-2/+3
2008-10-30Fix bug #16797: do not send the tube close stanza from both ends. Only send i...Alban Crequy1-4/+4
2008-10-28Merge branch 'master' into alban-request-tube-channelAlban Crequy1-5/+12
2008-10-27Tube, update to the new spec: remove "Initiator" propertyAlban Crequy1-6/+19
2008-10-27remove extra blank lineGuillaume Desmottes1-1/+0
2008-10-27tube_dbus_open: use the DBusServer instead of the address to check if the ser...Guillaume Desmottes1-1/+1
2008-10-27gabble_tube_dbus_listen: free and set to NULL the dbus_srv_addr and socket_pa...Guillaume Desmottes1-0/+7
2008-10-27tube_dbus_open: no need to check if there is already a D-Bus server as gabble...Guillaume Desmottes1-4/+2
2008-10-27gabble_tube_dbus_listen: prevent it to be executed twiceGuillaume Desmottes1-0/+3
2008-10-22Merge branch 'master' into alban-request-tube-channelAlban Crequy1-9/+41
2008-10-21Merge branch 'master' into alban-bug13891Alban Crequy1-6/+10
2008-10-20Style: use if (ptr != NULL) instead of if (ptr).Alban Crequy1-3/+3
2008-10-17Fix dbus_server_unref when a D-Bus tube is disposed.Alban Crequy1-1/+5