summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2007-08-31Tag 4.374.37Alberto Mardegan1-1/+1
2007-08-31Listen to the AvatarUpdated signal, instead of relying on eds-syncAlberto Mardegan1-17/+49
2007-08-31Increase timeout for receiving capabilities.Alberto Mardegan1-1/+1
2007-08-28Tag 4.364.36Alberto Mardegan1-1/+1
2007-08-27When an account parameter changes, perform reconnection only ifAlberto Mardegan1-0/+4
2007-08-21Remove compilation flags, they are to be specified in configure.ac orAlberto Mardegan1-2/+1
2007-08-21Allow requesting a channel with handle 0 if channel handle type isAlberto Mardegan1-2/+2
2007-08-21Merge libmissioncontrol and libmissioncontrol-config into a singleAlberto Mardegan1-1/+1
2007-08-14Allow per protocol channel handlers.Alberto Mardegan5-31/+143
2007-08-13Use soname version properly.Alberto Mardegan1-1/+1
2007-08-09Remove mcd-enum-types.c from the installed files.Alberto Mardegan1-1/+0
2007-08-06* libmissioncontrol.pc.in, mission-control.pc.in:Alberto Mardegan1-1/+2
2007-08-01Correctly report telepathy's InvalidHandle error.Alberto Mardegan1-0/+4
2007-07-16If an account parameter changes when a corresponding connection is notAlberto Mardegan3-7/+27
2007-07-10New mcd_channel_leave() API for removing the self handle from aAlberto Mardegan2-0/+38
2007-07-10Use a synchronous call for getting the self handle.Alberto Mardegan1-18/+5
2007-07-09Use asynchronous call to connect the connection.Alberto Mardegan1-12/+34
2007-06-29Set the account status to CONNECTING as soon as connection processAlberto Mardegan1-0/+9
2007-06-28Use g_str_{hash,equal} for the services hash table.Alberto Mardegan1-1/+1
2007-06-28Fix function name: mcd_provisioning_factory_add instead ofAlberto Mardegan1-4/+4
2007-06-27Fix indentation and function placement in the source.Alberto Mardegan1-94/+91
2007-06-27Implement getting of connection parameters through a provisioningAlberto Mardegan1-21/+122
2007-06-27Add mcd_provisioning_cancel_request() API.Alberto Mardegan2-0/+26
2007-06-26When requesting a channel from offline presence, monitor the requestorAlberto Mardegan1-1/+1
2007-06-25Implement D-Bus API for channel filtering.Alberto Mardegan6-10/+154
2007-06-25Remove the const keyword from the values returned by the getterAlberto Mardegan2-6/+6
2007-06-25Set the correct type for the McdSystemFlags parameter in the4.26Alberto Mardegan1-1/+1
2007-06-15Don't crash if we fail to retrieve account or profile data.Alberto Mardegan2-3/+16
2007-06-14Don't let libtelepathy connect the connection by itself; this ensureAlberto Mardegan1-36/+50
2007-06-14Check for the group interface, before using it.Alberto Mardegan1-0/+4
2007-06-08Add virtual method request_parameters() to McdProvisioning interface.Alberto Mardegan2-4/+41
2007-06-07Added docstrings.Alberto Mardegan1-0/+27
2007-06-07Start implementation of provisioning.Alberto Mardegan5-3/+317
2007-05-31* src/mcd-connection.[hc], src/mcd-master.c:Alberto Mardegan3-1/+55
2007-05-30Fix usage of gint/gsize types for AMD64. Fixes #1718949.Alberto Mardegan1-7/+11
2007-05-11Let AccountStatusChanges signal be emitted even on connecting.Alberto Mardegan1-16/+10
2007-05-11* src/mcd-channel.[hc]:Alberto Mardegan3-10/+87
2007-05-04Make sure the connection status is retrieved every time a connectionAlberto Mardegan1-15/+18
2007-05-02Add methods for retrieving the actual and requested presence messages.Alberto Mardegan3-0/+35
2007-05-02* src/mcd-connection.c:Alberto Mardegan2-4/+12
2007-04-19* libmissioncontrol/mc-account-priv.h:Alberto Mardegan1-12/+115
2007-04-02Invert the order of scanning of the .chandlers files, to give them theAlberto Mardegan1-8/+8
2007-03-28* libmissioncontrol/mc-manager.c, libmissioncontrol/mc-profile.c:Alberto Mardegan1-0/+1
2007-03-27Fixes for "make distcheck".Alberto Mardegan1-1/+0
2007-03-23Move to XDG compliant directory location for Telepathy data files.Alberto Mardegan1-7/+36
2007-03-21Fix possible critical messages.Alberto Mardegan1-0/+2
2007-03-21* Makefile.am, configure.ac, doc/Makefile.am,Alberto Mardegan1-1/+1
2007-03-15Move libmissioncontrol documentation to a subdirectory and setup aAlberto Mardegan2-5/+10
2007-03-14Rewrite filter API to allow single filter registration and executionAlberto Mardegan2-122/+155
2007-03-13Turning a g_warning() into a g_debug().Alberto Mardegan1-2/+2