summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Flag printf-ish functions with G_GNUC_PRINTF and fix resulting warningstelepathy-mission-control-5.14Simon McVittie2013-11-184-4/+5
* Only ignore passwords in gnome-keyring if Empathy has copied themSimon McVittie2013-05-011-5/+5
* Merge branch 'xdg-keyfile-35896'Simon McVittie2012-09-204-72/+433
|\
| * Default account backend: write accounts to XDG_DATA_HOME, with fallbackSimon McVittie2012-09-071-3/+61
| * Default account backend: include directory creation in _commitSimon McVittie2012-09-071-23/+26
| * Default account backend: restructure to be able to look in multiple placesSimon McVittie2012-09-071-4/+45
| * McdAccount: migrate avatars to a XDG pathSimon McVittie2012-09-071-43/+285
| * mcd_ensure_directory: addSimon McVittie2012-09-072-0/+19
* | Merge branch 'telepathy-mission-control-5.12' into masterSimon McVittie2012-09-201-0/+55
|\ \ | |/ |/|
| * Default accounts backend: finish password migrations that Empathy 3.0 startedSimon McVittie2012-09-201-0/+55
* | Don't generate code for Account.I.Addressing, use telepathy-glib'sSimon McVittie2012-09-076-12/+8
* | Be single-include-compliant when generating service bindingsSimon McVittie2012-09-071-1/+1
* | Use G_VALUE_INIT instead of { 0 }Simon McVittie2012-09-078-38/+38
* | mcd_service_new: use tp_dbus_daemon_dup()Simon McVittie2012-09-071-4/+2
* | mcd-dbusprop: remove support for filtering property setting through an ACLSimon McVittie2012-09-072-134/+0
* | McdMaster: remove unused variable left over from old-style pluginsSimon McVittie2012-09-071-1/+0
* | McdAccountManager: remove useless virtual methodSimon McVittie2012-09-072-22/+3
* | McdAccountManager: move initialization from init to constructedSimon McVittie2012-09-073-35/+16
* | Merge branch 'telepathy-mission-control-5.12'Simon McVittie2012-09-063-5/+35
|\ \ | |/
| * Butterfly account migration: migrate the password too, if storedSimon McVittie2012-09-061-1/+11
| * Migrate from Butterfly to Haze even if Butterfly is no longer installedSimon McVittie2012-09-063-4/+24
| * 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
| * Revert "stop using deprecated tp-glib functions"Simon McVittie2012-08-273-44/+20
| * McdAccountManagerDefault: Fix a possible double freeXavier Claessens2012-07-111-1/+1
| * dispatcher: set channel state back to DISPATCHED after delegating & presentingJonny Lamb2012-07-091-2/+16
| * dispatcher: add more debug output when delegating channelsJonny Lamb2012-07-091-1/+10
* | McpAccountStorage: add signal to request an account reconnectionXavier Claessens2012-09-051-0/+25
* | McdAccount: factor out code to reconnectXavier Claessens2012-09-052-8/+19
* | McpAccountStorage: add functions to emit interface' signalsXavier Claessens2012-09-051-6/+6
* | 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
* | 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
* | Merge branch 'one-channel-should-be-enough-for-anyone'Simon McVittie2012-07-309-430/+308
|\ \
| * | 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