summaryrefslogtreecommitdiff
path: root/src/mcd-dispatch-operation.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-07Remove BypassObservers supportSimon McVittie1-39/+2
2013-09-12Remove deprecated mcp_dispatch_operation_leave_channels()Simon McVittie1-23/+0
2012-10-08Generally use GVariant, not GHashTable, for channels' propertiesSimon McVittie1-4/+8
2012-07-20McdDispatchOperation: only have one lost_channel, tooone-channel-should-be-enough-for-anyoneSimon McVittie1-28/+15
2012-07-20McdDispatchOperation: store one McdChannel, not a listSimon McVittie1-120/+91
2012-07-20McdDispatchOperation: collect_satisfied_requests: only take one channelSimon McVittie1-26/+26
2012-07-20Replace iteration over channels with check for having a channelSimon McVittie1-45/+52
2012-07-20_mcd_dispatch_operation_new: only take one channelSimon McVittie1-7/+5
2012-07-20_mcd_dispatch_operation_dup_channels: turn into dup_channel, singularSimon McVittie1-7/+10
2012-07-20McdDispatchOperation: use internal list instead of dup_channels()Simon McVittie1-33/+39
2012-07-20_mcd_dispatch_operation_peek_channel: adapt from old _peek_channelsSimon McVittie1-4/+10
2012-07-20McdDispatchOperation: change channels property to channel (singular)Simon McVittie1-20/+18
2012-07-20McdDispatchOperation: remove untrue commentSimon McVittie1-2/+1
2012-05-14Use telepathy-glib meta-headersSimon McVittie1-6/+2
2012-05-08Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie1-7/+7
2011-11-21Build on systems without gettextAlvaro Soliverez1-1/+0
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2011-09-06Merge branch 'memory-leak'Vivek Dasmohapatra1-1/+10
2011-09-06Merge branch '58-recovery-position'Vivek Dasmohapatra1-10/+22
2011-09-06Approval contexts must be NULLed out or the free function will assert()Vivek Dasmohapatra1-1/+6
2011-09-06Approval struct free function did not free a string memberVivek Dasmohapatra1-0/+1
2011-09-06Approval removed from GQueue should be freedVivek Dasmohapatra1-0/+1
2011-09-06Approval structs should be freed after removing them from the tracking GQueueVivek Dasmohapatra1-0/+2
2011-09-06fd.o #29022: if a channel can't be handled, dispatch it anyway, to run observersSimon McVittie1-10/+18
2011-09-06fd.o #34025 (ish): if we handle a channel internally, record that factSimon McVittie1-0/+4
2011-09-01Remove libmcclientWill Thompson1-4/+1
2011-08-31Use D-Bus GType constants from tp-glibWill Thompson1-3/+2
2011-06-08Unref wrapper not required if we set the free funcVivek Dasmohapatra1-13/+4
2011-06-02The 'set' GHashTable in collect_satisfied_requests was leakedVivek Dasmohapatra1-7/+18
2011-05-19fd.o #34025: call ObserveChannels for channels waiting in CDOs when recoveringSimon McVittie1-0/+8
2011-05-06put Claim attempts through the handler suitability check, tooSimon McVittie1-8/+78
2011-05-06include Handler's unique name in suitability checks if availableSimon McVittie1-3/+5
2011-05-06make Handler suitability-checking asynchronousSimon McVittie1-74/+100
2011-05-06mcd_dispatch_operation_handle_channels: move the handler check hereSimon McVittie1-26/+18
2011-05-05Remove McpDBusChannelAclSimon McVittie1-23/+3
2011-05-05McpDispatchOperationPolicyIface: add handler_is_suitable()Simon McVittie1-39/+37
2011-05-05mcp_dbus_channel_acl_authorised: redo API in terms of McpDispatchOperationSimon McVittie1-35/+16
2011-05-05Move channel ACL traversal to McdDispatchOperationSimon McVittie1-2/+78
2011-05-05_mcd_dispatch_operation_try_next_handler: don't leak error if Aegis rejects a...Simon McVittie1-0/+1
2011-05-04Filter dispatch operations through the DBus Channel/Handler Aegis ACLVivek Dasmohapatra1-10/+49
2011-04-05bogus const in declarationVivek Dasmohapatra1-1/+1
2011-04-05Squash some warningsVivek Dasmohapatra1-2/+1
2011-04-05Dispatch internal operations after the observers have finished.Vivek Dasmohapatra1-0/+24
2011-04-05Internal requests ARE subject to policy, and shouldn't be dispatched hereVivek Dasmohapatra1-31/+6
2011-04-05Internal dispatch operations are NOT subject to approvalVivek Dasmohapatra1-0/+4
2011-04-05Tidy up the code used to set/check whether a dispatch operation is internalVivek Dasmohapatra1-0/+8
2011-04-05Copyright updatesVivek Dasmohapatra1-4/+2
2011-04-05If a new channel results from an internal request, invoke its callbackVivek Dasmohapatra1-7/+34
2011-03-03Merge remote branch 'jonny/delay-approvers'Guillaume Desmottes1-5/+37
2011-01-04mcd-dispatch-operation: explicitly cancel calling approvers instead of accide...Jonny Lamb1-0/+11