index
:
~smcv/telepathy-salut
gdbus-object
gdbus-properties
group-mixin
master
names
next
next-decore
next-factory
next-gdbus
next-handle-type
presence-mixin
trivia-54119
try-to-keep-up
wip-fewer-socks
wip-gdbus
wip-next-mergeable-into-gabble
Unnamed repository; edit this file to name it for gitweb.
smcv
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
tube-dbus.c
Age
Commit message (
Expand
)
Author
Files
Lines
2012-05-23
tube-dbus: explicitly set the requested property
Jonny Lamb
1
-1
/
+3
2012-05-10
Remove deprecated tp_handle_ref/unref
Xavier Claessens
1
-25
/
+0
2012-05-07
Use TP_ERROR instead of long-deprecated TP_ERRORS
Simon McVittie
1
-3
/
+3
2011-11-16
Use _unref instead of _free _destroy when possible.unref
Xavier Claessens
1
-8
/
+8
2011-05-09
gibber ibb bytestream: remove
Jonny Lamb
1
-1
/
+0
2011-05-03
tube-dbus: fix typo
Jonny Lamb
1
-1
/
+1
2011-04-28
src: remove annoying salut- prefix
Jonny Lamb
1
-2
/
+2
2011-03-21
Unconfuse TpTubeChannelState and TpTubeState a bit
Will Thompson
1
-1
/
+1
2010-11-18
fd.o #31665: use TpDBusDaemon, not tp_get_bus()
Simon McVittie
1
-7
/
+8
2009-06-26
tube-dbus: actually implement the LocalHost access control
Guillaume Desmottes
1
-0
/
+16
2009-06-26
add Localhost to SupportedAccessesControl
Guillaume Desmottes
1
-0
/
+2
2009-06-26
tube-dbus: use the rafined TP_HASH_TYPE_DBUS_TUBE_PARTICIPANTS for the dbus-n...
Guillaume Desmottes
1
-1
/
+1
2009-06-26
fire DBusTube.DBusNamesChanged signal
Guillaume Desmottes
1
-0
/
+27
2009-06-26
implement DBusTube.Accept method
Guillaume Desmottes
1
-2
/
+36
2009-06-26
tube-dbus: bytestream_state_changed_cb: fire TubeChannelStateChanged signal
Guillaume Desmottes
1
-0
/
+4
2009-06-26
implement DBusTube.Offer method
Guillaume Desmottes
1
-3
/
+61
2009-06-26
add salut_tube_dbus_offer
Guillaume Desmottes
1
-14
/
+54
2009-06-26
factor out create_dbus_server
Guillaume Desmottes
1
-9
/
+49
2009-06-26
tube-dbus: factor out do_close
Guillaume Desmottes
1
-10
/
+20
2009-06-26
tube-dbus: implement DBusTube properties
Guillaume Desmottes
1
-3
/
+28
2009-06-26
tube-dbus: implement Channel interface methods
Guillaume Desmottes
1
-5
/
+73
2009-06-26
tube-dbus: start to implement Channel interface and DBusTube type
Guillaume Desmottes
1
-6
/
+261
2009-06-26
tube-dbus: add tube-offered signal
Guillaume Desmottes
1
-0
/
+11
2009-06-26
add salut_tube_dbus_channel_get_allowed_properties ()
Guillaume Desmottes
1
-1
/
+22
2009-02-03
tube-dbus: initiator property has been renamed to initiator-handle
Guillaume Desmottes
1
-6
/
+6
2009-02-03
Add property "tubes-channel" to SalutStreamTube and SalutDBusTube object. The...
Alban Crequy
1
-0
/
+12
2009-02-03
Rename signal names of StreamTubes and DBusTubes to avoid collisions when Sal...
Alban Crequy
1
-2
/
+2
2008-12-17
salut_tube_dbus_set_property: dup the boxed and destroy the old one if needed
Guillaume Desmottes
1
-1
/
+3
2008-12-15
tube-dbus: fix coding style
Guillaume Desmottes
1
-1
/
+1
2008-12-12
salut_tube_dbus_dispose: no need to define twice contact_repo
Guillaume Desmottes
1
-2
/
+0
2008-11-10
Merge branch 'master' into tubes-requestotron-without-new-specs
Alban Crequy
1
-24
/
+6
2008-11-09
Salut: use G_PARAM_STATIC_STRINGS
Alban Crequy
1
-24
/
+6
2008-10-31
Avoid to send the close message stanza from both ends in 1-1 stream tubes.
Alban Crequy
1
-3
/
+3
2008-08-12
Merge branch 'master' into tubes
Jonny Lamb
1
-8
/
+74
2008-08-11
Remove never used parameter bytestream when creating a tube
Alban Crequy
1
-5
/
+1
2008-08-11
Send iq offer only 1 time
Alban Crequy
1
-0
/
+1
2008-06-02
Fix the casting in the various _GET_PRIV macros
Sjoerd Simons
1
-1
/
+1
2008-04-15
Add a D-Bus message queue when the application is not yet connected to the tu...
Alban Crequy
1
-6
/
+72
2008-04-15
Fix copyright
Alban Crequy
1
-1
/
+1
2008-01-31
tube-dbus: fix a reference leak when creating the muc bytestream
Guillaume Desmottes
1
-0
/
+1
2008-01-31
salut_tube_dbus_constructor: when handle_type is room, the bytestream have to...
Guillaume Desmottes
1
-1
/
+1
2007-11-02
Fix up inclusions of namespace headers
Simon McVittie
1
-1
/
+0
2007-10-22
Echo broadcast messages that are from us (rMulticast aux bytestreams don't echo)
Simon McVittie
1
-0
/
+14
2007-10-17
add a GError argument to gibber_bytestream_iface_close as in Gabble (not used...
Guillaume Desmottes
1
-3
/
+3
2007-10-25
use gibber_muc_connection_new_stream to allocate the stream used with D-Bus t...
Guillaume Desmottes
1
-10
/
+3
2007-10-23
tube-dbus: salut_tube_dbus_add_name: check D-Bus name if it starts with ":2."
Guillaume Desmottes
1
-0
/
+18
2007-10-23
tube-dbus: add public functions to add/remove name to/from dbus names
Guillaume Desmottes
1
-0
/
+58
2007-10-23
tube-dbus: use new algorithm to generate D-Bus local name
Guillaume Desmottes
1
-3
/
+53
2007-10-15
add a bytestream argument to tube_dbus_new and create_new_tube as in Gabble
Guillaume Desmottes
1
-2
/
+8
2007-10-15
add a GError argument to salut_tube_iface_accept as in Gabble
Guillaume Desmottes
1
-4
/
+7
[next]