Age | Commit message (Expand) | Author | Files | Lines |
2014-03-27 | McdAccount: reinstate avatar-migration code, considerably simplified | Simon McVittie | 1 | -120/+73 |
2014-03-27 | mcd_account_delete_async: remove #if 0 code to delete old account storage | Simon McVittie | 1 | -30/+0 |
2014-03-19 | Merge branch 'master' into next | Simon McVittie | 1 | -0/+10 |
2014-03-19 | Merge commit '553acd80fac93fb21c28cb51f00c9c51045c9921' into next | Simon McVittie | 1 | -476/+322 |
2014-03-19 | Merge commit '79f0081b0a50ab59794827dd5af79f8671870fcd' into next | Simon McVittie | 1 | -129/+154 |
2014-02-20 | tp_connection_get_detailed_error() has been renamed | Guillaume Desmottes | 1 | -4/+15 |
2014-02-17 | McdAccount: Set "account-path-suffix" parameter on CMs that support it | Xavier Claessens | 1 | -0/+10 |
2014-02-11 | AccountPropertyChanged has been removed | Guillaume Desmottes | 1 | -3/+6 |
2014-02-04 | Opportunistically migrate accounts from untyped to typed Parameters | Simon McVittie | 1 | -3/+36 |
2014-02-04 | _mcd_account_reconnect: if the account isn't valid, just disconnect | Simon McVittie | 1 | -20/+16 |
2014-02-04 | _mcd_account_dup_parameters: try to get parameters' types from backend | Simon McVittie | 1 | -25/+75 |
2014-02-03 | mcd_account_check_validity, mcd_account_check_parameters: be synchronous | Simon McVittie | 1 | -81/+48 |
2014-02-03 | Simplify the account connection pipeline, and make it private | Simon McVittie | 1 | -8/+6 |
2014-02-03 | Squash mcd-account-connection.c into mcd-account.c | Simon McVittie | 1 | -23/+118 |
2014-02-03 | mcd_account_dup_protocol: factor out | Simon McVittie | 1 | -17/+34 |
2014-02-03 | mcd_account_get_parameter: take a TpConnectionManagerParam | Simon McVittie | 1 | -14/+12 |
2014-02-03 | Remove code-generation machinery | Simon McVittie | 1 | -4/+0 |
2014-02-03 | Remove A.I.ExternalPasswordStorage, CM.I.AccountStorage | Simon McVittie | 1 | -304/+0 |
2014-01-29 | McdAccount: improve debug output for account validity | Simon McVittie | 1 | -0/+33 |
2014-01-29 | McdAccount: don't delete from storage if already deleted | Simon McVittie | 1 | -1/+2 |
2014-01-29 | McdAccount: have a ref to the storage plugin from construct time onwards | Simon McVittie | 1 | -69/+30 |
2014-01-29 | Thread expected GVariant types through to mcd_storage_get_* | Simon McVittie | 1 | -14/+46 |
2014-01-29 | Make account deletion async (sort of), and imply a selective commit | Simon McVittie | 1 | -2/+0 |
2014-01-29 | fixup! | Simon McVittie | 1 | -1/+1 |
2014-01-29 | mcd_account_delete: convert into mcd_account_delete_async | Simon McVittie | 1 | -18/+35 |
2014-01-29 | mcd_account_delete: be primarily responsible for emitting Removed | Simon McVittie | 1 | -12/+9 |
2014-01-29 | Remove all notion of secret parameter | Xavier Claessens | 1 | -15/+1 |
2014-01-14 | comment out code using the old file location | Guillaume Desmottes | 1 | -0/+12 |
2014-01-13 | Merge remote-tracking branch 'origin/master' into next | Simon McVittie | 1 | -70/+80 |
2013-11-12 | Revert "Remove all notion of secret parameter" | Simon McVittie | 1 | -1/+15 |
2013-11-12 | Revert "Make sure to not delete() nor commit() and account deleted from storage" | Simon McVittie | 1 | -3/+2 |
2013-11-11 | Make sure to not delete() nor commit() and account deleted from storage | Xavier Claessens | 1 | -2/+3 |
2013-11-08 | Remove all notion of secret parameter | Xavier Claessens | 1 | -15/+1 |
2013-11-08 | Allow backends, but not D-Bus clients, to delete restricted accounts | Simon McVittie | 1 | -5/+24 |
2013-11-08 | Replace McdAccount::always-on with the existing TpStorageRestrictionFlags | Simon McVittie | 1 | -68/+59 |
2013-10-31 | Store all files (accounts, etc) to ${XDG_DATA_DIRS}/telepathy-1/mission-control | Guillaume Desmottes | 1 | -2/+2 |
2013-10-25 | Adapt for ABI versions in telepathy-glib codegen | Simon McVittie | 1 | -19/+19 |
2013-10-16 | Merge branch 'master' into next | Simon McVittie | 1 | -94/+0 |
2013-10-15 | Remove the A.I.Hidden, AM.I.Hidden interfaces | Simon McVittie | 1 | -90/+0 |
2013-10-14 | Remove Conditions interface | Simon McVittie | 1 | -4/+0 |
2013-10-04 | Upgrade to the Hidden1 interface from telepathy-spec 0.99.2 | Simon McVittie | 1 | -1/+1 |
2013-10-04 | Adjust contact features to Telepathy-1 API: quarks, not an enum | Simon McVittie | 1 | -3/+3 |
2013-10-04 | rename SimplePresence interface to Presence in MC itself | Simon McVittie | 1 | -1/+1 |
2013-10-04 | account: rename Valid to Usable | Simon McVittie | 1 | -80/+80 |
2013-10-02 | McdAccount: go back to using GetKnownAvatarTokens | Simon McVittie | 1 | -21/+102 |
2013-09-19 | mcd_account_self_contact_upgraded_cb: don't crash on bad timing | Simon McVittie | 1 | -0/+5 |
2013-09-19 | Flag printf-ish functions with G_GNUC_PRINTF and fix resulting warnings | Simon McVittie | 1 | -1/+1 |
2013-09-04 | Track presence via TpContact, not McdConnection | Simon McVittie | 1 | -39/+29 |
2013-09-04 | Listen to systemd sleep/shutdown signals, and inhibit until disconnected | Simon McVittie | 1 | -3/+5 |
2013-09-04 | Remove unused signal McdAccount::connection-process | Simon McVittie | 1 | -2/+0 |