summaryrefslogtreecommitdiff
path: root/libempathy
Commit message (Expand)AuthorAgeFilesLines
* chatroom-manager: Save correct room nameJonas Bonn2010-03-091-1/+1
* empathy_account_settings_set_display_name_async: don't do anything if not neededGuillaume Desmottes2010-03-031-0/+7
* factor out empathy_connect_new_accountGuillaume Desmottes2010-03-022-0/+41
* Merge commit 'ka/empathy-tpl-20100225-ifdef'Guillaume Desmottes2010-02-268-9/+158
|\
| * TPL Enabling patch, all-in-one.Cosimo Alfarano2010-02-258-9/+158
* | Don't try to close channels thrice.Will Thompson2010-02-251-2/+6
|/
* Cope with tp-glib calling the callback in syncSjoerd Simons2010-02-251-16/+29
* No reason to get Channels from connections, that's MCs jobSjoerd Simons2010-02-251-27/+0
* Merge branch 'requests'. Fixes: #598905Sjoerd Simons2010-02-245-159/+231
|\
| * Not using the weak object anymore, get the dispatcher request data from reque...Sjoerd Simons2010-02-241-3/+3
| * Use a appropriate unique name for Empathy unique appSjoerd Simons2010-02-241-2/+0
| * Assert that the account existsSjoerd Simons2010-02-241-0/+2
| * Small coding style fixSjoerd Simons2010-02-241-1/+2
| * Set ourselves as the preferred handler if there is a callbackSjoerd Simons2010-02-241-2/+6
| * If we're asked to handle a channel twice, assume it's due to user actionSjoerd Simons2010-02-241-2/+15
| * Add a debug message for when errors are signaledSjoerd Simons2010-02-241-0/+2
| * Add a convenience function to get the busname of a handlerSjoerd Simons2010-02-242-1/+11
| * Output the path before trying to register itSjoerd Simons2010-02-241-1/+1
| * Replace tabs with spacesSjoerd Simons2010-02-241-2/+2
| * Remove dead code related to outstanding channelsSjoerd Simons2010-02-241-96/+2
| * Don't ever drop requested channelsSjoerd Simons2010-02-241-11/+0
| * Check if channels we requested satisfy requestsSjoerd Simons2010-02-241-18/+51
| * Request channels from the CD instead of the CMSjoerd Simons2010-02-241-27/+141
* | empathy_account_settings_has_account: cope with priv->account being NULLGuillaume Desmottes2010-02-241-0/+3
|/
* define EMPATHY_CLIENT_NAMEGuillaume Desmottes2010-02-221-0/+2
* always use empathy_tp_chat_leave instead of _closeGuillaume Desmottes2010-02-192-4/+3
* empathy_tp_chat_leave: try to remove the self-handle instead of closing (#610...Guillaume Desmottes2010-02-191-1/+35
* Introduce empathy_tp_chat_leaveGuillaume Desmottes2010-02-192-0/+8
* Use TpDebugSender to publish debug messages (#607330)Jonny Lamb2010-02-164-366/+8
* Merge branch 'ack-all'Sjoerd Simons2010-02-162-0/+8
|\
| * add API to TpChat to ack all pending messages in one goSjoerd Simons2010-02-162-0/+8
* | dispatcher_connection_new_requested_channel: fix a use-after-free crashGuillaume Desmottes2010-02-161-2/+8
|/
* Separate the accounts dialog into its own program which works with the Gnome ...Travis Reitter2010-02-111-1/+6
* Use the 'phone' icon for the 'sms' protocolGuillaume Desmottes2010-02-101-0/+2
* Use the SIP icon for the SIMPLE protocolGuillaume Desmottes2010-02-081-1/+4
* Use a GSList instead of GList to store messages to ackGuillaume Desmottes2010-02-082-7/+7
* Don't assume that removing a user from 'stored' will remove them from all listsDanielle Madeley2010-02-081-2/+0
* Ensure that the EmpathyIdle is not used in account_manager_ready_cb after bei...Travis Reitter2010-02-081-3/+16
* notify_ready_cb: use g_simple_async_result_complete instead of _in_idleGuillaume Desmottes2010-01-221-1/+1
* replace empathy_connection_managers_call_when_ready by prepare_{async_finish}...Guillaume Desmottes2010-01-222-51/+38
* add empathy_connection_managers_call_when_readyGuillaume Desmottes2010-01-222-0/+73
* remove empathy-tube-handler.c and empathy-tube-dispatchGuillaume Desmottes2010-01-184-355/+0
* stop dispatching tube channels (#599159)Guillaume Desmottes2010-01-181-1/+0
* Changed the return string of empathy_presence_get_default_message to Invisibl...G.Balaji2010-01-181-1/+1
* Support silent build rules with automake 1.11Javier Jardón2010-01-171-8/+7
* Rephrase the TP_CONNECTION_STATUS_REASON_REQUESTED message to make it clearer...Guillaume Desmottes2010-01-151-1/+1
* No need to get RequestableChannelClasses if ContactCapability is implementedGuillaume Desmottes2010-01-141-15/+23
* factor out channel_classes_to_capabilitiesGuillaume Desmottes2010-01-141-64/+58
* Use ContactCapabilities to get audio/video caps (#599163)Guillaume Desmottes2010-01-141-1/+16
* Stop using the old Capabilities iface if ContactCapabilities is implementedGuillaume Desmottes2010-01-141-20/+20