summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* added Logger test client (activatable respawnable observer)Senko Rasic2010-04-151-0/+10
* add tests for respawning (activatable) observersSenko Rasic2010-04-153-0/+453
* update existing tests with slightly different use cases due to new featureSenko Rasic2010-04-152-5/+5
* mctest.SimulatedClient: support for optional recovery property for observersSenko Rasic2010-04-151-2/+17
* added Logger client service for twisted testsSenko Rasic2010-04-152-1/+4
* McdConnection: pass account path _mcd_dispatcher_recover_channelSenko Rasic2010-04-151-1/+2
* added internal method _mcd_dispatcher_recover_channel()Senko Rasic2010-04-152-3/+5
* McdDispatcher: listen to McdClient's need-recovery signalSenko Rasic2010-04-151-0/+45
* pass on the account path to the handler mapSenko Rasic2010-04-151-1/+2
* added internal _mcd_channel_details_build_from_tp_chan methodSenko Rasic2010-04-152-15/+41
* added _mcd_client_recover_observer methodSenko Rasic2010-04-152-0/+36
* McdClient: emit need-recovery signal when an observer needs to be respawnedSenko Rasic2010-04-151-0/+21
* McdClient: query for and parse Observer.Recovery propertySenko Rasic2010-04-151-3/+55
* McdHandlerMap: maintain a mapping between handled channels and their account ...Senko Rasic2010-04-152-2/+38
* Set the right environment variable to run tests with a temporary version of ~...Simon McVittie2010-04-141-1/+1
* trivia: .gitignore: ignore GCOV and with-session-bus droppingsSimon McVittie2010-04-141-0/+3
* Prepare NEWS for 5.4Simon McVittie2010-04-141-2/+18
* Incomplete accounts resulted in account manager load locks never being released.Vivek Dasmohapatra2010-04-141-3/+27
* Fix error propagation in CreateAccountTomeu Vizoso2010-04-142-8/+34
* Remove misleading reference to GConfTomeu Vizoso2010-04-141-1/+1
* Only time out channel requests after many hoursSjoerd Simons2010-04-141-2/+4
* mc-tool: don't crash on invalid account namesWill Thompson2010-04-142-0/+13
* mc-wait-for-name: link to GLib properlyJonny Lamb2010-04-141-2/+2
* Make MC compile with dbus-glib 0.80 by casting const GError* back to GError*Danielle Madeley2009-11-062-2/+2
* Merge branch 'compat'Simon McVittie2009-11-034-2/+23
|\
| * Update NEWSSimon McVittie2009-11-031-1/+4
| * fd.o #24875: reimplement g_error_new_valist to avoid a GLib 2.22 dependencySimon McVittie2009-11-033-1/+19
|/
* Nano versionSimon McVittie2009-11-022-1/+6
* Prepare version 5.3.2upstream/5.3.2telepathy-mission-control-5.3.2Simon McVittie2009-11-022-2/+4
* Update NEWSSimon McVittie2009-11-021-3/+41
* Merge branch 'telepathy-mission-control-5.2'Simon McVittie2009-11-021-0/+1
|\
| * Invoke callbacks in the right orderAlberto Mardegan2009-10-231-0/+1
| * Merge branch '52-always-observe-new-channels' into telepathy-mission-control-5.2Simon McVittie2009-10-135-21/+151
| |\
| | * McdConnection: correct sense of suppress_handler in on_new_channelSimon McVittie2009-10-121-1/+1
| | * fd.o#24474: Add a regression test for channels created behind our backSimon McVittie2009-10-122-0/+107
| | * fd.o#24474: if NewChannels signals Requested channels that we didn't request,...Simon McVittie2009-10-123-21/+44
| * | Nano versionSimon McVittie2009-10-132-1/+6
| |/
* | Makefile.am: re-format SUBDIRSSimon McVittie2009-11-021-3/+10
* | Makefile.am: build tests before docsSimon McVittie2009-11-021-1/+1
* | Merge branch 'wait-for-handlers'Simon McVittie2009-11-0216-270/+555
|\ \
| * | McdDispatchOperation: comment the fact that handle_with_time is globalSimon McVittie2009-11-021-0/+9
| * | McdDispatchOperationPrivate: remove now-unused handler memberSimon McVittie2009-11-021-1/+0
| * | _mcd_dispatch_operation_close_as_undispatchable: receive GError from callerSimon McVittie2009-11-021-10/+14
| * | _mcd_dispatch_operation_set_handler_failed: if all possible handlers have fai...Simon McVittie2009-11-022-3/+20
| * | dispatcher/handle-channels-fails.py: add regression test for retrying HandleW...Simon McVittie2009-11-022-15/+15
| * | _mcd_dispatch_operation_try_next_handler: fail HandleWith calls if the desire...Simon McVittie2009-11-021-5/+14
| * | _mcd_dispatch_operation_try_next_handler: remove unnecessary check for approvalSimon McVittie2009-11-021-2/+1
| * | _mcd_dispatch_operation_try_next_handler: for HandleWith calls (only), try ag...Simon McVittie2009-11-021-4/+8
| * | McdDispatchOperation: use the approvals queue to choose the preferred handlerSimon McVittie2009-11-021-25/+22
| * | _mcd_dispatch_operation_set_handler_failed: fail any pending HandleWith calls...Simon McVittie2009-11-022-8/+71