summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-08-25add Account_Interface_Minimum_Presence.xmlSenko Rasic1-0/+2
2010-08-24mcd_account_manager_get_storage_plugin: don't shadow acct(2) from unistd.hSimon McVittie1-3/+4
2010-08-19Merge branch 'telepathy-mission-control-5.4' of git+ssh://git.collabora.co.uk...Vivek Dasmohapatra1-5/+25
2010-08-19Drop the McdConnection probation timer when the TpConnection is releasedtelepathy-mission-control-5.4Vivek Dasmohapatra1-5/+25
2010-08-19Merge branch 'telepathy-mission-control-5.4' of git+ssh://git.collabora.co.uk...Vivek Dasmohapatra2-14/+19
2010-08-19More checks on built strings (from coverity report)Vivek Dasmohapatra1-12/+19
2010-08-19Unused variableVivek Dasmohapatra1-2/+0
2010-08-18McdAccount: Correctly chain up to constructedWill Thompson1-3/+3
2010-08-09Only honour scheduled saves when we have actual differences to commit.Vivek Dasmohapatra1-5/+12
2010-08-09Don't flush unchanged settings to SSOVivek Dasmohapatra1-3/+41
2010-08-09Don't flush the enabled state if the SSO state is functionally equivalentVivek Dasmohapatra1-1/+9
2010-08-04Make McpStoragePlugin retrieval in McdAccount safer.Eitan Isaacson1-10/+19
2010-08-03Retrieve the account storage plugin lazily.Eitan Isaacson1-19/+39
2010-08-02Remove references to McSvcAccountInterfaceStorageEitan Isaacson3-4/+4
2010-08-02Added maemo accounts support for Account.Storage API.Eitan Isaacson1-0/+118
2010-08-02Implented default Account.Storage API.Eitan Isaacson4-6/+124
2010-08-02Remove warnings.Eitan Isaacson1-5/+5
2010-07-30Merge branch 'telepathy-mission-control-5.4'Vivek Dasmohapatra1-10/+59
2010-07-29Can't use the AvatarRetrieved signal to find out if an avatar has been removedVivek Dasmohapatra1-10/+59
2010-07-22freed GStrv may not be set, so should be initialised to NULLVivek Dasmohapatra1-1/+1
2010-07-21SSO plugin should claim all setting for accounts it knows aboutVivek Dasmohapatra1-9/+19
2010-07-21Make the debugging of account storage plugins in the AM clearerVivek Dasmohapatra1-10/+12
2010-07-19plugin-account: unique_name: move g_free into the loop to avoid leakingSimon McVittie1-7/+9
2010-07-16fd.o #24645: _mcd_dispatcher_reinvoke_handler: try to use the same HandlerSimon McVittie1-23/+34
2010-07-16McdHandlerMap: remember which Handler well-known name is responsible for each...Simon McVittie4-14/+54
2010-07-16mcd-account-manager-default: don't shadow acct(3)Simon McVittie1-50/+50
2010-07-16plugin-account: avoid sprintf, and remove limit of 1024 colliding accountsSimon McVittie1-16/+8
2010-07-16plugin-account.c: unique_name(): don't crash if 'account' is not a stringSimon McVittie1-6/+3
2010-07-16Don't shadow BSD acct(3) from unistd.hSimon McVittie1-12/+12
2010-07-15Merge branch 'libcreds-demo'Vivek Dasmohapatra4-19/+258
2010-07-07Merge branch 'sso-updates+service-property'Vivek Dasmohapatra5-207/+609
2010-07-07Fix braino in commentVivek Dasmohapatra1-1/+1
2010-07-07Implement Service property for SSO accountsVivek Dasmohapatra1-1/+26
2010-07-07Implement new Service property on account interfaceVivek Dasmohapatra1-0/+54
2010-07-07clear_setting_data() should always be called on a Setting * from setting_data()Vivek Dasmohapatra1-9/+14
2010-07-07Explain what's going on with the new internal-property-changed method+callbacksVivek Dasmohapatra1-4/+19
2010-07-07Can't remove the watch hash entry until the individual watches have been removedVivek Dasmohapatra1-2/+2
2010-07-02Haul all the parameter name mapping/global/service/etc logic into one place.Vivek Dasmohapatra1-225/+204
2010-07-02Merge branch 'telepathy-mission-control-5.4'Will Thompson1-1/+2
2010-07-02Treat calls ended locally with No_Answer as missedWill Thompson1-1/+2
2010-07-01property_changed_cb now only passed as a callback once, fix signature & warningsVivek Dasmohapatra1-5/+5
2010-07-01Handle the single changed property signal from storage backendsVivek Dasmohapatra1-0/+73
2010-07-01Method to let the AM notify the account that an account property has changedVivek Dasmohapatra2-0/+94
2010-07-01Emit the single changed property signal instead of the whole-account oneVivek Dasmohapatra1-1/+1
2010-07-01Signal emitted on wrong objectVivek Dasmohapatra1-1/+2
2010-07-01Filter some keys from the watch list (immutable or monitored elsewhere)Vivek Dasmohapatra1-0/+17
2010-07-01Watch SSO keys for updates originating from other processesVivek Dasmohapatra2-8/+147
2010-06-29Disable deleted accounts so we don't leave connections holding refs to themVivek Dasmohapatra1-0/+10
2010-06-16Merge branch 'telepathy-mission-control-5.4'Will Thompson1-6/+9
2010-06-16Reduce INITIAL_RECONNECTION_TIME to 3 secondsWill Thompson1-1/+1