index
:
telepathy/telepathy-salut
master
next
telepathy-salut-0.2
telepathy-salut-0.4
telepathy-salut-0.8
Link-local XMPP connection manager for the Telepathy framework (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-salut)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
salut-tubes-channel.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-01-03
When ignoring an attempt to set a tubes channel's type, assert that the desir...
Simon McVittie
1
-0
/
+4
2008-01-03
Cope with TpChannelIface channel-type property becoming writeable in telepath...
Simon McVittie
1
-0
/
+5
2007-11-29
Tube channels become ready as soon as their created, so return them right away
Sjoerd Simons
1
-58
/
+0
2007-11-29
SalutTubesChannel: Throw an error when a tube is offered while the channel is...
Sjoerd Simons
1
-0
/
+22
2007-10-26
salut_tubes_channel_get_stream_tube_socket_address: don't hardcode unix type
Guillaume Desmottes
1
-1
/
+3
2007-10-26
tubes-channel: salut_tubes_channel_bytestream_offered: close the bytestream i...
Guillaume Desmottes
1
-13
/
+8
2007-10-26
tubes-channe: remove 1-1 tubes commented code
Guillaume Desmottes
1
-76
/
+0
2007-10-25
fix confict with -protocol and make it build
Guillaume Desmottes
1
-5
/
+1
2007-10-23
tubes-channel: when creating a new stream tube, set its initiator according t...
Guillaume Desmottes
1
-0
/
+28
2007-10-23
tubes-channel: extract_tube_information: allow initiator to be NULL
Guillaume Desmottes
1
-5
/
+13
2007-10-22
tubes-channel: remove the request attribute in the call of update_tubes_info ...
Guillaume Desmottes
1
-1
/
+1
2007-10-16
add salut_tubes_channel_bytestream_offered
Guillaume Desmottes
1
-0
/
+86
2007-10-16
tubes-channel: check if we have to publish the tube *before* adding the <tube...
Guillaume Desmottes
1
-9
/
+12
2007-10-16
tubes-channel: don't announce stream tubes we didn't initiate
Guillaume Desmottes
1
-2
/
+9
2007-10-15
implement AcceptStreamTube and GetStreamTubeSocketAddress
Guillaume Desmottes
1
-2
/
+164
2007-10-15
tubes-channel: add unix and inet sockets in GetAvailableStreamTubeTypes result
Guillaume Desmottes
1
-0
/
+29
2007-10-15
tubes-channel: don't force the stream-id attribute in muc presence
Guillaume Desmottes
1
-6
/
+1
2007-10-15
remove the offering parameter from extract_tube_information
Guillaume Desmottes
1
-16
/
+3
2007-10-15
start to implement OfferStreamTube (muc only for now)
Guillaume Desmottes
1
-10
/
+163
2007-10-15
tubes-channel: add stream tubes in GetAvailableStreamTubeTypes result
Guillaume Desmottes
1
-3
/
+1
2007-10-25
tubes-channel: remove generate_stream_id
Guillaume Desmottes
1
-21
/
+0
2007-10-25
tubes-channel: remove the stream-id arg from create_new_tube
Guillaume Desmottes
1
-10
/
+3
2007-10-25
use gibber_muc_connection_new_stream to allocate the stream used with D-Bus t...
Guillaume Desmottes
1
-1
/
+2
2007-10-24
muc stream-id are now guint16
Guillaume Desmottes
1
-1
/
+1
2007-10-24
tubes-channel: use new-senders and lost-senders instead of new-sender and los...
Guillaume Desmottes
1
-33
/
+41
2007-10-24
tubes-channel: update muc-bytestream's sender <-> stream-id mapping
Guillaume Desmottes
1
-0
/
+45
2007-10-22
Move everything to 16 bit stream ids
Sjoerd Simons
1
-2
/
+2
2007-10-23
tubes-channel: use tube-dbus's functions to add/remove name to d-bus names
Guillaume Desmottes
1
-45
/
+14
2007-10-23
tubes-channel: be sure dbus-names related functions do anything in 1-1 D-Bus ...
Guillaume Desmottes
1
-0
/
+10
2007-10-23
tubes-channel: publish_tube_in_node: set dbus-name only if not NULL and set i...
Guillaume Desmottes
1
-20
/
+20
2007-10-22
Remove duplicate copy of muc_connection_new_sender_cb caused by diff|patch me...
Simon McVittie
1
-10
/
+0
2007-10-22
tubes-channel: remove the "request" attribute in tubes announces (re-recorded)
Simon McVittie
1
-20
/
+14
2007-10-22
tubes-channel: send tubes info when get a "new-sender" event
Guillaume Desmottes
1
-0
/
+14
2007-10-15
add a bytestream argument to tube_dbus_new and create_new_tube as in Gabble
Guillaume Desmottes
1
-14
/
+14
2007-10-15
add a GError argument to salut_tube_iface_accept as in Gabble
Guillaume Desmottes
1
-1
/
+1
2007-10-15
tubes-channel: coding style tweaks and remove old commented code
Guillaume Desmottes
1
-177
/
+7
2007-10-15
use tp-glib tubes enum/functions
Guillaume Desmottes
1
-71
/
+71
2007-10-15
tubes-channel: remove backward compatibility with old tubes API
Guillaume Desmottes
1
-63
/
+0
2007-09-04
tubes-channel: generate uint8 stream-id for muc tubes
Guillaume Desmottes
1
-4
/
+13
2007-09-06
tubes-channel: add a ready public variable. Avoid to send data if the text ch...
Guillaume Desmottes
1
-2
/
+62
2007-08-28
salut-tubes-channel.c: updated to fit spec 0.15.5 + implement old tubes API f...
Guillaume Desmottes
1
-6
/
+88
2007-08-27
update tubes API comments
Guillaume Desmottes
1
-4
/
+4
2007-08-27
salut-tubes-channel.c: remove HAVE_DBUS_TUBE tests as now we always build D-B...
Guillaume Desmottes
1
-62
/
+0
2007-08-27
salut-tubes-channel.c: updated to fit latest spec
Guillaume Desmottes
1
-38
/
+41
2007-08-08
Drop dependency on libtelepathy-glib-unstable; instead implement Tubes channe...
Simon McVittie
1
-84
/
+83
2007-06-27
salut_tubes_channel_get_handle: set the right handle type
Guillaume Desmottes
1
-1
/
+1
2007-06-27
tubes-channel: remove not ready private tubes code
Guillaume Desmottes
1
-19
/
+0
2007-06-27
simplify generate_stream_id
Guillaume Desmottes
1
-8
/
+3
2007-06-27
tubes-channel: remove start_initiation as we don't use it now
Guillaume Desmottes
1
-81
/
+2
2007-06-27
update_tubes_info returns a boolean so caller can know if it worked fine
Guillaume Desmottes
1
-3
/
+6
[next]