summaryrefslogtreecommitdiff
path: root/libempathy
AgeCommit message (Expand)AuthorFilesLines
2009-11-18tp-chat: no need to connect twice on the ChatStateChanged signalGuillaume Desmottes1-4/+0
2009-11-17We should ensure, not create muc channelsSjoerd Simons1-0/+1
2009-11-11empathy-tp-contact-factory: ensure that empathy_tp_contact_factory_get_from_h...Guillaume Desmottes1-1/+18
2009-11-11empathy_dispatch_operation_dispose: fix crash when disconnecting the ready si...Guillaume Desmottes1-5/+3
2009-11-03empathy-dispatch-operation: ensure that the operation stays alive while tp_ch...Guillaume Desmottes1-2/+12
2009-11-03empathy-dispatch-operation: ensure that the operation stays alive while tp_co...Guillaume Desmottes1-0/+12
2009-10-26dispatcher_request_handles_cb: use request_data->dispatcher to get the self p...Guillaume Desmottes1-1/+1
2009-10-21empathy-account-settings: fix CLAMP usageGuillaume Desmottes1-7/+9
2009-10-19Ensure we don't try to register invalid bus namesSjoerd Simons1-5/+6
2009-10-19Unset pending_call explicitly instead of implicitlySjoerd Simons1-2/+11
2009-10-19Move destruction of connections from finalize to dispose.Mike Ruprecht1-8/+12
2009-10-19Remove the weak_object parameter when requesting channels.Mike Ruprecht1-8/+10
2009-10-19Cancel outstanding channel requests if connection to the CM is lost.Mike Ruprecht1-4/+11
2009-10-19empathy_account_settings_get_tp_params: don't raise an error if tp_protocol i...Guillaume Desmottes1-1/+9
2009-10-19empathy-account-settings: don't cache the TpConnectionManagerProtocolGuillaume Desmottes1-6/+12
2009-10-17idle: work around the case if the session doesn't tell us when we go idle (fi...Jonny Lamb1-6/+17
2009-10-15Iterate avatar tokens with a GHashTableIterWill Thompson1-30/+19
2009-10-15Get rid of the last two _run_ calls in EmpathyWill Thompson1-31/+29
2009-10-14copy empathy_signal_connect_weak from telepathy-gabbleGuillaume Desmottes2-0/+90
2009-10-05remove empathy_account_manager_remove from header; function has been removedGuillaume Desmottes1-3/+0
2009-10-05remove empathy_tp_contact_list_can_add from header; function has been removedGuillaume Desmottes1-1/+0
2009-09-20Set the ice-udp capability directly as wellSjoerd Simons1-1/+3
2009-09-16Fix indentation of previous patchXavier Claessens1-1/+3
2009-09-16empathy_avatar_new takes ownership of arguments. Do not free filename.Xavier Claessens1-2/+2
2009-09-16Only handle manually text channels.Cosimo Cecchi1-0/+6
2009-09-16Dispatch existing channels once we initialize the connection.Cosimo Cecchi1-0/+21
2009-09-16Fix long lines.Cosimo Cecchi1-6/+8
2009-09-16Always call _ensure_channel for text chats.Cosimo Cecchi1-10/+42
2009-09-14Plug some leaksCosimo Cecchi2-0/+5
2009-09-13Assert that we get a non-null account passed when creating a contact for a logSjoerd Simons1-0/+1
2009-09-13When getting messages for a file, pass the account as we already know itSjoerd Simons1-14/+4
2009-09-13Check if the remote-contact is actually there before putting it on the listSjoerd Simons1-1/+2
2009-09-09dispatcher_request_failed: check if conn_data is not NULLGuillaume Desmottes1-2/+7
2009-09-09empathy_account_settings_get_uint32: check if empathy_account_settings_get re...Guillaume Desmottes1-0/+2
2009-09-08chatroom-manager: add a ready propertyJonny Lamb1-0/+18
2009-09-06tp-contact-factory: allow _get_from_handles to call with no handles.Jonny Lamb1-0/+5
2009-09-06chatroom-manager: only parse xml file once the account manager is readyJonny Lamb1-1/+31
2009-09-01Add stream-closed signal to EmpathyCallHandler for when a stream is closedOlivier CrĂȘte1-0/+16
2009-09-01Fix long lines.Cosimo Cecchi1-2/+4
2009-09-01Be sure that FindChannelRequest has a ref to the DispatcherCosimo Cecchi1-1/+1
2009-09-01Don't set empty values for the default EmpathyHandlerCosimo Cecchi2-0/+14
2009-08-31Always try to use the Requests interface before calling RequestChannelSjoerd Simons1-10/+43
2009-08-31Add display name for "gtalk"Cosimo Cecchi1-0/+1
2009-08-31Fix a long lineCosimo Cecchi1-1/+2
2009-08-31Use empathy_protocol_icon_name()Cosimo Cecchi1-1/+1
2009-08-31Fall back to the default icon if an empty icon name is setCosimo Cecchi1-5/+6
2009-08-31Always set the icon name on account creation.Cosimo Cecchi1-5/+2
2009-08-31Implement setting icon name to the account and to the settings.Cosimo Cecchi4-2/+166
2009-08-31Be consistent with EmpathyMessage style.Will Thompson1-8/+16
2009-08-31Ack received messages from ourself.Will Thompson3-2/+44