summaryrefslogtreecommitdiff
path: root/src/mcd-client.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Remove BypassObservers supportSimon McVittie1-17/+0
2012-10-08_mcd_client_match_property: take channel properties as GVariantSimon McVittie1-16/+13
2012-10-08Generally use GVariant, not GHashTable, for channels' propertiesSimon McVittie1-2/+11
2012-10-08Use tp_channel_get_connection instead of tp_channel_borrow_connectionSimon McVittie1-2/+2
2012-05-14Use telepathy-glib meta-headersSimon McVittie1-6/+3
2012-05-14McdClientProxy, McdClientRegistry: remove now-unused string poolSimon McVittie1-17/+0
2012-05-14McdClientProxy: store capability tokens as a strv, not a handle setSimon McVittie1-71/+23
2012-05-14_mcd_client_proxy_add_cap_tokens: switch from "add" to "set" semanticsSimon McVittie1-7/+8
2012-05-08Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie1-5/+5
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-5/+5
2011-10-04Merge branch 'telepathy-mission-control-5.8+'Will Thompson1-0/+1
2011-10-04McdClient: don't allow unique_name to become NULLWill Thompson1-0/+1
2011-09-01Remove libmcclientWill Thompson1-2/+0
2011-08-31Use D-Bus GType constants from tp-glibWill Thompson1-3/+1
2010-12-21mcd-client: pick up Observer.DelayApproversJonny Lamb1-0/+19
2010-10-12updated copyrightsSenko Rasic1-2/+2
2010-10-12McdClient: add BypassObservers boolean flagSenko Rasic1-8/+23
2010-09-09Check all references to user action time and update for current telepathy-specSimon McVittie1-0/+5
2010-09-09various dispatch-related classes: use tp_clear_object, tp_clear_pointerSimon McVittie1-2/+1
2010-09-06Move SucceededWithChannel and Hints into .FUTURE pseudo-interfacesSimon McVittie1-1/+5
2010-09-01add 'request-properties' key to Observer_InfoGuillaume Desmottes1-0/+3
2010-09-01collect_satisfied_requests: return an hash tableGuillaume Desmottes1-2/+2
2010-09-01_mcd_channel_get_satisfied_requests: return an hash table mapping the path to...Guillaume Desmottes1-5/+8
2010-09-01mcd-channel: store the channel request object in satisfied_requests instead o...Guillaume Desmottes1-5/+6
2010-05-26Make it more obvious that g_key_file_get_keys() returning NULL is handledSimon McVittie1-1/+5
2010-04-15_mcd_client_recover_observer: don't leak connection referenceSenko Rasic1-3/+1
2010-04-15moved _mcd_tp_channel_* to a separate fileSenko Rasic1-5/+8
2010-04-15added _mcd_client_recover_observer methodSenko Rasic1-0/+32
2010-04-15McdClient: emit need-recovery signal when an observer needs to be respawnedSenko Rasic1-0/+21
2010-04-15McdClient: query for and parse Observer.Recovery propertySenko Rasic1-3/+55
2009-10-20_mcd_client_proxy_handle_channels: steal debug message from mcd_dispatch_oper...Simon McVittie1-0/+2
2009-10-20_mcd_client_proxy_handle_channels: infer the account path from the first channelSimon McVittie1-2/+17
2009-10-20_mcd_client_proxy_handle_channels: allow handler_info to be NULL, for the com...Simon McVittie1-0/+10
2009-10-20_mcd_client_proxy_handle_channels: automatically set MCD_CHANNEL_STATUS_HANDL...Simon McVittie1-0/+3
2009-10-20_mcd_client_proxy_handle_channels: automatically extract user_action_time fro...Simon McVittie1-2/+12
2009-10-20_mcd_client_proxy_handle_channels: automatically extract user_action_time fro...Simon McVittie1-1/+12
2009-10-20_mcd_client_proxy_handle_channels: require at least one channel, and recover ...Simon McVittie1-2/+19
2009-10-20_mcd_client_proxy_handle_channels: take the channels as a GListSimon McVittie1-1/+8
2009-10-20_mcd_client_proxy_handle_channels: trivial wrapper for tp_cli callSimon McVittie1-0/+22
2009-10-20_mcd_client_match_property, _mcd_client_match_filters: move from McdDispatcherSimon McVittie1-0/+149
2009-10-20mcd_client_proxy_unique_name_cb: ensure that _mcd_client_proxy_set_inactive()...Simon McVittie1-0/+4
2009-09-30McdClientProxy: emit "gone" signal when neither activatable nor activeSimon McVittie1-0/+10
2009-09-30McdClient: manage handler capabilities internallySimon McVittie1-7/+25
2009-09-30McdClientProxy: automatically drop capabilities if inactive and not activatableSimon McVittie1-1/+15
2009-09-30McdClientProxy: always watch for our own well-known nameSimon McVittie1-16/+31
2009-09-29McdClientProxy: make the introspection pipeline callbacks internalSimon McVittie1-4/+6
2009-09-29McdClientProxy: move the beginning of the Client introspection chain hereSimon McVittie1-12/+46
2009-09-29McdClientProxy: make _mcd_client_proxy_get_channel_filter_cb and McdClientInt...Simon McVittie1-1/+8
2009-09-29McdDispatcher: move get_interfaces_cb into McdClientProxySimon McVittie1-0/+68
2009-09-29McdDispatcher: move skeletal get_channel_filter_cb into McdClientProxySimon McVittie1-6/+13