index
:
telepathy/telepathy-spec
master
next
telepathy-spec-0.12
telepathy-spec-0.14
telepathy-spec-0.16
telepathy-spec-0.22
telepathy-spec-0.24
telepathy-spec-0.26
Telepathy D-Bus API specification (mirrored from https://gitlab.freedesktop.org/telepathy/telepathy-spec)
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2007-09-27
Version 0.16.0.1
telepathy-spec-0.16
Simon McVittie
1
-1
/
+1
2007-09-27
Don't provide the D-Bus name mapping on 1-1 D-Bus tubes
telepathy-spec-0.16.0
Simon McVittie
1
-4
/
+5
2007-09-27
Explain the desired semantics for chatroom and 1-1 D-Bus tubes
Simon McVittie
1
-0
/
+15
2007-09-27
Bump version to 0.16.0
Simon McVittie
1
-1
/
+1
2007-09-11
When joining a Group, CMs are required to (try to) wait for the state to sett...
Simon McVittie
1
-0
/
+17
2007-09-03
Clarified Group.Change.Reason.Offline usage, and fixed a typo in the spec
Senko Rasic
2
-2
/
+3
2007-08-27
bump version to 0.15.5.1
1
-1
/
+1
2007-08-27
bump version to 0.15.5
telepathy-spec-0.15.5
1
-1
/
+1
2007-08-27
rename Tube_{Address_Type,Access_Control} to Socket_* so they can be reused o...
1
-19
/
+19
2007-08-27
replace "must contain the boolean value false" wording with "must be ignored"...
1
-3
/
+2
2007-08-27
Channel.Type.Text: clarify that subject-contact value of 0 means unknown subj...
Senko Rasic
1
-1
/
+2
2007-08-27
Connection.Interface.Avatars: introduce a new GetKnownAvatarTokens() method a...
Senko Rasic
1
-0
/
+26
2007-08-23
Add tube access control
Simon McVittie
1
-3
/
+121
2007-08-23
Update expected documentation output for tests - now includes internal link p...
Simon McVittie
1
-3
/
+3
2007-08-23
Fix XMLNS for internal links
Simon McVittie
1
-6
/
+13
2007-08-06
Add maintainer-upload-snapshot target to upload snapshots to t.fd.o
Simon McVittie
1
-0
/
+7
2007-08-06
Bump version to 0.15.4.1 (we should remember to do this post-release)
Simon McVittie
1
-1
/
+1
2007-08-03
Fix a remnant of the group membership change reason Rejoined (we now use Sepa...
Simon McVittie
1
-1
/
+1
2007-08-01
Allow RequestAvatars to raise InvalidHandle too
Simon McVittie
1
-3
/
+5
2007-08-01
Allow RequestAvatars to raise Disconnected
Simon McVittie
1
-0
/
+3
2007-08-01
Clarify that RequestAvatars just doesn't emit a signal if the contact has no ...
Simon McVittie
1
-2
/
+3
2007-08-01
Clarify that NotAvailable is raised by RequestAvatar if the contact has no av...
Simon McVittie
1
-1
/
+5
2007-08-01
Observe that RequestAvatar is deprecated in favour of RequestAvatars
Simon McVittie
1
-1
/
+2
2007-08-03
Switch ipv4 and v6 tube addresses back to being represented as strings, to ai...
Simon McVittie
1
-7
/
+8
2007-08-03
Split Tube_Address_Type_IPv4 and IPv6 apart; represent the address as a byte-...
Simon McVittie
1
-5
/
+13
2007-08-03
Make Tube_Address_Type_Abstract_Unix include the leading NUL in the byte array
Simon McVittie
1
-2
/
+3
2007-08-03
Re-word Tube_Address_Type_Unix
Simon McVittie
1
-1
/
+1
2007-07-19
Further improvements to tube spec:
Simon McVittie
1
-24
/
+50
2007-07-18
remove stream unix tube specfic comment
Guillaume Desmottes
1
-3
/
+1
2007-07-18
rename GetStreamUnixSocketAddress to GetStreamTubeSocketAddress to fit new AP...
Guillaume Desmottes
1
-4
/
+4
2007-07-18
revise spec to have (uv) for stream addresses, and other misc adjustments
Dafydd Harries
1
-23
/
+85
2007-07-17
split Tubes channel introduction into paragraphs
Dafydd Harries
1
-10
/
+10
2007-06-04
add <a> markups around TCP service type link
Guillaume Desmottes
1
-2
/
+3
2007-06-04
NotImplemented doc string: "Connection Manager" -> "The connection manager"
Guillaume Desmottes
1
-2
/
+2
2007-06-04
s/dicionary/dictionary
Guillaume Desmottes
1
-2
/
+2
2007-06-04
"these pair of sockets" -> "this pair of sockets"
Guillaume Desmottes
1
-1
/
+1
2007-06-04
"the connection managers exports" -> "the connection manager exports"
Guillaume Desmottes
1
-1
/
+1
2007-06-04
stream Unix tube documentation: explicitely say we're using a stream socket
Guillaume Desmottes
1
-1
/
+1
2007-06-04
add <p> into DBus tube documentation
Guillaume Desmottes
1
-12
/
+13
2007-06-04
add <p> into Stream_Unix documentation
Guillaume Desmottes
1
-10
/
+10
2007-06-04
wrap a too long line
Guillaume Desmottes
1
-2
/
+2
2007-06-01
set Stream_Unix instead of StreamUnix as enum suffix
Guillaume Desmottes
1
-1
/
+1
2007-06-01
rename stream tube to stream tube unix tube (and its method and signal so)
Guillaume Desmottes
1
-19
/
+22
2007-05-24
Offer{DBus,Stream}Tube can raise NetworkError and NotAvailable
Guillaume Desmottes
1
-0
/
+14
2007-05-23
s/listenning/listening
Guillaume Desmottes
1
-1
/
+1
2007-05-23
better explanation of the service field for stream tubes
Guillaume Desmottes
1
-4
/
+3
2007-05-23
move D-Bus tube service description to OfferDBusTube params
Guillaume Desmottes
1
-3
/
+4
2007-05-23
AcceptTube and CloseTube can raises InvalidArgument
Guillaume Desmottes
1
-0
/
+6
2007-05-23
add Error.NotImplemented to OfferStreamTube too
Guillaume Desmottes
1
-0
/
+7
2007-05-23
add NotImplemented in possible errors of OfferDBusTube as CM can implement on...
Guillaume Desmottes
1
-0
/
+7
[next]