summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-08-03default keyring storage test: skip for nowgvariant-accountsJonny Lamb1-0/+5
2012-08-03account migrator: use XDG directories instead of ~/.mission-controlJonny Lamb12-69/+149
2012-08-03tests: add a test for the account migratorJonny Lamb2-0/+101
2012-08-03tests: stop using accounts.cfg and move to the gvariant account storageJonny Lamb7-107/+137
2012-08-03servers: do account migration before really starting anything elseJonny Lamb2-0/+6
2012-08-03account migrator: add first versionJonny Lamb3-0/+494
2012-08-03gvariant storage: implement get_variantJonny Lamb1-14/+26
2012-08-03plugin-account: stop storing everything in a keyfile in memoryJonny Lamb2-288/+271
2012-08-03keyfile storage: store everything as strings, not valuesJonny Lamb2-14/+14
2012-08-03account-storage: add a fallback for a missing set_variant vfuncJonny Lamb1-2/+54
2012-08-03gvariant storage: cleanups to remove ridiculous number of hash tablesJonny Lamb2-71/+100
2012-08-03plugins: add variant based vfuncs instead of just string onesJonny Lamb5-0/+112
2012-08-03add initial version of new gvariant account backendJonny Lamb6-0/+657
2012-08-03gitignore: updatedJonny Lamb1-0/+1
2012-07-31NEWS (also mention removal of obsolete features in 5.13.0)Simon McVittie1-0/+21
2012-07-30Merge branch 'one-channel-should-be-enough-for-anyone'Simon McVittie10-476/+418
2012-07-23Post-release version bumpXavier Claessens1-1/+1
2012-07-23Prepare 5.13.0 releaseXavier Claessens2-5/+9
2012-07-23McdAccountStorage: fix altered-one signalXavier Claessens1-1/+1
2012-07-23CreateAccount: make possible to select a desired storageXavier Claessens8-7/+281
2012-07-20McdDispatchOperation: only have one lost_channel, tooSimon McVittie1-28/+15
2012-07-20McdDispatchOperation: store one McdChannel, not a listSimon McVittie1-120/+91
2012-07-20McdDispatchOperation: collect_satisfied_requests: only take one channelSimon McVittie1-26/+26
2012-07-20Replace iteration over channels with check for having a channelSimon McVittie1-45/+52
2012-07-20_mcd_dispatch_operation_new: only take one channelSimon McVittie3-13/+11
2012-07-20_mcd_dispatch_operation_dup_channels: turn into dup_channel, singularSimon McVittie3-18/+14
2012-07-20McdDispatchOperation: use internal list instead of dup_channels()Simon McVittie1-33/+39
2012-07-20_mcd_dispatch_operation_peek_channel: adapt from old _peek_channelsSimon McVittie4-21/+27
2012-07-20McdDispatchOperation: change channels property to channel (singular)Simon McVittie1-20/+18
2012-07-20McdDispatchOperation: remove untrue commentSimon McVittie1-2/+1
2012-07-20_mcd_dispatcher_enter_state_machine: only take one channelSimon McVittie1-25/+16
2012-07-20_mcd_client_registry_list_possible_handlers: only take one channelSimon McVittie3-33/+12
2012-07-20mcd_dispatcher_dup_possible_handlers: only take one TpChannelSimon McVittie1-13/+6
2012-07-20_mcd_dispatcher_take_channels: make singular, rename to ...add_channelSimon McVittie3-73/+36
2012-07-20McdConnection: dispatch each channel from NewChannels separatelySimon McVittie2-85/+139
2012-07-20McdConnection: remove virtual methodsSimon McVittie2-17/+11
2012-07-19Do not change RequestedPresence when disabling the accountXavier Claessens1-4/+5
2012-07-12Fix missing includes to build with recent libaccounts-glibXavier Claessens4-4/+14
2012-07-12Add missing config.h include to ignore tp-glib 0.20 deprecationsXavier Claessens1-0/+2
2012-07-12Do not ignore return valud of write()Xavier Claessens1-1/+4
2012-07-11Merge branch 'telepathy-mission-control-5.12'Xavier Claessens1-3/+12
2012-07-11Copy telepathy.am from telepathy-glibXavier Claessens1-3/+12
2012-07-11McdAccountManagerDefault: Fix a possible double freeXavier Claessens1-1/+1
2012-07-11McdAccountManagerDefault: Fix a possible double freeXavier Claessens1-1/+1
2012-07-09dispatch test: make sure Ensure-ing channels after delegation/presenting worksWill Thompson1-14/+57
2012-07-09dispatcher: set channel state back to DISPATCHED after delegating & presentingJonny Lamb1-2/+16
2012-07-09dispatcher: add more debug output when delegating channelsJonny Lamb1-1/+10
2012-07-09Modernize dispatcher/redispatch-channels.py a littleWill Thompson2-23/+30
2012-07-09Merge branch 'present-delegate-broken'Jonny Lamb3-38/+111
2012-07-06dispatch test: make sure Ensure-ing channels after delegation/presenting worksWill Thompson1-14/+57