summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2012-02-22Bump version to 0.99.0.1 to reflect "pre-1.0" statusnext-snapshotSimon McVittie1-1/+1
2012-02-22Change maintainer-upload-snapshot to upload to a parallel locationSimon McVittie1-3/+3
2012-02-22Merge branch 'master' into nextSimon McVittie25-120/+946
Conflicts: README spec/Account_Manager.xml spec/Call1_Content.xml spec/Call1_Content_Interface_Audio_Control1.xml spec/Call1_Content_Interface_Media.xml spec/Call1_Content_Interface_Video_Control1.xml spec/Call1_Content_Media_Description.xml spec/Call1_Content_Media_Description_Interface_RTCP_Extended_Reports1.xml spec/Call1_Content_Media_Description_Interface_RTP_Header_Extensions1.xml spec/Call1_Interface_Mute.xml spec/Call1_Stream.xml spec/Call1_Stream_Endpoint.xml spec/Call1_Stream_Interface_Media.xml spec/Call_Content_Media_Description_Interface_RTCP_Feedback.xml spec/Channel_Interface_DTMF1.xml spec/Channel_Type_Call1.xml spec/Connection_Interface_Addressing1.xml spec/Connection_Manager.xml spec/all.xml
2012-02-20Nano version, retroactive release nameSimon McVittie3-2/+9
2012-02-20Prepare version 0.25.2Simon McVittie21-20/+70
2012-02-20Merge remote-tracking branch 'xclaesse/call1'Simon McVittie13-26/+13
By popular demand.
2012-02-20Call: Add direction to AddContentOlivier Crête1-0/+6
https://bugs.freedesktop.org/show_bug.cgi?id=44303
2012-02-17Merge remote-tracking branch 'origin/master'Simon McVittie2-53/+33
2012-02-17Merge branch 'addressing'Simon McVittie1-11/+16
Reviewed-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=26866
2012-02-17Partially revert versioning everything: move Text back to being unversionedSimon McVittie2-2/+2
I hadn't spotted that Jonny had left this named like a core interface, and his rationale for doing so (if you break Text, you break functionality that everyone assumes to be present) is persuasive, so back to core it goes.
2012-02-17Call:add forwarded-to-id keyGuillaume Desmottes1-0/+5
https://bugs.freedesktop.org/show_bug.cgi?id=44513
2012-02-17Call: On a forwarded call, make the actor into the real actorOlivier Crête1-3/+12
Put the handle it is forwarded to into the details https://bugs.freedesktop.org/show_bug.cgi?id=44513
2012-02-16Document Telepathy 1.0 versioning conventionsnext-version-the-worldSimon McVittie1-13/+22
2012-02-16Put Call1 in the node name, filename of Call1 sub-objectsSimon McVittie13-24/+24
2012-02-16Version the names and node-names of all versioned interfacesSimon McVittie73-143/+143
Otherwise, either we can't generate code for Foo1 and Foo2 simultaneously, or the rules for when you version and when you don't are really confusing. See fd.o #26866.
2012-02-15Add possible error on FinishInitialCandidatesOlivier Crête1-0/+10
2012-02-15Remove MUTE values from call stream/channelXavier Claessens2-50/+6
It is still unsure how mute should be implemented
2012-02-15Remove MUTE values from call stream/channelXavier Claessens2-45/+1
It is still unsure how mute should be implemented
2012-02-15Redefine Access_Control_Publish_List and Subscribe_Or_Publish_ListSimon McVittie1-5/+10
We no longer have ContactList channels, so cross-reference to ContactList1 contact attributes instead. Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-02-15Redefine Access_Control_Group to be in terms of string group namesSimon McVittie1-3/+6
Integer group handles are a thing of the past now. Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-02-15Remove Rich_Presence_Access_Control, use Access_Control insteadSimon McVittie2-81/+5
Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-02-15Describe our policy on versioned interfacesSimon McVittie1-0/+41
Reviewed-by: Andre Moreira Magalhaes (andrunko) <andre.magalhaes@collabora.co.uk>
2012-02-15Merge remote-tracking branch 'origin/master'Simon McVittie1-5/+0
2012-02-15Merge branch 'captcha'Simon McVittie4-1/+525
Reviewed-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Dario Freddi <dario.freddi@collabora.com>
2012-02-15Mark Call1 spec stableXavier Claessens13-26/+13
Except for Call1.Interface.Mute for which we have still doubts. For now it can be done client-side by muting pulse source for example.
2012-02-15Remove another duplicated ContactOlivier Crête1-5/+0
It is already in the media description offer
2012-02-14Undraft Conn.I.AddressingSimon McVittie1-7/+3
2012-02-14Document the members of VCard_Field_Address_Map and why it's pluralSimon McVittie1-4/+13
2012-02-14Account.Supersedes: addSimon McVittie3-3/+37
In the process, define how arrays of object paths are serialized in a .manager file, since MC uses the same format for account storage. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=42814 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2012-02-14Captcha: allow labels to be the empty string, for "UI should supply"captchaSimon McVittie1-3/+27
2012-02-13Update copyright dateSimon McVittie2-2/+2
2012-02-09Have CM provide available MIME types and let CM choose the one to useMike Ruprecht1-10/+20
2012-02-09Fix incorrect member-refMike Ruprecht1-1/+1
2012-02-09Correct typoMike Ruprecht1-1/+1
2012-02-01A few more revisions based on comments in fd.o bug #32125Mike Ruprecht2-2/+11
2012-01-31Revise CaptchaAuthentication spec based on comments in fd.o #32125Mike Ruprecht3-58/+138
This patch revises CaptchaAuthentication to include comments from Simon McVittie from fd.o bug #32125. A lot of the wording is from him again.
2012-01-31Merge branch 'next' into smcv/nextJonny Lamb2-8/+6
Conflicts: spec/Channel_Interface_Group.xml Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
2012-01-31Align the canonical RCC for ContactSearch channels with our normal policySimon McVittie2-13/+7
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=32468
2012-01-31Allow Client names to start with an underscoreSimon McVittie1-1/+1
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=24624
2012-01-31Use underscores, not hyphen/minus signs, in protocol/service namesSimon McVittie3-22/+32
2012-01-31Rename Account.Valid to Usable, and so onSimon McVittie3-25/+25
"Valid" already means something in a lot of APIs.
2012-01-31Reinstate LocalPendingMembers propertySimon McVittie1-3/+17
This partially reverts commit c78af04b3924d4022b02fb2073042a0298b20e41.
2012-01-31Remove note about conditional emission of HandleOwnersChangedSimon McVittie1-4/+0
In Telepathy 1.0, it has always been mandatory.
2012-01-31Rename HandleOwnersChangedDetailed to HandleOwnersChangedSimon McVittie1-3/+3
2012-01-31Remove MembersChanged, rename MembersChangedDetailed to MembersChangedSimon McVittie2-96/+9
Also get rid of the flags that redundantly indicate that we're spec-compliant.
2012-01-31Rename Protocol tp:type to Protocol_NameSimon McVittie6-19/+21
To avoid confusion with Protocol objects.
2012-01-31Rename the .../debug object to .../DebugSimon McVittie1-1/+1
2012-01-31Version the contents of .manager files, tooSimon McVittie1-14/+5
The .client files are already versioned by using the interface name as group name, but the .manager files aren't. It's either this or use a versioned directory (I could go either way).
2012-01-31Version object paths as well as bus namesSimon McVittie8-9/+9
Rationale: http://0pointer.de/blog/projects/versioning-dbus.html
2012-01-31Remove "Simple" from ex-SimplePresence types' namesSimon McVittie3-16/+16
The SimplePresence interface is now just Presence.