summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-09-07mcd-account: use proper gboolean rather than 1 bit to store boolean propertiesGuillaume Desmottes1-7/+7
2011-09-06Merge branch 'early-connecting-status-semi-hack'Vivek Dasmohapatra2-2/+14
2011-09-06Merge branch 'memory-leak'Vivek Dasmohapatra2-1/+14
2011-09-06Merge branch '58-recovery-position'Vivek Dasmohapatra4-22/+86
2011-09-06Set connection status to 'CONNECTING' as soon as we start trying to connectVivek Dasmohapatra1-0/+4
2011-09-06Don't throw a hissy-fit if the account is CONNECTING but the connection is notVivek Dasmohapatra1-2/+10
2011-09-06API does not guarantee that the GValue remains unset on failed value retrievalVivek Dasmohapatra1-0/+4
2011-09-06Approval contexts must be NULLed out or the free function will assert()Vivek Dasmohapatra1-1/+6
2011-09-06Approval struct free function did not free a string memberVivek Dasmohapatra1-0/+1
2011-09-06Approval removed from GQueue should be freedVivek Dasmohapatra1-0/+1
2011-09-06Approval structs should be freed after removing them from the tracking GQueueVivek Dasmohapatra1-0/+2
2011-09-06fd.o #29022: if a channel can't be handled, dispatch it anyway, to run observersSimon McVittie3-21/+32
2011-09-06McdHandlerMap: add brief documentationSimon McVittie1-0/+37
2011-09-06fd.o #34025 (ish): if we handle a channel internally, record that factSimon McVittie3-1/+17
2011-09-01Silent-rules-ify some code generationWill Thompson1-23/+23
2011-09-01Remove stale code-gen for stable interfaces.Will Thompson6-32/+1
2011-09-01Remove Account.Interface.ChannelRequestsWill Thompson5-185/+0
2011-09-01Remove libmcclientWill Thompson17-42/+35
2011-08-31Remove local copies of ContactCaps and PowerSavingWill Thompson2-25/+3
2011-08-31Remove Compat.Profile supportWill Thompson9-140/+0
2011-08-31Use D-Bus GType constants from tp-glibWill Thompson3-8/+4
2011-08-31Merge branch 'telepathy-mission-control-5.8+'Will Thompson1-5/+7
2011-08-31Merge branch 'telepathy-mission-control-5.8'Will Thompson6-24/+60
2011-08-25Test invalid or ill-typed parameters for new accountsWill Thompson1-2/+2
2011-08-25Include CM name when protocol doesn't existWill Thompson1-1/+8
2011-08-25AccountManager: use _mcd_account_set_parameters error verbatimWill Thompson2-23/+2
2011-08-25Account: use NotImplemented for nonexistant cm/protocolsWill Thompson1-4/+4
2011-08-25mcd_account_check_validity: report a GError for invalid accountsWill Thompson3-24/+31
2011-08-25Account: internally track validity as a GErrorWill Thompson1-11/+29
2011-08-25mcd_account_check_parameters: give callback a GErrorWill Thompson1-12/+22
2011-08-24McdAccount: use mcd_account_is_valid internally tooWill Thompson1-9/+8
2011-08-16Remove ContactCaps.DRAFT1 supportWill Thompson3-41/+0
2011-08-03Avoid a warning when trying to store a NULL valueGuillaume Desmottes1-3/+18
2011-08-03account-manager-default: always delete secret keys from both locationsGuillaume Desmottes1-4/+3
2011-07-22Merge branch 'unconditional-accounts-skip-too-many-transport-checks' into tel...Vivek Dasmohapatra1-24/+47
2011-07-22Merge branch 'cdo-satisfied-requests-hash-leak' into telepathy-mission-contro...Vivek Dasmohapatra1-5/+7
2011-07-22Fix unbalanced *_DECL macrosVivek Dasmohapatra4-0/+9
2011-07-22Checks for unbalanced G_BEGIN/END_DECLS macrosVivek Dasmohapatra1-0/+4
2011-07-21Merge branch 'unbalanced-header-macros' into telepathy-mission-control-5.8Vivek Dasmohapatra7-208/+381
2011-07-21Merge branch 'unconditional-accounts-skip-too-many-transport-checks' into tel...Vivek Dasmohapatra1-3/+14
2011-07-20If there are no transport plugins, the decision always has to be "Yes"Vivek Dasmohapatra1-3/+14
2011-07-19Fix unbalanced *_DECL macrosVivek Dasmohapatra4-0/+9
2011-07-19Checks for unbalanced G_BEGIN/END_DECLS macrosVivek Dasmohapatra1-0/+4
2011-06-24Merge branch 'unconditional-accounts-skip-too-many-transport-checks' into tel...Vivek Dasmohapatra1-24/+36
2011-06-08Unref wrapper not required if we set the free funcVivek Dasmohapatra1-13/+4
2011-06-08Accounts flagged as always-dispatch don't need a transport.Vivek Dasmohapatra1-0/+7
2011-06-02The 'set' GHashTable in collect_satisfied_requests was leakedVivek Dasmohapatra1-7/+18
2011-06-01Merge branch 'telepathy-mission-control-5.8'Vivek Dasmohapatra3-2/+9
2011-06-01Initialise new plugin debug at the same time as reguar daemon debuggingVivek Dasmohapatra1-0/+1
2011-06-01_mcd_master_account_replace_transport would accept "no connection" as a succe...Vivek Dasmohapatra1-24/+29