summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * Default account backend: when deleting passwords, delete the same thing we wi...Simon McVittie2012-09-061-2/+8
| * Default account backend: when deleting from the keyring, remove from secretsSimon McVittie2012-09-061-0/+2
| * _keyring_commit: perform deletions for keys in removed, not in secretsSimon McVittie2012-09-061-1/+1
| * Default account backend: when deleting, always delete from both placesSimon McVittie2012-09-061-8/+7
* | Merge branch 'telepathy-mission-control-5.12'Guillaume Desmottes2012-09-061-1/+1
|\ \ | |/
| * mcd_connectivity_monitor_is_online: check if we are awake as wellGuillaume Desmottes2012-09-061-1/+1
* | McpAccountStorage: add signal to request an account reconnectionXavier Claessens2012-09-053-0/+55
* | McdAccount: factor out code to reconnectXavier Claessens2012-09-052-8/+19
* | McpAccountStorage: add functions to emit interface' signalsXavier Claessens2012-09-053-10/+96
* | NEWSSimon McVittie2012-08-311-0/+1
* | Default account backend: test that *all* passwords are deletedSimon McVittie2012-08-314-2/+57
* | Test deletion of passwords from accountsSimon McVittie2012-08-311-5/+61
* | account-store-default: load the same names that MC wouldSimon McVittie2012-08-311-3/+10
* | Default account backend: when deleting passwords, delete the same thing we wi...Simon McVittie2012-08-311-2/+8
* | Default account backend: when deleting from the keyring, remove from secretsSimon McVittie2012-08-311-0/+2
* | _keyring_commit: perform deletions for keys in removed, not in secretsSimon McVittie2012-08-311-1/+1
* | Default account backend: when deleting, always delete from both placesSimon McVittie2012-08-311-8/+7
* | Make the gnome-keyring test work again, with modern gnome-keyringSimon McVittie2012-08-311-1/+10
* | gitignore: updatedJonny Lamb2012-08-281-0/+1
* | NEWSSimon McVittie2012-08-281-2/+4
* | plugin-account.c: rename to mcd-storage.cSimon McVittie2012-08-282-1/+1
* | McdStorage, McdPluginAccountManager: squash into one classSimon McVittie2012-08-286-306/+174
* | McdStorage: remove _mcd_storage_store_connectionsSimon McVittie2012-08-286-60/+22
* | McdPluginAccountManager: fold interface methods into their implementationsSimon McVittie2012-08-283-477/+240
* | McdMaster: fail to build if umask() is missingSimon McVittie2012-08-281-0/+6
* | mc-tool: Display account's supersedesXavier Claessens2012-08-281-0/+10
* | Merge branch 'telepathy-mission-control-5.12', rejecting stable-only changesSimon McVittie2012-08-272-1/+2
|\ \ | |/
| * NEWSSimon McVittie2012-08-271-0/+4
| * Revert "stop using deprecated tp-glib functions"Simon McVittie2012-08-273-44/+20
| * Don't warn on deprecated declarations, this is a stable branch.Simon McVittie2012-08-271-0/+1
| * Disable the connectivity GSetting on AndroidSimon McVittie2012-08-271-1/+1
* | Merge branch 'telepathy-mission-control-5.12'Simon McVittie2012-08-084-7/+97
|\ \ | |/
| * NEWSSimon McVittie2012-08-081-1/+7
| * Avoid race between Mission Control's two names by having one wait for the otherSimon McVittie2012-08-083-8/+86
| * McdAccountStorage: fix altered-one signalXavier Claessens2012-07-231-1/+1
| * start working on version 5.12.2Xavier Claessens2012-07-112-1/+6
| * Prepare 5.12.1 releasetelepathy-mission-control-5.12.1Xavier Claessens2012-07-112-2/+4
* | mc-tool: don't display empty 'Addressing' sectionGuillaume Desmottes2012-08-081-7/+8
* | mc-tool: add 'dump' commandGuillaume Desmottes2012-08-081-2/+41
* | mc-tool: display Account.Storage settingsGuillaume Desmottes2012-08-081-1/+60
* | NEWS (also mention removal of obsolete features in 5.13.0)Simon McVittie2012-07-311-0/+21
* | Merge branch 'one-channel-should-be-enough-for-anyone'Simon McVittie2012-07-3010-476/+418
|\ \
| * | McdDispatchOperation: only have one lost_channel, tooSimon McVittie2012-07-201-28/+15
| * | McdDispatchOperation: store one McdChannel, not a listSimon McVittie2012-07-201-120/+91
| * | McdDispatchOperation: collect_satisfied_requests: only take one channelSimon McVittie2012-07-201-26/+26
| * | Replace iteration over channels with check for having a channelSimon McVittie2012-07-201-45/+52
| * | _mcd_dispatch_operation_new: only take one channelSimon McVittie2012-07-203-13/+11
| * | _mcd_dispatch_operation_dup_channels: turn into dup_channel, singularSimon McVittie2012-07-203-18/+14
| * | McdDispatchOperation: use internal list instead of dup_channels()Simon McVittie2012-07-201-33/+39
| * | _mcd_dispatch_operation_peek_channel: adapt from old _peek_channelsSimon McVittie2012-07-204-21/+27