summaryrefslogtreecommitdiff
path: root/src/mcd-service.c
AgeCommit message (Expand)AuthorFilesLines
2011-09-01Remove libmcclientWill Thompson1-2/+0
2011-08-31Remove Compat.Profile supportWill Thompson1-1/+0
2010-11-17abort()'s from inside g_error get trapped as core dumps by test suitesVivek Dasmohapatra1-2/+2
2010-09-09various shared classes: use tp_clear_object, tp_clear_pointerSimon McVittie1-2/+3
2009-07-01fd.o #22332: libmissioncontrol-server: remove unnecessary gconf dependencySimon McVittie1-1/+0
2009-06-03Merge branch 'request-name'Simon McVittie1-3/+3
2009-06-01Change MC's bus name to end with MissionControl5Simon McVittie1-3/+1
2009-05-27Use tp_dbus_daemon_request_name now we depend on a new enough tp-glibSimon McVittie1-3/+3
2009-05-13McdService: obtain the NMC bus name correctly and exit if we can'tSimon McVittie1-14/+12
2009-05-08Catch up with copyright updates on src/Simon McVittie1-1/+2
2009-05-05McdService: remove vestigial McStatus enumSimon McVittie1-6/+0
2009-05-05McdService: remove vestigial #define of LAST_MC_PRESENCESimon McVittie1-2/+0
2009-04-13McdService: remove now-unnecessary mentions of presence frameSimon McVittie1-12/+0
2009-04-13McdService: don't handle presence-requested (it can no longer be emitted)Simon McVittie1-21/+0
2009-04-02McdService: remove remnants of dispatcherSimon McVittie1-5/+0
2009-04-02McdService: remove tracking of last statusSimon McVittie1-37/+0
2009-04-02McdService: remove presence-changed signalSimon McVittie1-25/+0
2009-04-02McdService: remove presence-requested signalSimon McVittie1-15/+0
2009-04-02McdService: remove account-presence-changed signalSimon McVittie1-91/+0
2009-04-02McdService: remove status-actual signalSimon McVittie1-13/+0
2009-04-02McdService: remove mcd-error signal (never emitted)Simon McVittie1-9/+0
2009-04-02McdService: remove account-status-changed signalSimon McVittie1-22/+0
2009-04-02McdService: remove presence-status-requested, presence-status-actual, used-ch...Simon McVittie1-94/+0
2009-04-02McdService: don't register with GObject at allSimon McVittie1-172/+0
2009-04-02McdService: don't actually export the objectSimon McVittie1-10/+2
2009-04-02McdService: do not implement any methodsSimon McVittie1-288/+32
2009-02-26Remove G_STRFUNC from DEBUG() parametersAlberto Mardegan1-5/+5
2009-02-26Change all g_debug into DEBUGAlberto Mardegan1-19/+19
2008-12-16Squash warnings about variable shadowingWill Thompson1-6/+9
2008-10-21Requests errors have nothing to do with dispatcherAlberto Mardegan1-27/+0
2008-10-21Moving code aroundAlberto Mardegan1-0/+1
2008-10-08Add vim and emacs modelinesAlberto Mardegan1-1/+2
2008-08-27Chain up to the parent's constructed methodAlberto Mardegan1-0/+5
2008-08-26Allow the McdAccountManager to be subclassed; rework theAlberto Mardegan1-13/+37
2008-08-18Lots of cleanup, most made by smcv.Alberto Mardegan1-22/+10
2008-07-04Implement mcd_service_get_connection().Alberto Mardegan1-1/+2
2008-05-28Make libmissioncontrol-server not depend on libmissioncontrol-clientAlberto Mardegan1-9/+18
2008-04-16Implement two hacks to make the presence signal behave as they did inAlberto Mardegan1-1/+12
2008-04-15Properly report presence and status signals.Alberto Mardegan1-13/+19
2008-04-08Remove unused functionAlberto Mardegan1-7/+0
2008-04-08Remove connection to non-existing signal.Alberto Mardegan1-24/+0
2008-04-08Implement libmissioncontrol's McAccount and McAccountMonitor using the new DB...Alberto Mardegan1-14/+7
2008-03-31Fix presence compatibility with old MCAlberto Mardegan1-10/+8
2008-03-28Properly emit AccountStatusChangedAlberto Mardegan1-4/+9
2008-03-12Fix a crash when dispatching a channel to external filters.Alberto Mardegan1-2/+2
2008-02-28Remove every dependency on libtelepathyAlberto Mardegan1-10/+7
2007-09-20Add signals with an additional the presence message parameter, andAlberto Mardegan1-0/+58
2007-06-25Implement D-Bus API for channel filtering.Alberto Mardegan1-0/+135
2007-05-11Let AccountStatusChanges signal be emitted even on connecting.Alberto Mardegan1-16/+10
2007-05-02Add methods for retrieving the actual and requested presence messages.Alberto Mardegan1-0/+15