summaryrefslogtreecommitdiff
path: root/telepathy-glib
Commit message (Expand)AuthorAgeFilesLines
* 0.23.2telepathy-glib-0.23.2Guillaume Desmottes2014-02-265-10/+23
* add tp_account_channel_request_set_initial_inviteesGuillaume Desmottes2014-02-262-0/+46
* add tp_account_channel_request_set_initial_invitee_ids()Guillaume Desmottes2014-02-262-0/+32
* add tp_account_channel_request_set_conference_initial_channels()Guillaume Desmottes2014-02-262-0/+42
* account-channel-request: set TargetHandleType: TP_HANDLE_TYPE_NONE if neededGuillaume Desmottes2014-02-261-0/+10
* account-channel-request: factor out going_to_request()Guillaume Desmottes2014-02-251-45/+32
* add tp_account_channel_request_set_sms_channel()Guillaume Desmottes2014-02-252-0/+29
* add tp_account_channel_request_new_dbus_tube()Guillaume Desmottes2014-02-252-0/+55
* add tp_account_channel_request_new_stream_tube()Guillaume Desmottes2014-02-252-0/+60
* add tp_account_channel_request_set_file_transfer_hash()Guillaume Desmottes2014-02-252-0/+39
* TpBaseConnection: add "account-path-suffix" propertyXavier Claessens2014-02-172-0/+56
* 0.23.1Simon McVittie2014-02-048-40/+65
* TpProtocol: fix some suspicious memory managementSimon McVittie2014-02-041-4/+4
* tp_connection_manager_param_dup_variant_type: addSimon McVittie2014-02-043-0/+34
* AccountRequest: fix doc typoXavier Claessens2014-01-241-1/+1
* Merge branch 'telepathy-glib-0.22'Guillaume Desmottes2014-01-201-0/+3
|\
| * base-client: fix TpConnection leakGuillaume Desmottes2014-01-201-0/+3
* | TpConnectionManager: add more debug for tp_list_connection_managers()Simon McVittie2014-01-071-5/+43
* | Stop calling g_type_init()Simon McVittie2014-01-073-5/+0
* | TpFileTransferChannel: Fix possible crashes.Xavier Claessens2014-01-031-21/+16
* | Merge branch 'telepathy-glib-0.22'Xavier Claessens2013-11-261-1/+2
|\ \ | |/
| * Merge branch 'telepathy-glib-0.20' into telepathy-glib-0.22Xavier Claessens2013-11-261-1/+2
| |\
| | * TpBaseConnectionManager: Fix critical printed each time a new connection is madetelepathy-glib-0.20Xavier Claessens2013-11-261-1/+2
* | | TpProtocol: improve debugSimon McVittie2013-11-111-1/+33
* | | TpProtocol: add API for presence statusesSimon McVittie2013-11-112-0/+67
* | | TpProtocol: parse status specs from .manager filesSimon McVittie2013-11-111-2/+78
* | | Emit a new TpProtocol's immutable properties as debug messagesSimon McVittie2013-11-111-0/+14
* | | TpPresenceStatusSpec: be a boxed typeSimon McVittie2013-11-112-1/+118
* | | TpPresenceStatusSpec: add some accessorsSimon McVittie2013-11-112-13/+104
* | | TpPresenceMixin: fix indentationSimon McVittie2013-11-111-1/+1
* | | TpPresenceMixin: deprecate optional arguments other than "message"Simon McVittie2013-11-111-2/+14
* | | TpProtocol: add high-level API for the Addressing interfaceSimon McVittie2013-11-112-13/+268
* | | tp_protocol_identify_account_async: add and testSimon McVittie2013-11-112-0/+82
* | | tp_protocol_normalize_contact_async: add and testSimon McVittie2013-11-112-0/+90
* | | _tp_protocol_parse_rcc: produce debug outputSimon McVittie2013-11-111-5/+31
* | | TpProtocol: parse_default_value: take raw value as a parameterSimon McVittie2013-11-111-11/+8
* | | util.h: define tp_value_array_free if version is at least 0.24telepathy-glib-0.23.0Guillaume Desmottes2013-10-281-1/+1
* | | util.h: remove comment triggering the UNRELEASED checkGuillaume Desmottes2013-10-281-1/+0
* | | util.h: replace _TP_AVAILABLE_IN_UNRELEASEDGuillaume Desmottes2013-10-281-1/+1
* | | define _TP_AVAILABLE_IN_0_24Guillaume Desmottes2013-10-281-0/+6
* | | 0.23.0Guillaume Desmottes2013-10-285-4/+24
* | | Generate code for newly-stable interfacesSimon McVittie2013-10-283-0/+26
* | | Merge branch 'telepathy-glib-0.22'Guillaume Desmottes2013-10-241-1/+1
|\ \ \ | |/ /
| * | channel-group: don't crash if no message has been providedGuillaume Desmottes2013-10-241-1/+1
* | | add TpAccount::avatar-changed signalGuillaume Desmottes2013-10-231-0/+30
* | | TpContact: improve debug info for GetContactAttributesSimon McVittie2013-10-021-3/+84
* | | contact_avatar_retrieved: improve debugSimon McVittie2013-10-021-1/+13
* | | tp_contact_set_attributes: don't warn on genuinely absent interfacesSimon McVittie2013-10-021-15/+65
* | | Merge branch 'telepathy-glib-0.22' (early part) into HEADSimon McVittie2013-10-021-5/+31
|\ \ \ | |/ /
| * | TpContact: avoid a race condition in avatar handlingSimon McVittie2013-10-021-5/+31