summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* McdClient: don't allow unique_name to become NULLWill Thompson2011-10-042-1/+2
* Set connection status to 'CONNECTING' as soon as we start trying to connectVivek Dasmohapatra2011-09-061-0/+4
* Don't throw a hissy-fit if the account is CONNECTING but the connection is notVivek Dasmohapatra2011-09-061-2/+10
* API does not guarantee that the GValue remains unset on failed value retrievalVivek Dasmohapatra2011-09-061-0/+4
* Approval contexts must be NULLed out or the free function will assert()Vivek Dasmohapatra2011-09-061-1/+6
* Approval struct free function did not free a string memberVivek Dasmohapatra2011-09-061-0/+1
* Approval removed from GQueue should be freedVivek Dasmohapatra2011-09-061-0/+1
* Approval structs should be freed after removing them from the tracking GQueueVivek Dasmohapatra2011-09-061-0/+2
* fd.o #29022: if a channel can't be handled, dispatch it anyway, to run observersSimon McVittie2011-09-063-21/+32
* McdHandlerMap: add brief documentationSimon McVittie2011-09-061-0/+37
* fd.o #34025 (ish): if we handle a channel internally, record that factSimon McVittie2011-09-063-1/+17
* Merge branch 'unconditional-accounts-skip-too-many-transport-checks' into tel...telepathy-mission-control-5.8.0Vivek Dasmohapatra2011-07-221-24/+47
|\
| * If there are no transport plugins, the decision always has to be "Yes"Vivek Dasmohapatra2011-07-201-3/+14
| * Accounts flagged as always-dispatch don't need a transport.Vivek Dasmohapatra2011-06-081-0/+7
| * _mcd_master_account_replace_transport would accept "no connection" as a succe...Vivek Dasmohapatra2011-06-011-24/+29
* | Merge branch 'cdo-satisfied-requests-hash-leak' into telepathy-mission-contro...Vivek Dasmohapatra2011-07-221-5/+7
|\ \
| * | Unref wrapper not required if we set the free funcVivek Dasmohapatra2011-06-081-13/+4
| * | The 'set' GHashTable in collect_satisfied_requests was leakedVivek Dasmohapatra2011-06-021-7/+18
* | | Fix unbalanced *_DECL macrosVivek Dasmohapatra2011-07-224-0/+9
* | | Checks for unbalanced G_BEGIN/END_DECLS macrosVivek Dasmohapatra2011-07-221-0/+4
|/ /
* | Initialise new plugin debug at the same time as reguar daemon debuggingVivek Dasmohapatra2011-06-011-0/+1
* | Call g_key_file_remove... rather than ...set_value when new value is NULLVivek Dasmohapatra2011-05-301-1/+4
* | Don't call tp_intset_size on unset intsetVivek Dasmohapatra2011-05-301-1/+4
|/
* Merge branch 'cd-message-api-fixes' into telepathy-mission-control-5.8Vivek Dasmohapatra2011-05-242-9/+24
|\
| * Catch the case where there's a hole in our logic and an internal request hasn...Vivek Dasmohapatra2011-05-241-0/+9
| * Log the actual call to internal request handlingVivek Dasmohapatra2011-05-241-0/+1
| * If we're failing an internal request, clear the handler immediatelyVivek Dasmohapatra2011-05-241-1/+1
| * Internal requests should be handled in _both_ paths through _add_channel_requestVivek Dasmohapatra2011-05-241-8/+13
* | Merge branch '58-user-initiated' into telepathy-mission-control-5.8Simon McVittie2011-05-206-48/+79
|\ \
| * | Add mcd_account_connection_is_user_initiatedSimon McVittie2011-05-192-0/+18
| * | _mcd_account_connection_begin: take a flag for user-initiatednessSimon McVittie2011-05-194-5/+10
| * | mcd_account_request_presence_int: take a flag for user-initiatednessSimon McVittie2011-05-191-12/+21
| * | mcd_account_request_presence_int: emit RequestedPresence directlySimon McVittie2011-05-191-26/+23
| * | _mcd_account_connect_with_auto_presence: take a parameter for user-initiated ...Simon McVittie2011-05-193-7/+9
* | | We need to propagate nickname changes that occurred "behind our back" tooVivek Dasmohapatra2011-05-201-1/+4
* | | The param hash is reffed by the ACL framework, we can drop our ref to itVivek Dasmohapatra2011-05-201-0/+1
* | | Don't leak copies of the new stored setting values on updateVivek Dasmohapatra2011-05-201-0/+3
* | | Don't leak the initial "offline" account status nameVivek Dasmohapatra2011-05-201-1/+1
* | | Don't leak the key list when accounts are updated by libaccounts/SSOVivek Dasmohapatra2011-05-201-0/+3
|/ /
* | fd.o #34025: call ObserveChannels for channels waiting in CDOs when recoveringSimon McVittie2011-05-193-2/+39
* | service-points: don't depend on there being any interfacesJonny Lamb2011-05-171-3/+7
* | Merge branch 'builtin-aegis-acls'Simon McVittie2011-05-115-24/+213
|\ \
| * | put Claim attempts through the handler suitability check, tooSimon McVittie2011-05-061-8/+78
| * | include Handler's unique name in suitability checks if availableSimon McVittie2011-05-061-3/+5
| * | make Handler suitability-checking asynchronousSimon McVittie2011-05-061-74/+100
| * | mcd_dispatch_operation_handle_channels: move the handler check hereSimon McVittie2011-05-061-26/+18
| * | Remove McpDBusChannelAclSimon McVittie2011-05-051-23/+3
| * | McpDispatchOperationPolicyIface: add handler_is_suitable()Simon McVittie2011-05-051-39/+37
| * | Revert "Util to prepare a GPtrArray of TpChannel for the new DBus handler ACL...Simon McVittie2011-05-052-28/+0
| * | mcp_dbus_channel_acl_authorised: redo API in terms of McpDispatchOperationSimon McVittie2011-05-051-35/+16