summaryrefslogtreecommitdiff
path: root/src/mcd-account.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-27McdAccount: reinstate avatar-migration code, considerably simplifiedSimon McVittie1-120/+73
2014-03-27mcd_account_delete_async: remove #if 0 code to delete old account storageSimon McVittie1-30/+0
2014-03-19Merge branch 'master' into nextSimon McVittie1-0/+10
2014-03-19Merge commit '553acd80fac93fb21c28cb51f00c9c51045c9921' into nextSimon McVittie1-476/+322
2014-03-19Merge commit '79f0081b0a50ab59794827dd5af79f8671870fcd' into nextSimon McVittie1-129/+154
2014-02-20tp_connection_get_detailed_error() has been renamedGuillaume Desmottes1-4/+15
2014-02-17McdAccount: Set "account-path-suffix" parameter on CMs that support itXavier Claessens1-0/+10
2014-02-11AccountPropertyChanged has been removedGuillaume Desmottes1-3/+6
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
2014-01-14comment out code using the old file locationGuillaume Desmottes1-0/+12
2014-01-13Merge remote-tracking branch 'origin/master' into nextSimon McVittie1-70/+80
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-31Store all files (accounts, etc) to ${XDG_DATA_DIRS}/telepathy-1/mission-controlGuillaume Desmottes1-2/+2
2013-10-25Adapt for ABI versions in telepathy-glib codegenSimon McVittie1-19/+19
2013-10-16Merge branch 'master' into nextSimon McVittie1-94/+0
2013-10-15Remove the A.I.Hidden, AM.I.Hidden interfacesSimon McVittie1-90/+0
2013-10-14Remove Conditions interfaceSimon McVittie1-4/+0
2013-10-04Upgrade to the Hidden1 interface from telepathy-spec 0.99.2Simon McVittie1-1/+1
2013-10-04Adjust contact features to Telepathy-1 API: quarks, not an enumSimon McVittie1-3/+3
2013-10-04rename SimplePresence interface to Presence in MC itselfSimon McVittie1-1/+1
2013-10-04account: rename Valid to UsableSimon McVittie1-80/+80
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