Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-09-23 | TpBaseConnection: Implement SelfID and SelfContactChanged | Xavier Claessens | 2 | -2/+42 | |
2012-05-09 | Update to telepathy-spec 0.27.0 | Xavier Claessens | 5 | -15/+26 | |
2012-05-09 | Update Connection.Interface.Contacts spec | Xavier Claessens | 1 | -0/+58 | |
2012-02-20 | Distribute CaptchaAuthentication | Simon McVittie | 1 | -0/+1 | |
2012-02-20 | Further update spec, to 0.25.2 | Simon McVittie | 24 | -86/+635 | |
Code changes: * Generate code for Chan.T.Call1, Conn.I.Addressing1, Chan.I.CaptchaAuthentication1, and document them * Adapt Call1 CM and test for Direction argument to AddContent * Add CaptchaNotSupported error | |||||
2012-02-15 | Update to latest spec | Xavier Claessens | 23 | -104/+460 | |
2011-11-23 | Update the rest of the spec to 0.25.1 | Will Thompson | 7 | -20/+63 | |
2011-11-21 | Update Conn.Interface.Addressing from tp-spec. | Andre Moreira Magalhaes (andrunko) | 1 | -51/+38 | |
2011-11-21 | Update Proto.I.Addressing from tp-spec. | Andre Moreira Magalhaes (andrunko) | 1 | -17/+52 | |
2011-11-21 | Undraft Protocol.Interface.Addressing. | Eitan Isaacson | 3 | -9/+8 | |
2011-11-11 | fixup! a06045dc90c7b342d09f0d8a1d1b47469a20a5ae | Jonny Lamb | 1 | -0/+2 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-11-10 | spec: update to version 0.25.0 | Jonny Lamb | 15 | -13/+436 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2011-10-10 | Update to telepathy-spec 0.24.0 | Will Thompson | 24 | -1044/+2600 | |
This also includes the updates to the Call-based example code omitted from fa81060. | |||||
2011-09-29 | Update to spec 0.23.4 | Xavier Claessens | 14 | -61/+318 | |
Except for Call stuff because the example using extensions needs update to new spec. | |||||
2011-05-16 | Update to spec 0.23.2 | Guillaume Desmottes | 2 | -18/+74 | |
Add: - TP_HASH_TYPE_NOT_DELEGATED_MAP - TP_STRUCT_TYPE_NOT_DELEGATED_ERROR - tp_type_dbus_hash_o_28ss_29 | |||||
2011-05-09 | update to spec 0.23.1 | Guillaume Desmottes | 4 | -14/+215 | |
Generate API for: - Channel.Interface.SMS.GetSMSLength() - ChannelDispatcher.DelegateChannels() - ChannelDispatcher.PresentChannel() | |||||
2011-04-20 | Fully update spec to 0.22.2 | Will Thompson | 6 | -35/+105 | |
2011-04-20 | Update Connection_Interface_Simple_Presence with spec changes. | Andre Moreira Magalhaes (andrunko) | 1 | -4/+6 | |
2011-04-20 | Updated Conn.SimplePresence to support MaximumStatusMessageLength. | Andre Moreira Magalhaes (andrunko) | 1 | -0/+41 | |
2011-03-30 | Update to spec 0.22.1. | Will Thompson | 8 | -24/+256 | |
2011-03-22 | sync to spec 0.22.0 | Guillaume Desmottes | 7 | -30/+303 | |
2011-03-09 | Update to telepathy-spec 0.21.12 | Sjoerd Simons | 3 | -8/+71 | |
2011-03-04 | update to spec 0.21.11 | Guillaume Desmottes | 4 | -9/+54 | |
Add TP_PROP_CLIENT_OBSERVER_DELAY_APPROVERS | |||||
2011-02-24 | Update to spec 0.21.10 | Guillaume Desmottes | 15 | -57/+629 | |
Add TP_PROP_CHANNEL_INTERFACE_SASL_AUTHENTICATION_MAY_SAVE_RESPONSE | |||||
2011-02-24 | spec/Makefile.am: sort EXTRA_DIST | Guillaume Desmottes | 1 | -12/+12 | |
2011-01-31 | update to spec 0.21.9 | Guillaume Desmottes | 6 | -50/+126 | |
2010-12-20 | Remove MinimumPresence from EXTRA_DIST | Will Thompson | 1 | -1/+0 | |
2010-12-20 | Update to spec 0.21.8 | Will Thompson | 3 | -127/+94 | |
The only change to stable API is the addition of a ContactsChangedWithID signal to Connection.Interface.ContactList. | |||||
2010-12-10 | Update to spec 0.21.7 | Simon McVittie | 5 | -20/+170 | |
- Protocol.AuthenticationTypes - Chan.I.SMS.SMSChannel and its change notification | |||||
2010-12-01 | Update to spec 0.21.6 | Simon McVittie | 5 | -23/+70 | |
- HasImmortalHandles property | |||||
2010-11-25 | Update to spec 0.21.5 | Simon McVittie | 25 | -700/+1884 | |
- adjust Call example: InitialTransport is now a uint32 - add Confused, ServiceConfused errors - add codegen for Hints and related things | |||||
2010-10-29 | Update to spec 0.21.4 | Simon McVittie | 7 | -9/+75 | |
* add NewActiveTransportPair * fix the namespace of MailNotification | |||||
2010-10-26 | Use the real telepathy-spec 0.21.3, not a release candidate | Simon McVittie | 7 | -10/+10 | |
2010-10-25 | Update spec to 0.21.3 | Simon McVittie | 16 | -347/+724 | |
- add TP_ERROR_PICKED_UP_ELSEWHERE and in the Future: - replace Members with LocalSendingState and RemoteMembers, and split the change-notification signals - delete the Creator property | |||||
2010-10-15 | Update to spec 0.21.2 | Simon McVittie | 25 | -464/+1142 | |
- add TP_ERROR_REJECTED - add SendNamedTelephonyEvent and SendSoundTelephonyEvent - do a trivial port of the Call CM to new APIs: - rename Senders to Members, etc. - emit added/removed streams as an array of one path Reviewed-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-09-29 | Update to spec 0.21.1 | Simon McVittie | 7 | -28/+540 | |
- add Access_Control, Access_Control_Type - ClientTypes to follow in a later commit | |||||
2010-09-22 | Update spec to 0.21.0 for stable ContactList and ContactGroups | Simon McVittie | 3 | -83/+132 | |
2010-09-15 | Update spec to version 0.20.1 | Simon McVittie | 2 | -2/+2 | |
2010-09-14 | Update to stable spec 0.20.0 | Simon McVittie | 10 | -284/+499 | |
2010-09-10 | Update to spec 0.19.12 | Simon McVittie | 24 | -171/+1974 | |
- NotYet error is generated - Object_Immutable_Properties_Map is generated - TP_PROP_CONNECTION_INTERFACE_CELLULAR_OVERRIDE_MESSAGE_SERVICE_CENTRE | |||||
2010-08-09 | Update to spec 0.19.11 + patch 78fa43292e2425780 | Simon McVittie | 14 | -24/+1186 | |
2010-07-20 | Update spec to 0.19.10 | Simon McVittie | 14 | -147/+351 | |
2010-07-12 | Update to spec 0.19.9. | Will Thompson | 3 | -40/+110 | |
2010-07-02 | Update to telepathy-spec 0.19.8 | Simon McVittie | 15 | -364/+1453 | |
- generate code for Account.Service property - generate code for ConnectionManager.Protocols property and Protocol_Properties_Map type, although the properties they contain are still in draft - Capabilities is deprecated, CMs implementing it must also implement ContactCapabilities - Account.I.Storage, Conn.I.Cellular are stable but do not have generated code yet | |||||
2010-06-14 | Update to spec 0.19.7 | Simon McVittie | 10 | -75/+231 | |
- update spec/ directory - add WouldBreakAnonymity error to errors.h and documentation - add Chat_State_Map type to documentation - add Account.ConnectionError, Account.ConnectionErrorDetails, ChatState.ChatStates properties to documentation | |||||
2010-05-25 | Update to spec 0.19.6 | Simon McVittie | 28 | -106/+2628 | |
2010-04-15 | Update spec to 0.19.5 instead (correct codegen for Contact_Info_Flags) | Simon McVittie | 2 | -7/+7 | |
2010-04-15 | Update to spec 0.19.4 (Observer.Recover) | Simon McVittie | 6 | -43/+198 | |
2010-03-31 | Update to telepathy-spec 0.19.3 (fixes version annotations only) | Simon McVittie | 3 | -4/+4 | |
2010-03-31 | Update spec to 0.19.2 | Simon McVittie | 15 | -139/+410 | |