summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fd.o#22705: turn on both MC and tp-glib debug if MC_DEBUG=allSimon McVittie2009-09-101-2/+64
* mcd_debug_[un]ref: deprecate, and stop overriding g_object_[un]refSimon McVittie2009-09-103-43/+12
* mc-server: use a TpDebugSender, to log everything over D-Bus if enabledSimon McVittie2009-09-101-0/+21
* with-session-bus.sh: fix bashism (&> doesn't work in dash)Simon McVittie2009-09-101-1/+1
* src: set a proper G_LOG_DOMAIN (mcd)Simon McVittie2009-09-101-0/+1
* Merge branch 'telepathy-mission-control-5.2'Simon McVittie2009-09-101-0/+19
|\
| * Post-release version bumpSimon McVittie2009-09-102-1/+6
| * Prepare new bugfix releasetelepathy-mission-control-5.2.3Simon McVittie2009-09-102-1/+15
* | Merge branch '52-try-more-handlers' into masterSimon McVittie2009-09-106-254/+336
|\ \
| * | dispatcher/handle-channels-fails.py: assert that we try more than one handlerSimon McVittie2009-09-091-2/+32
| * | If HandleChannels fails, remember that the handler is broken and move on to t...Simon McVittie2009-09-091-33/+43
| * | McdDispatcher: rename skip_approval to approved, and set it from more placesSimon McVittie2009-09-091-13/+35
| * | _mcd_dispatcher_enter_state_machine: don't short-cut to running clients if th...Simon McVittie2009-09-091-14/+4
| * | _mcd_dispatcher_enter_state_machine: use mcd_dispatcher_context_proceed inste...Simon McVittie2009-09-091-1/+1
| * | Correct a commentSimon McVittie2009-09-091-1/+1
| * | McdDispatchOperation: change _mcd_dispatch_operation_handle_with to _mcd_disp...Simon McVittie2009-09-083-27/+26
| * | Remove McdDispatchOperation from public API/ABISimon McVittie2009-09-085-110/+79
| * | McdDispatchOperation: factor out mcd_dispatch_operation_check_handle_with (th...Simon McVittie2009-09-081-13/+36
| * | McdDispatcherContext: always release all client locks, and use a separate fla...Simon McVittie2009-09-081-22/+17
| * | Replace McdDispatcherContext->client_locks with a booleanSimon McVittie2009-09-081-19/+9
| * | McdDispatcherContext: replace the troublesome CTXREF13 with a ref held exactl...Simon McVittie2009-09-081-12/+18
| * | McdDispatcherContext: ref the context for the duration of on_operation_finishedSimon McVittie2009-09-081-1/+8
| * | Improve comments that explain how client locks workSimon McVittie2009-09-081-6/+12
| * | McdDispatcherContext: separate pending approvers out from client_locks into a...Simon McVittie2009-09-081-25/+41
| * | McdDispatcherContext: separate pending observers from other "client locks"Simon McVittie2009-09-081-12/+31
* | | Merge branch 'telepathy-mission-control-5.2'Simon McVittie2009-09-107-82/+13
|\ \ \ | | |/ | |/|
| * | Merge branch '52-trivia' into telepathy-mission-control-5.2Simon McVittie2009-09-107-82/+13
| |\ \ | | |/ | |/|
| | * Don't distribute generated sources in tarballSimon McVittie2009-09-091-10/+6
| | * Distribute assorted files that are present in git but not in tarballsSimon McVittie2009-09-092-0/+3
| | * Remove src/mcd-main.cSimon McVittie2009-09-092-52/+0
| | * Remove unused mcd-filtering-int.h from gitSimon McVittie2009-09-092-19/+1
| | * fd.o #23807: distribute mc-account-convert.1 in tarballs even if gconf was no...Simon McVittie2009-09-091-1/+3
| |/
| * Post-release version bumpSimon McVittie2009-09-071-1/+1
* | Merge commit 'telepathy-mission-control-5.2.2'Simon McVittie2009-09-0715-47/+323
|\ \ | |/
| * Prepare stable release 5.2.2telepathy-mission-control-5.2.2Simon McVittie2009-09-072-1/+29
| * Merge branches '52-permissions' and '52-tubes' into telepathy-mission-control...Simon McVittie2009-09-077-18/+85
| |\
| | * Factor out identical "should I close it?" logic from _mcd_channel_close, _mcd...Simon McVittie2009-09-071-32/+24
| | * _mcd_channel_close: don't close old Tubes channelsSimon McVittie2009-09-071-2/+10
| | * Don't close Tubes channels if undispatchableSimon McVittie2009-09-071-0/+6
| | * McdChannel: improve debug when not closing an undispatchable channelSimon McVittie2009-09-071-6/+17
| | * fd.o#23778: fix permissions of any existing account storage with _mcd_chmod_p...Simon McVittie2009-09-072-2/+5
| | * mcd-misc: add _mcd_chmod_private()Simon McVittie2009-09-072-0/+33
| | * McdMaster: if umask is available, create dirs/files with 0700/0600 permissionsSimon McVittie2009-09-071-0/+12
| | * configure.ac: check for umask and its headersSimon McVittie2009-09-071-0/+2
| * | Merge branch '52-pre-presence' into telepathy-mission-control-5.2Simon McVittie2009-09-077-29/+210
| |\ \ | | |/ | |/|
| | * auto-connect: be less strict about ordering of eventsSimon McVittie2009-09-031-6/+5
| | * dispatcher/already-has-*.py: succeed despite early GetInterfaces callSimon McVittie2009-09-033-0/+12
| | * account-manager/presence.py: assert that we try to set presence before Connect()Simon McVittie2009-09-031-9/+39
| | * mctest: allow expecting events before Connect()Simon McVittie2009-09-031-2/+7
| | * mctest: simulate SimplePresence more accuratelySimon McVittie2009-09-031-7/+18