Age | Commit message (Expand) | Author | Files | Lines |
2007-09-28 | Fix so versions | Alberto Mardegan | 1 | -1/+1 |
2007-09-28 | Add mcd_master_add_connection_parameter() API for passing connection | Alberto Mardegan | 3 | -0/+152 |
2007-09-28 | 2007-09-28 Alberto Mardegan <alberto.mardegan@nokia.com> | Alberto Mardegan | 3 | -4/+17 |
2007-09-26 | Fix a memory leak. | Alberto Mardegan | 1 | -1/+2 |
2007-09-25 | Store a copy of the presence message string, since it could be freed | Alberto Mardegan | 1 | -5/+9 |
2007-09-24 | Fix mapping of Telepathy channel full/inviteonly/banned errors. | Alberto Mardegan | 1 | -3/+3 |
2007-09-24 | Fix possible crash happening when alias is NULL. | Alberto Mardegan | 1 | -1/+1 |
2007-09-20 | Fix library version information. | Alberto Mardegan | 1 | -1/+1 |
2007-09-20 | Add signals with an additional the presence message parameter, and | Alberto Mardegan | 1 | -0/+58 |
2007-09-20 | Had wrong name! | Alberto Mardegan | 1 | -1/+1 |
2007-09-10 | Fix possible crash when trying to display a NULL GError. | Alberto Mardegan | 1 | -3/+6 |
2007-08-31 | Tag 4.374.37 | Alberto Mardegan | 1 | -1/+1 |
2007-08-31 | Listen to the AvatarUpdated signal, instead of relying on eds-sync | Alberto Mardegan | 1 | -17/+49 |
2007-08-31 | Increase timeout for receiving capabilities. | Alberto Mardegan | 1 | -1/+1 |
2007-08-28 | Tag 4.364.36 | Alberto Mardegan | 1 | -1/+1 |
2007-08-27 | When an account parameter changes, perform reconnection only if | Alberto Mardegan | 1 | -0/+4 |
2007-08-21 | Remove compilation flags, they are to be specified in configure.ac or | Alberto Mardegan | 1 | -2/+1 |
2007-08-21 | Allow requesting a channel with handle 0 if channel handle type is | Alberto Mardegan | 1 | -2/+2 |
2007-08-21 | Merge libmissioncontrol and libmissioncontrol-config into a single | Alberto Mardegan | 1 | -1/+1 |
2007-08-14 | Allow per protocol channel handlers. | Alberto Mardegan | 5 | -31/+143 |
2007-08-13 | Use soname version properly. | Alberto Mardegan | 1 | -1/+1 |
2007-08-09 | Remove mcd-enum-types.c from the installed files. | Alberto Mardegan | 1 | -1/+0 |
2007-08-06 | * libmissioncontrol.pc.in, mission-control.pc.in: | Alberto Mardegan | 1 | -1/+2 |
2007-08-01 | Correctly report telepathy's InvalidHandle error. | Alberto Mardegan | 1 | -0/+4 |
2007-07-16 | If an account parameter changes when a corresponding connection is not | Alberto Mardegan | 3 | -7/+27 |
2007-07-10 | New mcd_channel_leave() API for removing the self handle from a | Alberto Mardegan | 2 | -0/+38 |
2007-07-10 | Use a synchronous call for getting the self handle. | Alberto Mardegan | 1 | -18/+5 |
2007-07-09 | Use asynchronous call to connect the connection. | Alberto Mardegan | 1 | -12/+34 |
2007-06-29 | Set the account status to CONNECTING as soon as connection process | Alberto Mardegan | 1 | -0/+9 |
2007-06-28 | Use g_str_{hash,equal} for the services hash table. | Alberto Mardegan | 1 | -1/+1 |
2007-06-28 | Fix function name: mcd_provisioning_factory_add instead of | Alberto Mardegan | 1 | -4/+4 |
2007-06-27 | Fix indentation and function placement in the source. | Alberto Mardegan | 1 | -94/+91 |
2007-06-27 | Implement getting of connection parameters through a provisioning | Alberto Mardegan | 1 | -21/+122 |
2007-06-27 | Add mcd_provisioning_cancel_request() API. | Alberto Mardegan | 2 | -0/+26 |
2007-06-26 | When requesting a channel from offline presence, monitor the requestor | Alberto Mardegan | 1 | -1/+1 |
2007-06-25 | Implement D-Bus API for channel filtering. | Alberto Mardegan | 6 | -10/+154 |
2007-06-25 | Remove the const keyword from the values returned by the getter | Alberto Mardegan | 2 | -6/+6 |
2007-06-25 | Set the correct type for the McdSystemFlags parameter in the4.26 | Alberto Mardegan | 1 | -1/+1 |
2007-06-15 | Don't crash if we fail to retrieve account or profile data. | Alberto Mardegan | 2 | -3/+16 |
2007-06-14 | Don't let libtelepathy connect the connection by itself; this ensure | Alberto Mardegan | 1 | -36/+50 |
2007-06-14 | Check for the group interface, before using it. | Alberto Mardegan | 1 | -0/+4 |
2007-06-08 | Add virtual method request_parameters() to McdProvisioning interface. | Alberto Mardegan | 2 | -4/+41 |
2007-06-07 | Added docstrings. | Alberto Mardegan | 1 | -0/+27 |
2007-06-07 | Start implementation of provisioning. | Alberto Mardegan | 5 | -3/+317 |
2007-05-31 | * src/mcd-connection.[hc], src/mcd-master.c: | Alberto Mardegan | 3 | -1/+55 |
2007-05-30 | Fix usage of gint/gsize types for AMD64. Fixes #1718949. | Alberto Mardegan | 1 | -7/+11 |
2007-05-11 | Let AccountStatusChanges signal be emitted even on connecting. | Alberto Mardegan | 1 | -16/+10 |
2007-05-11 | * src/mcd-channel.[hc]: | Alberto Mardegan | 3 | -10/+87 |
2007-05-04 | Make sure the connection status is retrieved every time a connection | Alberto Mardegan | 1 | -15/+18 |
2007-05-02 | Add methods for retrieving the actual and requested presence messages. | Alberto Mardegan | 3 | -0/+35 |