summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-10-04NEWS for 5.8.2telepathy-mission-control-5.8+Will Thompson1-0/+9
2011-10-04McdClient: don't allow unique_name to become NULLWill Thompson2-1/+2
2011-09-23Make the regression tests work with D-Bus >= 1.5.6Simon McVittie1-1/+8
2011-09-06Nano versionVivek Dasmohapatra2-1/+5
2011-09-06Update doc-comment in configure.acVivek Dasmohapatra1-2/+2
2011-09-06Version 5.8.1telepathy-mission-control-5.8.1Vivek Dasmohapatra2-2/+2
2011-09-06Update NEWSVivek Dasmohapatra1-1/+4
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-06Update NEWSVivek Dasmohapatra1-0/+2
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-06Log fix introduced by 58-recovery-position in NEWSVivek Dasmohapatra1-0/+5
2011-09-06undispatchable test: assert that observers are invoked, but approvers are notSimon McVittie1-6/+47
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-07-22Nano versionVivek Dasmohapatra2-1/+5
2011-07-22Merge branch 'unconditional-accounts-skip-too-many-transport-checks' into tel...telepathy-mission-control-5.8.0Vivek Dasmohapatra1-24/+47
2011-07-22Update NEWS for Aegis ACL pluginVivek Dasmohapatra1-0/+4
2011-07-22The Aegis ACL plugin must activate handlers to check their credentialsVivek Dasmohapatra1-5/+34
2011-07-22Merge branch 'cdo-satisfied-requests-hash-leak' into telepathy-mission-contro...Vivek Dasmohapatra2-5/+13
2011-07-22Version 5.8.0Vivek Dasmohapatra2-2/+9
2011-07-22Fix unbalanced *_DECL macrosVivek Dasmohapatra4-0/+9
2011-07-22Checks for unbalanced G_BEGIN/END_DECLS macrosVivek Dasmohapatra3-0/+18
2011-07-20If there are no transport plugins, the decision always has to be "Yes"Vivek Dasmohapatra1-3/+14
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-01Update NEWSVivek Dasmohapatra1-0/+6
2011-06-01Minor header include cleanupVivek Dasmohapatra1-2/+1
2011-06-01Hook up the built-in plugins to the new plugin debug infrastructureVivek Dasmohapatra1-5/+1
2011-06-01plugin debug header should be included via the main plugin headerVivek Dasmohapatra1-0/+1
2011-06-01Initialise new plugin debug at the same time as reguar daemon debuggingVivek Dasmohapatra1-0/+1
2011-06-01Expose new header file to out-of-tree pluginsVivek Dasmohapatra1-0/+1
2011-06-01define MCP_DEBUG for plugins to useVivek Dasmohapatra2-2/+9
2011-06-01Use the new environment-driven debug control mechanism in MCPVivek Dasmohapatra5-64/+40
2011-06-01New debug control for mission-control-pluginsVivek Dasmohapatra3-0/+111
2011-06-01_mcd_master_account_replace_transport would accept "no connection" as a succe...Vivek Dasmohapatra1-24/+29
2011-05-30Call g_key_file_remove... rather than ...set_value when new value is NULLVivek Dasmohapatra1-1/+4
2011-05-30Don't call tp_intset_size on unset intsetVivek Dasmohapatra1-1/+4
2011-05-24Update NEWSVivek Dasmohapatra1-0/+4
2011-05-24Merge branch 'cd-message-api-fixes' into telepathy-mission-control-5.8Vivek Dasmohapatra2-9/+24
2011-05-24Catch the case where there's a hole in our logic and an internal request hasn...Vivek Dasmohapatra1-0/+9
2011-05-24Log the actual call to internal request handlingVivek Dasmohapatra1-0/+1
2011-05-24If we're failing an internal request, clear the handler immediatelyVivek Dasmohapatra1-1/+1
2011-05-24Internal requests should be handled in _both_ paths through _add_channel_requestVivek Dasmohapatra1-8/+13