summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-contact-list.c
Commit message (Expand)AuthorAgeFilesLines
* TpConnection: don't crash if a broken CM has no Groups propertySimon McVittie2013-09-241-1/+1
* Merge branch 'telepathy-glib-0.18' into telepathy-glib-0.20Simon McVittie2013-01-071-0/+6
|\
| * fix segfault in got_contact_list_attributes_cbMaksim Melnikau2013-01-071-0/+6
* | TpContact: do not override properties with attributes we didn't requestXavier Claessens2012-09-111-0/+5
* | TpConnection: Fix leaked result when preparing contact-list featureXavier Claessens2012-06-041-0/+1
* | Small coding style fixXavier Claessens2012-06-041-2/+4
* | TpConnection: remove check for CONTACTS interface when preparing rosterXavier Claessens2012-06-041-14/+0
* | Add tp_simple_client_factory_upgrade_contacts_async/finishXavier Claessens2012-05-161-23/+14
* | connection-contact-list: don't crash if no ContactsSimon McVittie2012-05-111-0/+14
* | Deprecate tp_connection_get_contact(_list)_attributesXavier Claessens2012-05-101-2/+2
* | TpConnection: use tp_connection_upgrade_contacts_async()Xavier Claessens2012-05-091-20/+23
* | Use g_ptr_array_new_full() now that we can depend on glib 2.30Xavier Claessens2012-04-231-2/+2
* | Complete results of TpProxy D-Bus calls in an idleSimon McVittie2012-04-121-5/+5
|/
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* docs: many misc fixupsJonny Lamb2011-11-231-5/+5
* prepare 0.17.0telepathy-glib-0.17.0Guillaume Desmottes2011-11-081-8/+8
* Add TP_CONNECTION_FEATURE_CONTACT_LIST_PROPERTIESGuillaume Desmottes2011-11-041-9/+54
* check if we pass at least one contacts directly in the API callGuillaume Desmottes2011-11-011-0/+4
* coding style tweakGuillaume Desmottes2011-11-011-1/+2
* fix typo in commentsGuillaume Desmottes2011-11-011-2/+2
* process_queued_blocked_changed: don't leak contactsGuillaume Desmottes2011-11-011-0/+2
* prepare_contact_blocking_cb: remove useless gotoGuillaume Desmottes2011-11-011-8/+8
* improve TP_CONNECTION_FEATURE_CONTACT_BLOCKINGGuillaume Desmottes2011-11-011-7/+4
* improve @@report_abusive docGuillaume Desmottes2011-11-011-3/+5
* Automatically prepare TP_CONTACT_FEATURE_CONTACT_BLOCKING when possibleGuillaume Desmottes2011-11-011-0/+24
* TpContact: add is-blocked propertyGuillaume Desmottes2011-11-011-2/+4
* add TpConnection::blocked-contacts-changed: signalGuillaume Desmottes2011-10-311-35/+215
* add TpConnection:blocked-contacts propertyGuillaume Desmottes2011-10-311-2/+110
* add can-report-abusive property and TP_CONNECTION_FEATURE_CONTACT_BLOCKINGGuillaume Desmottes2011-10-311-0/+90
* add high level API to block/unblock contactsGuillaume Desmottes2011-10-311-0/+122
* don't call _tp_contacts_to_handles in g_return_if_failGuillaume Desmottes2011-10-311-4/+10
* TpConnection: emit contact-list-changed when initial roster is fetchedXavier Claessens2011-08-251-0/+13
* tp_contact_foo_async() callback must be the TpContact not its TpConnectionXavier Claessens2011-08-251-3/+3
* Version 0.15.5telepathy-glib-0.15.5Will Thompson2011-08-171-30/+30
* Correctly free a GQueue from disposeXavier Claessens2011-08-171-5/+10
* reword tp_connection_get_contact_list() docXavier Claessens2011-08-051-12/+7
* Doc fix: preparing TP_CONNECTION_FEATURE_CONTACT_LIST is not enough to get co...Xavier Claessens2011-08-051-4/+6
* Prepare TpContact objects for the ContactListXavier Claessens2011-08-041-3/+335
* Add TP_CONNECTION_FEATURE_CONTACT_GROUPS to prepare the list of groups on the...Xavier Claessens2011-08-031-1/+270
* Add new feature TP_CONNECTION_FEATURE_CONTACT_LISTXavier Claessens2011-07-281-0/+185
* Add async wrapper for RequestSubscription, AuthorizePublication, RemoveContacts,Xavier Claessens2011-07-151-0/+580