summaryrefslogtreecommitdiff
path: root/src/mcd-account-manager.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-23CreateAccount: make possible to select a desired storageXavier Claessens1-6/+20
2012-05-14Use telepathy-glib meta-headersSimon McVittie1-8/+2
2012-05-08Remove support for the non-standard Query interfaceSimon McVittie1-3/+0
2012-05-08Remove non-standard Compat interfaceSimon McVittie1-1/+0
2012-05-08Consistently include config.h in every .c fileSimon McVittie1-1/+1
2012-05-08Use TP_ERROR instead of long-deprecated TP_ERRORSSimon McVittie1-3/+3
2012-02-20Merge branch 'butterfly-migration-42814'Simon McVittie1-1/+219
2012-02-14Set the Supersedes property on migrated Butterfly accountsSimon McVittie1-1/+20
2012-02-14Account.Supersedes: addSimon McVittie1-0/+1
2011-11-21Build on systems without gettextAlvaro Soliverez1-1/+0
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2011-11-14lock accounts while migratingGuillaume Desmottes1-23/+48
2011-11-11migrate Butterfly accounts to HazeGuillaume Desmottes1-0/+173
2011-09-01Remove libmcclientWill Thompson1-2/+2
2011-08-31Remove Compat.Profile supportWill Thompson1-1/+0
2011-08-25AccountManager: use _mcd_account_set_parameters error verbatimWill Thompson1-14/+2
2011-08-25mcd_account_check_validity: report a GError for invalid accountsWill Thompson1-19/+26
2011-02-18UpdateParameters: clean up freeing Not_Yet arrayWill Thompson1-6/+0
2011-02-15Update copyright notices, prefer AUTHORS to per-file Contact: entriesVivek Dasmohapatra1-4/+2
2011-01-28McdAccountManager: don't leak if mcd_master_get_default() returns NULLMarco Barisione1-3/+3
2011-01-10Implement AccountManager.Interface.HiddenWill Thompson1-8/+71
2011-01-10AM: Remove a stray paren from a debug messageWill Thompson1-1/+1
2010-12-15Remove redundant object path/bus name constants.Will Thompson1-7/+7
2010-11-18Merge branch 'missing-am-account-removed-signal'Vivek Dasmohapatra1-0/+4
2010-11-18Merge branch 'keep-calm-but-do-not-carry-on'Vivek Dasmohapatra1-2/+2
2010-11-17abort()'s from inside g_error get trapped as core dumps by test suitesVivek Dasmohapatra1-2/+2
2010-11-17Missing AM.AccountRemoved signal when a storage plugin removes an accountVivek Dasmohapatra1-0/+4
2010-10-12Remove obsolete AM.Interface.SSOWill Thompson1-152/+0
2010-09-13Make the McdStorage interface object available vie the account manager.Vivek Dasmohapatra1-24/+4
2010-09-13Unused 'update one account' operation removedVivek Dasmohapatra1-62/+0
2010-09-13Move commit operation (flushing to long term storage) into plugin-accountVivek Dasmohapatra1-107/+9
2010-09-13Move account creation and get/set value ops needed by same into plugin-accountVivek Dasmohapatra1-35/+22
2010-09-13Move account deletion (from storage) into plugin-accountVivek Dasmohapatra1-38/+16
2010-09-13Comments - we no longer have direct access to (or knowledge of) any keyfilesVivek Dasmohapatra1-3/+2
2010-09-13Move account load + initialisation into plugin-accountVivek Dasmohapatra1-48/+17
2010-09-13Begin moving the storage plugin cache & management into plugin-account.cVivek Dasmohapatra1-92/+2
2010-09-09various account-related classes: use tp_clear_object, tp_clear_pointerSimon McVittie1-22/+7
2010-09-07Skip new accounts created after startup that are completely invalidVivek Dasmohapatra1-0/+7
2010-09-07Skip pre-existing accounts which are completely invalid (no manager/protocol)Vivek Dasmohapatra1-0/+20
2010-08-24mcd_account_manager_get_storage_plugin: don't shadow acct(2) from unistd.hSimon McVittie1-3/+4
2010-08-02Remove references to McSvcAccountInterfaceStorageEitan Isaacson1-0/+1
2010-08-02Implented default Account.Storage API.Eitan Isaacson1-1/+25
2010-07-21Make the debugging of account storage plugins in the AM clearerVivek Dasmohapatra1-10/+12
2010-07-01Handle the single changed property signal from storage backendsVivek Dasmohapatra1-0/+73
2010-06-16mcd_account_manager_write_conf_async: pass the intended account to update_one...Simon McVittie1-2/+5
2010-06-16McdAccountManager: update_one_account: document that @account may be NULLSimon McVittie1-4/+12
2010-06-16Merge branch 'only-flush-changed-accounts'Simon McVittie1-74/+91
2010-06-15Revert AccountStorage commit() method to commit all accounts, and add optiona...Simon McVittie1-4/+12
2010-06-10Don't call tp_svc_account_emit_removed, gets handled by McdAccount disposalVivek Dasmohapatra1-4/+2
2010-06-09Warnings promoted to errors after rebase to master, misc tweaks to fix sameVivek Dasmohapatra1-2/+1