summaryrefslogtreecommitdiff
path: root/libempathy
AgeCommit message (Expand)AuthorFilesLines
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
2009-08-31Handle SendError signal correctly, not as a messageWill Thompson1-7/+2
2009-08-31Use char* not EmpathyMessage in TpChat:send-errorWill Thompson1-3/+4
2009-08-30Add functions on the dispatcher to add/remove extra handlersSjoerd Simons2-0/+81
2009-08-30Add a simple abstraction for implementing handlersSjoerd Simons5-122/+560
2009-08-28Merge branch 'do-say-me-think'Will Thompson2-15/+59
2009-08-28Only unref the AccountManager if it's not NULLCosimo Cecchi1-1/+3
2009-08-27Don't parse message in EmpathyMessage:body setterWill Thompson1-15/+2
2009-08-27Add empathy_message_new_from_entry()Will Thompson2-0/+57
2009-08-27When not connected don't apply !offline states but save themSjoerd Simons1-5/+7
2009-08-27->connected always has the right status, so use that instead of specialcasingSjoerd Simons1-8/+1
2009-08-27Only assume connected when we have neither Connman or NMSjoerd Simons1-1/+1
2009-08-27Slightly improve debug infoSjoerd Simons1-1/+2
2009-08-27Merge commit 'jtellier/reconnect-account'Guillaume Desmottes2-0/+50
2009-08-26Remove libmissioncontrol depsPierre-Luc Beaudoin1-2/+2
2009-08-26Only request presence when the account is enabled (#593161).Cosimo Cecchi1-9/+12
2009-08-26Ensure all accounts when getting all propertiesCosimo Cecchi1-9/+71
2009-08-26Implement empathy_account_refresh_properties()Cosimo Cecchi2-7/+20
2009-08-26Fix long lines.Cosimo Cecchi1-4/+5
2009-08-26Restart MC5 when it quits or crashes (#593018).Cosimo Cecchi1-28/+47
2009-08-26- Added a utility function (empathy_account_reconnect_async) to easilyJonathan Tellier2-0/+50
2009-08-25Request presence again when an account is enabledCosimo Cecchi1-0/+17