summaryrefslogtreecommitdiff
path: root/src/mcd-account.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-10Merge branch 'telepathy-mission-control-5.16'HEADmasterGuillaume Desmottes1-4/+26
2014-06-10mcd-account: unregister the account once we're done deleting itGuillaume Desmottes1-4/+26
2014-02-17McdAccount: Set "account-path-suffix" parameter on CMs that support itXavier Claessens1-0/+10
2014-02-04Opportunistically migrate accounts from untyped to typed ParametersSimon McVittie1-3/+36
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 McVittie1-25/+75
2014-02-03mcd_account_check_validity, mcd_account_check_parameters: be synchronousSimon McVittie1-81/+48
2014-02-03Simplify the account connection pipeline, and make it privateSimon McVittie1-8/+6
2014-02-03Squash mcd-account-connection.c into mcd-account.cSimon McVittie1-23/+118
2014-02-03mcd_account_dup_protocol: factor outSimon McVittie1-17/+34
2014-02-03mcd_account_get_parameter: take a TpConnectionManagerParamSimon McVittie1-14/+12
2014-02-03Remove code-generation machinerySimon McVittie1-4/+0
2014-02-03Remove A.I.ExternalPasswordStorage, CM.I.AccountStorageSimon McVittie1-304/+0
2014-01-29McdAccount: improve debug output for account validitySimon McVittie1-0/+33
2014-01-29McdAccount: don't delete from storage if already deletedSimon McVittie1-1/+2
2014-01-29McdAccount: have a ref to the storage plugin from construct time onwardsSimon McVittie1-69/+30
2014-01-29Thread expected GVariant types through to mcd_storage_get_*Simon McVittie1-14/+46
2014-01-29Make account deletion async (sort of), and imply a selective commitSimon McVittie1-2/+0
2014-01-29fixup!Simon McVittie1-1/+1
2014-01-29mcd_account_delete: convert into mcd_account_delete_asyncSimon McVittie1-18/+35
2014-01-29mcd_account_delete: be primarily responsible for emitting RemovedSimon McVittie1-12/+9
2014-01-29Remove all notion of secret parameterXavier Claessens1-15/+1
2013-11-12Revert "Remove all notion of secret parameter"Simon McVittie1-1/+15
2013-11-12Revert "Make sure to not delete() nor commit() and account deleted from storage"Simon McVittie1-3/+2
2013-11-11Make sure to not delete() nor commit() and account deleted from storageXavier Claessens1-2/+3
2013-11-08Remove all notion of secret parameterXavier Claessens1-15/+1
2013-11-08Allow backends, but not D-Bus clients, to delete restricted accountsSimon McVittie1-5/+24
2013-11-08Replace McdAccount::always-on with the existing TpStorageRestrictionFlagsSimon McVittie1-68/+59
2013-10-15Remove the A.I.Hidden, AM.I.Hidden interfacesSimon McVittie1-90/+0
2013-10-14Remove Conditions interfaceSimon McVittie1-4/+0
2013-10-02McdAccount: go back to using GetKnownAvatarTokensSimon McVittie1-21/+102
2013-10-02McdAccount: go back to using GetKnownAvatarTokensSimon McVittie1-21/+102
2013-09-19mcd_account_self_contact_upgraded_cb: don't crash on bad timingSimon McVittie1-0/+5
2013-09-19Flag printf-ish functions with G_GNUC_PRINTF and fix resulting warningsSimon McVittie1-1/+1
2013-09-04Track presence via TpContact, not McdConnectionSimon McVittie1-39/+29
2013-09-04Listen to systemd sleep/shutdown signals, and inhibit until disconnectedSimon McVittie1-3/+5
2013-09-04Remove unused signal McdAccount::connection-processSimon McVittie1-2/+0
2013-09-04Remove the remains of McdTransportPluginSimon McVittie1-1/+0
2013-09-04_mcd_master_account_replace_transport: inline into caller and simplifySimon McVittie1-6/+13
2013-09-04McdAccount: respond to connectivity status changesSimon McVittie1-0/+28
2013-09-04Move "waiting for connectivity" functionality into McdAccountSimon McVittie1-0/+40
2013-09-04McdAccount: have a reference to the connectivity monitorSimon McVittie1-1/+31
2013-09-04Remove the concept of binding accounts to transportsSimon McVittie1-52/+2
2013-02-13Merge branch 'altered-one-54780'Simon McVittie1-90/+185
2013-02-13Merge branch 'typed-settings-54872'Simon McVittie1-65/+45
2013-01-09Communicate the detailed error from McdConnection to McdAccountSimon McVittie1-8/+2
2013-01-09Remove McdAccount::connection-status-changed signalSimon McVittie1-17/+0
2012-10-09mcd_account_self_contact_changed_cb: ignore no-op changesSimon McVittie1-5/+5
2012-10-09mcd_account_process_initial_avatar_token: don't take self_contact argumentSimon McVittie1-6/+10
2012-10-09Ignore changes to the avatar of former self-contactsSimon McVittie1-2/+8