summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Merge branch 'telepathy-mission-control-5.16'HEADmasterGuillaume Desmottes2-5/+27
2014-06-10mcd-account: unregister the account once we're done deleting itGuillaume Desmottes1-4/+26
2014-06-10use G_STRFUNC in mission-control-plugins's DEBUG macroGuillaume Desmottes1-1/+1
2014-06-09mcd-storage: actually remove deleted accountsGuillaume Desmottes1-2/+6
2014-03-19Zero-initialize McdLoadAccountsDataSimon McVittie1-1/+1
2014-03-19run-test.sh: output in TAP format, and install an installed-tests wrapperSimon McVittie2-14/+33
2014-02-17McdAccount: Set "account-path-suffix" parameter on CMs that support itXavier Claessens1-0/+10
2014-02-06update documentation for McpAcccountStorageIface membersSimon McVittie1-3/+11
2014-02-06McdStorage: watch and proxy plugins' change-notification signalsSimon McVittie5-349/+246
2014-02-06McdAccountManager: if an account is async-added during setup, wait for itSimon McVittie1-0/+10
2014-02-06McdAccountManager: ref the objects in McdLoadAccountsDataSimon McVittie1-3/+7
2014-02-06mcd_keyfile_get_variant: add support for int16, uint16Simon McVittie1-0/+45
2014-02-06mcd_storage_maybe_migrate_parameters: fix error handlingSimon McVittie1-5/+1
2014-02-04NEWSSimon McVittie1-1/+7
2014-02-04Opportunistically migrate accounts from untyped to typed ParametersSimon McVittie6-19/+186
2014-02-04_mcd_account_reconnect: if the account isn't valid, just disconnectSimon McVittie1-20/+16
2014-02-04_mcd_account_dup_parameters: try to get parameters' types from backendSimon McVittie4-26/+133
2014-02-04mcp_account_storage_get_flags: addSimon McVittie4-0/+127
2014-02-04Require account plugins to provide the ability to list parametersSimon McVittie6-7/+317
2014-02-03Merge branch 'telepathy-mission-control-5.16'Simon McVittie0-0/+0
2014-02-03codegen: avoid generating more than one thing in the same commandSimon McVittie1-3/+21
2014-02-03mcd_account_check_validity, mcd_account_check_parameters: be synchronousSimon McVittie3-121/+63
2014-02-03Simplify the account connection pipeline, and make it privateSimon McVittie2-12/+6
2014-02-03Squash mcd-account-connection.c into mcd-account.cSimon McVittie4-152/+118
2014-02-03mcd_account_dup_protocol: factor outSimon McVittie1-17/+34
2014-02-03mcd_account_get_parameter: take a TpConnectionManagerParamSimon McVittie2-18/+12
2014-02-03Remove code-generation machinerySimon McVittie36-6380/+1
2014-02-03Remove A.I.ExternalPasswordStorage, CM.I.AccountStorageSimon McVittie9-512/+2
2014-02-03codegen: avoid generating more than one thing in the same commandSimon McVittie1-3/+21
2014-01-30Merge branch 'account-rework-27727-round4'Simon McVittie31-2686/+2341
2014-01-29McpParameterFlags, McpAttributeFlags: move to the right headerSimon McVittie2-8/+10
2014-01-29Test that we add types to accounts' parameters when setSimon McVittie1-3/+75
2014-01-29McdAccountManagerDefault: opportunistically save parameters' typesSimon McVittie2-21/+10
2014-01-29Only exercise old avatar storage locations in 5-12 and 5-14 testsSimon McVittie3-23/+33
2014-01-29Chop up the increasingly inaccurately-named default-keyring-storage testSimon McVittie4-266/+340
2014-01-29McdAccount: improve debug output for account validitySimon McVittie1-0/+33
2014-01-29Add dedicated tests for keyfile-based storageSimon McVittie5-54/+213
2014-01-29Define MCP_API_VERSION_5_18, so implementations can use #ifdefSimon McVittie2-0/+17
2014-01-29Make MCP_API_VERSION less misleadingSimon McVittie1-1/+1
2014-01-29_mcd_account_manager_setup: simplify a loopSimon McVittie1-3/+2
2014-01-29Be consistent in the constness of arguments in storage virtual methodsXavier Claessens6-101/+98
2014-01-29Remove MCP_ACCOUNT_STORAGE_PLUGIN_PRIO_KEYRINGXavier Claessens1-1/+0
2014-01-29mcp_account_storage_commit: guarantee that we commit one at a timeSimon McVittie4-78/+36
2014-01-29mcd_storage_commit: rely on never being called with account == NULLSimon McVittie1-19/+7
2014-01-29McdAccountManager: commit accounts one at a timeSimon McVittie2-71/+17
2014-01-29McdAccountManager: remove unused timed account storage commitSimon McVittie1-22/+0
2014-01-29delete_async: being asked to delete a nonexistent account is an errorSimon McVittie2-15/+4
2014-01-29mcd_storage_delete_account: don't tolerate deletion of unknown accountsSimon McVittie1-7/+1
2014-01-29McdStorage: don't forget accounts until the McpAccountStorage says soSimon McVittie1-4/+0
2014-01-29McdAccount: don't delete from storage if already deletedSimon McVittie1-1/+2