summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2013-09-17don't overwrite spec v0 when uploading v1 prereleasesSimon McVittie1-2/+1
2013-09-17Snapshot 0.99.1Simon McVittie15-389/+490
Replace the NEWS file with some porting notes. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69431 Reviewed-by: Guillaume Desmottes [and add s/UNRELEASED/0.99.1/ -smcv]
2013-09-17Snapshot 0.99.1Simon McVittie3-372/+476
Replace the NEWS file with some porting notes. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=69431 Reviewed-by: Guillaume Desmottes
2013-09-16Merge branch 'master' into nextSimon McVittie2-2/+4
Conflicts: spec/all.xml
2013-09-16nano versionSimon McVittie1-1/+1
2013-09-160.27.1Simon McVittie3-3/+5
2013-09-16Merge branch 'master' into nextSimon McVittie4-5/+26
Conflicts: spec/Channel_Type_Room_List1.xml
2013-09-12Revert "Make CM responsible for on-disk avatar caching"Simon McVittie1-174/+236
This is going to make it really difficult to port existing CMs to Telepathy 1.0. Let's reduce the amount of rewriting we have to do in the initial port. When we make this change (either for 1.0 or 1.2), we should add Avatars1 to master, do a mixin which encapsulates it, and port CMs to that mixin. This reverts commit 1f972813ca8cb53382534085263138805bacca19.
2013-09-12Merge remote-tracking branch 'jonny/call-typos'Simon McVittie1-2/+2
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2013-09-12NEWSSimon McVittie1-2/+14
2013-08-10call: replace reference to non-existant connection managerJonny Lamb1-1/+1
2013-08-10call: correct old reference to Call_State RingingJonny Lamb1-1/+1
2013-06-11RoomList: handle-name property is now mandatoryXavier Claessens1-1/+2
Empathy has always been depending on it.
2013-01-08Account.Interface.Addressing: use PropertiesChanged for notificationGuillaume Desmottes1-0/+8
There is no change notification at the moment. https://bugs.freedesktop.org/show_bug.cgi?id=40393
2012-09-07ChannelRequest: Annotate immutable propertiesXavier Claessens1-6/+7
2012-09-06ChannelDispatcher: Return ChannelRequest's immutable propertiesXavier Claessens1-0/+14
https://bugs.freedesktop.org/show_bug.cgi?id=54254
2012-09-06Make CM responsible for on-disk avatar cachingXavier Claessens1-236/+174
This changes completely the Avatar iface, making avatars exposed as URI contact attribute. https://bugs.freedesktop.org/show_bug.cgi?id=33410
2012-09-06Merge branch 'master' into nextXavier Claessens4-6/+13
2012-07-09Remove GetLocations, replaced by the contact attributeXavier Claessens1-63/+12
2012-07-09Remove GetPresences, replaced by the contact attributeXavier Claessens2-52/+17
2012-07-09Remove GetContactInfo, replaced by the contact attributeXavier Claessens1-28/+4
2012-07-09Remove GetContactCapabilities, replaced by the contact attributeXavier Claessens1-40/+5
2012-07-09Remove GetClientTypes, replaced by the contact attributeXavier Claessens1-44/+12
2012-07-09Modernize Aliasing ifaceXavier Claessens2-63/+18
- Remove GetAliases since we get them from contact attributes - Replace GetAliasFlags by a property - AliasesChanged now gives a map instead of struct
2012-06-20Connection: drop Protocol propertyXavier Claessens1-7/+0
The protocol can found by parsing the connection's object-path, just like the Connection Manager name. https://bugs.freedesktop.org/show_bug.cgi?id=20229
2012-06-11Remove ContactAttributeInterfaces propertyXavier Claessens1-30/+0
That property was used to detect legacy CMs that did not implement all the contact attributes.
2012-06-07Use <tp:dbus-ref> to link GetContactByIDXavier Claessens2-3/+5
2012-06-07Remove InspectHandlesXavier Claessens6-90/+9
Identifiers are always given together with handles, so it must never be needed to inspect an handle.
2012-06-07Remove RequestHandlesXavier Claessens4-65/+6
Getting an handle isn't a goal in itself, real operations can be done directly using the ID nowadays (GetContactByID and TargetID for channel requests)
2012-06-07Requests: recommend against multiple channels in NewChannelsJonny Lamb1-12/+15
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-06-07specparser: raise an exception if 'q' or 'n' is usedJonny Lamb1-0/+4
16-bit types are unsupported by dbus-glib. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-06-07spec: stop using 16bit integersJonny Lamb2-5/+5
dbus-glib is unable to emit 16-bit integers, so we can't comply with telepathy-spec in telepathy-glib. In practice, this means that our D-Bus API has never been what we claim, which is likely to cause problems for telepathy-qt4 (QtDBus is pickier about types). Bug: https://bugs.freedesktop.org/show_bug.cgi?id=20776 Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-05-18Fix wrong dbus paths from previous merges of masterXavier Claessens2-5/+5
2012-05-14RoomConfig: I can't spell “priviledges”.Will Thompson1-1/+1
2012-05-14Mark up immutable/requestable tube propsWill Thompson3-5/+12
2012-05-11Merge branch 'master' into nextSimon McVittie6-14/+117
Conflicts: spec/Protocol_Interface_Presence1.xml spec/all.xml
2012-05-09bump nano-versionXavier Claessens2-1/+6
2012-05-09Release 0.27.0Xavier Claessens3-4/+10
2012-05-09Connection: add SelfID property and SelfContactChanged signalXavier Claessens2-7/+26
2012-05-09StreamTube:NewRemoteConnection: Add contact's id in argsXavier Claessens1-0/+5
2012-05-08Add GetContactByIDXavier Claessens1-0/+58
2012-04-06Bump version to 0.99.0.1 to reflect "pre-1.0" statusSimon McVittie1-1/+1
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-06Change maintainer-upload-snapshot to upload to a parallel locationSimon McVittie1-3/+3
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-06Conn.Future: removedJonny Lamb2-111/+0
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-06Sidecars1: add new interfaceJonny Lamb2-0/+115
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03Merge branch 'trivia'Andre Moreira Magalhaes (andrunko)1-1/+2
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-04-03Protocol.I.Presence: Mark Statuses property as immutable.Andre Moreira Magalhaes (andrunko)1-1/+2
2012-04-03Merge branch 'trivia'Andre Moreira Magalhaes (andrunko)1-1/+2
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2012-04-03ConnectionManager: Mark Protocols property as immutable.Andre Moreira Magalhaes (andrunko)1-1/+2
2012-04-02start on version 0.27.0Jonny Lamb1-0/+7
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>