summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2008-04-08Make mcd_service_get_online_connections() never return error, as it'sAlberto Mardegan1-1/+2
2008-03-18Don't try to close the channel, if the proxy is already invalidated.Alberto Mardegan1-3/+2
2008-03-17Add missing file.Alberto Mardegan1-0/+55
2008-03-12Fix a crash when dispatching a channel to external filters.Alberto Mardegan1-2/+2
2008-03-10Fix version infoAlberto Mardegan1-1/+1
2008-03-10Patch from Sjoerd <sjoerd.simons@collabora.co.uk>:Alberto Mardegan1-1/+1
2008-03-10 * libmissioncontrol/Makefile.am:Alberto Mardegan2-2/+132
2008-03-07Stub implementation of McdAccount and McdAccountManager.Alberto Mardegan4-2/+255
2008-03-07 * src/Makefile.am, src/mcd-account-manager.h, src/mcd-account.h:Alberto Mardegan1-1/+105
2008-03-06Rewrite the loop break condition to avoid a warning.Alberto Mardegan1-1/+5
2008-03-06Complete migration to tp-glib.Alberto Mardegan9-184/+280
2008-02-28Patch from Xavier Claessens <zdra@users.sourceforge.net>:Alberto Mardegan1-0/+4
2008-02-28Remove every dependency on libtelepathyAlberto Mardegan16-107/+116
2008-02-28Migrate from libtelepathy to telepathy-glib.Alberto Mardegan5-197/+318
2008-02-26Port the telepathy connections from libtp to tp-glibAlberto Mardegan4-535/+591
2008-02-11Tag 4.604.60Alberto Mardegan1-1/+1
2008-02-11Fix the comparison of pending channels (the condition on the channelAlberto Mardegan1-3/+7
2008-02-08Tag 4.594.59Alberto Mardegan1-1/+1
2008-02-08Introduce a HandlerVersion parameter in the .chandler files, thatAlberto Mardegan3-17/+91
2008-02-06Don't update the avatar while we are setting it.Alberto Mardegan1-2/+17
2008-02-05It's not a constAlberto Mardegan1-1/+1
2008-02-05Watch for every channel handler's lifetime, and not only for streamAlberto Mardegan1-4/+1
2008-01-24Tag 4.574.57Alberto Mardegan1-1/+1
2008-01-24Use new API for requesting avatars.Alberto Mardegan1-30/+58
2008-01-24Avoid requesting the avatars interface more than once.Alberto Mardegan1-10/+13
2008-01-17#include <telepathy-glib/util.h> to suppress a warning.Alberto Mardegan1-0/+1
2008-01-14Tag 4.534.53Alberto Mardegan1-1/+1
2008-01-14Emit presence signals when the status message is changed.Alberto Mardegan1-5/+8
2008-01-14Duplicate the channel_type string, because the original one might beAlberto Mardegan1-3/+4
2008-01-11If the server doesn't store the avatar, we must set it everytime weAlberto Mardegan1-26/+81
2007-12-11Tag 4.514.51Alberto Mardegan1-1/+1
2007-12-11Do not use deprecated libtp symbols. Fixes: #1831105.Alberto Mardegan1-1/+1
2007-11-23Use a list of structures to keep track of the pending channels: inAlberto Mardegan1-45/+100
2007-11-08Tag 4.504.50Alberto Mardegan1-1/+1
2007-11-08Compare also the channel handle type, before asserting that twoAlberto Mardegan1-0/+1
2007-10-25Tag 4.49.4.49Alberto Mardegan1-1/+1
2007-10-25When removing the last account, unset the requested presence.Alberto Mardegan1-0/+8
2007-10-25When an account gets enabled, check for the requested presence, notAlberto Mardegan1-5/+5
2007-10-17Tag 4.484.48Alberto Mardegan1-1/+1
2007-10-17Create the connection manager proxy just before actually using it;Alberto Mardegan1-36/+12
2007-10-12Fix typo: allow requesting channels with handle_type = 0.Alberto Mardegan1-1/+1
2007-10-05Tag 4.464.46Alberto Mardegan1-1/+1
2007-10-05Handle possible error from DBus.Alberto Mardegan1-1/+8
2007-09-28Fix so versionsAlberto Mardegan1-1/+1
2007-09-28Add mcd_master_add_connection_parameter() API for passing connectionAlberto Mardegan3-0/+152
2007-09-282007-09-28 Alberto Mardegan <alberto.mardegan@nokia.com>Alberto Mardegan3-4/+17
2007-09-26Fix a memory leak.Alberto Mardegan1-1/+2
2007-09-25Store a copy of the presence message string, since it could be freedAlberto Mardegan1-5/+9
2007-09-24Fix mapping of Telepathy channel full/inviteonly/banned errors.Alberto Mardegan1-3/+3
2007-09-24Fix possible crash happening when alias is NULL.Alberto Mardegan1-1/+1