summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-08-18Bump soname of libmissioncontrol-server.Alberto Mardegan1-1/+1
2008-08-18Lots of cleanup, most made by smcv.Alberto Mardegan20-119/+134
2008-07-11Don't automatically attempt reconnecting after a connection error.Alberto Mardegan1-6/+10
2008-07-09Bump revisionsAlberto Mardegan1-1/+1
2008-07-04Implement mcd_service_get_connection().Alberto Mardegan3-5/+30
2008-06-30Implement the old channel request APIs in the Compat interface, soAlberto Mardegan1-0/+73
2008-06-30When dealing with the channel type, use its GQuark rather than the Alberto Mardegan1-18/+12
2008-06-27Don't return the same channel when a second call is requested to the Alberto Mardegan1-0/+4
2008-06-26Add a new BDus interface to the AccountManager to request the creationAlberto Mardegan5-9/+188
2008-06-26Add API to internally set a property.Alberto Mardegan2-15/+33
2008-06-18Explicitly link to DBus libraries. Fixes: #1988768.5.0.beta11Alberto Mardegan1-2/+2
2008-06-03Remove some unused code.Alberto Mardegan4-456/+0
2008-06-02Properly change Nickname on the connection, when it's changed on the Alberto Mardegan3-60/+29
2008-05-30Rewrite mapping of TpErrors to McErrors, fixing a crash.Alberto Mardegan1-10/+8
2008-05-29Use the new tp_XXX_call_when_ready() APIs.Alberto Mardegan2-37/+20
2008-05-28Make libmissioncontrol-server not depend on libmissioncontrol-clientAlberto Mardegan13-250/+120
2008-05-27Remove references to accounts when they are deleted.Alberto Mardegan1-0/+17
2008-05-23Move the Avatar property into a separate interface; add it toAlberto Mardegan4-4/+24
2008-05-20Automatically compute the value of the ``Interfaces'' DBus property.Alberto Mardegan4-25/+34
2008-05-13Add missing fileAlberto Mardegan1-0/+46
2008-05-13Tag beta85.0.beta8Alberto Mardegan15-92/+427
2008-05-09Handle disconnection.Alberto Mardegan1-1/+64
2008-05-09Missing declaration.Alberto Mardegan1-0/+1
2008-05-09Read ConnectAutomatically property.Alberto Mardegan1-0/+4
2008-05-08When a transport gets connected, check account conditions and connectAlberto Mardegan3-15/+123
2008-05-08Implement get_transport_status()Alberto Mardegan2-0/+22
2008-05-08Give access to some account properties.Alberto Mardegan2-0/+44
2008-05-08Implement get_transport_name()Alberto Mardegan2-0/+20
2008-04-29Implement McdTransportPlugin interface.Alberto Mardegan6-1/+277
2008-04-29Move plugin loading mechanism into McdMaster and make it generic forAlberto Mardegan5-122/+136
2008-04-16Use tp_strdiff() to avoid crashes when one of the strings is NULL.Alberto Mardegan1-2/+2
2008-04-16Implement two hacks to make the presence signal behave as they did inAlberto Mardegan1-1/+12
2008-04-16Use the actual-status signal instead of the removed presence-stable.Alberto Mardegan1-6/+6
2008-04-15Properly report presence and status signals.Alberto Mardegan2-21/+63
2008-04-14Prevent disabled accounts from going online.Alberto Mardegan1-0/+8
2008-04-11Rewrite the interface registration mechanism. Implement the Alberto Mardegan10-75/+176
2008-04-11Implement the Account Conditions interface (set/get properties only,Alberto Mardegan4-0/+176
2008-04-11Change modifier to static constAlberto Mardegan1-1/+1
2008-04-10Implement the account query API.Alberto Mardegan1-0/+290
2008-04-10Cosmetic changes.Alberto Mardegan2-3/+3
2008-04-10Add get_manager_name APIAlberto Mardegan2-0/+11
2008-04-10Implement a DBus independent function for getting interfaceAlberto Mardegan2-16/+35
2008-04-10Add partial implementation of Query interfaceAlberto Mardegan4-2/+123
2008-04-09Properly create a GArray.Alberto Mardegan1-2/+2
2008-04-09Function succeedsAlberto Mardegan1-1/+1
2008-04-08Create the account configuration file, if it does not exist.Alberto Mardegan1-0/+11
2008-04-08Remove unused functionAlberto Mardegan1-7/+0
2008-04-08Remove connection to non-existing signal.Alberto Mardegan1-24/+0
2008-04-08Implement get_connection_names().Alberto Mardegan1-58/+23
2008-04-08Implement libmissioncontrol's McAccount and McAccountMonitor using the new DB...Alberto Mardegan11-42/+332