]> git.0d.be Git - empathy.git/log
empathy.git
13 years agoCorrectly treat the last certificate in the chain
Cosimo Cecchi [Thu, 12 Aug 2010 16:46:08 +0000 (18:46 +0200)]
Correctly treat the last certificate in the chain

I.e. emit SelfSigned if we don't have any trusted CAs in our cache.

13 years agoUse the right GnuTLS->Tp mapping for reasons.
Cosimo Cecchi [Thu, 12 Aug 2010 16:45:05 +0000 (18:45 +0200)]
Use the right GnuTLS->Tp mapping for reasons.

13 years agoUse the right index to access the cert array.
Cosimo Cecchi [Wed, 11 Aug 2010 17:44:08 +0000 (19:44 +0200)]
Use the right index to access the cert array.

13 years agoMake sure to release all the references
Cosimo Cecchi [Wed, 11 Aug 2010 17:01:01 +0000 (19:01 +0200)]
Make sure to release all the references

13 years agoWhitespace fix
Cosimo Cecchi [Wed, 11 Aug 2010 16:35:36 +0000 (18:35 +0200)]
Whitespace fix

13 years agoVerify the certificate from the helper.
Cosimo Cecchi [Wed, 11 Aug 2010 16:35:20 +0000 (18:35 +0200)]
Verify the certificate from the helper.

13 years agoAdd debug output
Cosimo Cecchi [Wed, 11 Aug 2010 16:35:01 +0000 (18:35 +0200)]
Add debug output

13 years agoUpdate to the new tp-spec API
Cosimo Cecchi [Wed, 11 Aug 2010 16:34:49 +0000 (18:34 +0200)]
Update to the new tp-spec API

13 years agoAdd Hostname and Certificate properties
Cosimo Cecchi [Wed, 11 Aug 2010 16:34:12 +0000 (18:34 +0200)]
Add Hostname and Certificate properties

13 years agoUpdate spec snapshot
Cosimo Cecchi [Wed, 11 Aug 2010 16:33:36 +0000 (18:33 +0200)]
Update spec snapshot

13 years agoAdd EmpathyTLSVerifier
Cosimo Cecchi [Wed, 11 Aug 2010 16:33:08 +0000 (18:33 +0200)]
Add EmpathyTLSVerifier

This also introduces a dependency on GnuTLS

13 years agoUpdate for the new tp-spec API
Cosimo Cecchi [Mon, 9 Aug 2010 10:27:47 +0000 (12:27 +0200)]
Update for the new tp-spec API

13 years agoUpdate to the merged spec.
Cosimo Cecchi [Mon, 9 Aug 2010 10:27:09 +0000 (12:27 +0200)]
Update to the merged spec.

13 years agoAdd the proxy properties and methods.
Cosimo Cecchi [Thu, 22 Jul 2010 17:28:23 +0000 (19:28 +0200)]
Add the proxy properties and methods.

Mirror them on the GObject itself, for Empathy to use and consume them.

13 years agoAdd the Authentication.TLSCertificate iface
Cosimo Cecchi [Thu, 22 Jul 2010 17:27:07 +0000 (19:27 +0200)]
Add the Authentication.TLSCertificate iface

13 years agoUnref the handler after the signal.
Cosimo Cecchi [Thu, 22 Jul 2010 17:26:13 +0000 (19:26 +0200)]
Unref the handler after the signal.

It's useless at that point, as it only carries the TLS certificate;
also, if someone wants to keep it, they can always ref it.

13 years agoAdd a debug flag for TLS
Cosimo Cecchi [Mon, 12 Jul 2010 17:32:39 +0000 (19:32 +0200)]
Add a debug flag for TLS

13 years agoAdd the service files for the new client.
Cosimo Cecchi [Mon, 12 Jul 2010 17:31:54 +0000 (19:31 +0200)]
Add the service files for the new client.

13 years agoAdd tp-spec extensions for TLS auth.
Cosimo Cecchi [Fri, 9 Jul 2010 14:44:11 +0000 (16:44 +0200)]
Add tp-spec extensions for TLS auth.

13 years agoAdd a first skeleton of the auth helper.
Cosimo Cecchi [Fri, 9 Jul 2010 14:43:49 +0000 (16:43 +0200)]
Add a first skeleton of the auth helper.

13 years agoAdd a first skeleton of the auth factory.
Cosimo Cecchi [Fri, 9 Jul 2010 14:43:25 +0000 (16:43 +0200)]
Add a first skeleton of the auth factory.

13 years agoAdd EmpathyServerTLSHandler.
Cosimo Cecchi [Thu, 22 Jul 2010 15:50:30 +0000 (17:50 +0200)]
Add EmpathyServerTLSHandler.

13 years agoAdd EmpathyTLSCertificate.
Cosimo Cecchi [Thu, 22 Jul 2010 15:50:09 +0000 (17:50 +0200)]
Add EmpathyTLSCertificate.

13 years agoevent-manager: we don't use the dispatcher any more
Guillaume Desmottes [Fri, 13 Aug 2010 10:21:23 +0000 (12:21 +0200)]
event-manager: we don't use the dispatcher any more

13 years agoempathy_contact_new can be static now
Guillaume Desmottes [Fri, 13 Aug 2010 09:12:10 +0000 (11:12 +0200)]
empathy_contact_new can be static now

Everyone should use empathy_contact_dup_from_tp_contact()

13 years agopersona-view: use empathy_contact_dup_from_tp_contact instead of empathy_contact_new
Guillaume Desmottes [Fri, 13 Aug 2010 09:12:00 +0000 (11:12 +0200)]
persona-view: use empathy_contact_dup_from_tp_contact instead of empathy_contact_new

13 years agopersona-store: use empathy_contact_dup_from_tp_contact instead of empathy_contact_new
Guillaume Desmottes [Fri, 13 Aug 2010 09:08:52 +0000 (11:08 +0200)]
persona-store: use empathy_contact_dup_from_tp_contact instead of empathy_contact_new

13 years agoadd g_return_val_if_fail in _new functions
Guillaume Desmottes [Thu, 12 Aug 2010 15:00:15 +0000 (17:00 +0200)]
add g_return_val_if_fail in _new functions

13 years agoempathy_tp_call_get_connection_manager: use the account directly
Guillaume Desmottes [Thu, 12 Aug 2010 14:37:52 +0000 (16:37 +0200)]
empathy_tp_call_get_connection_manager: use the account directly

13 years agotp-call: add account property
Guillaume Desmottes [Thu, 12 Aug 2010 14:34:52 +0000 (16:34 +0200)]
tp-call: add account property

13 years agochat: get the account from the tp-chat
Guillaume Desmottes [Thu, 12 Aug 2010 14:25:53 +0000 (16:25 +0200)]
chat: get the account from the tp-chat

13 years agotp-chat: add 'account' property
Guillaume Desmottes [Thu, 12 Aug 2010 14:16:27 +0000 (16:16 +0200)]
tp-chat: add 'account' property

13 years agoUpdated Slovenian translation
Matej Urbančič [Thu, 12 Aug 2010 12:09:58 +0000 (14:09 +0200)]
Updated Slovenian translation

13 years agowidget-irc: call update_server_params in setup so buttons are updated (#626620)
Guillaume Desmottes [Thu, 12 Aug 2010 10:24:39 +0000 (12:24 +0200)]
widget-irc: call update_server_params in setup so buttons are updated (#626620)

Thanks to Bilal Akhtar for the original patch.

13 years agocompare accounts using their object paths rather than their TpAccount
Guillaume Desmottes [Thu, 12 Aug 2010 09:12:34 +0000 (11:12 +0200)]
compare accounts using their object paths rather than their TpAccount

It's safer and we could have 2 proxies for the same Account.

13 years agouse tp_strdiff
Guillaume Desmottes [Thu, 12 Aug 2010 09:06:46 +0000 (11:06 +0200)]
use tp_strdiff

13 years agouse explicit pointer comparaisons
Guillaume Desmottes [Thu, 12 Aug 2010 09:03:14 +0000 (11:03 +0200)]
use explicit pointer comparaisons

13 years agoselect_account_once_ready: free the account and ID to avoid leaks
Guillaume Desmottes [Thu, 12 Aug 2010 08:55:12 +0000 (10:55 +0200)]
select_account_once_ready: free the account and ID to avoid leaks

13 years agobump logger dep to 0.1.5
Guillaume Desmottes [Wed, 11 Aug 2010 14:27:07 +0000 (16:27 +0200)]
bump logger dep to 0.1.5

The fix for #622714 relies on fdo #29058 which has been fixed in logger 0.1.5

13 years agoselect the account once we have populated the model with its chats (#622714)
Guillaume Desmottes [Wed, 14 Jul 2010 13:36:04 +0000 (15:36 +0200)]
select the account once we have populated the model with its chats (#622714)

13 years agolog_manager_got_chats_cb: don't rely on the selected account any more
Guillaume Desmottes [Wed, 14 Jul 2010 13:10:22 +0000 (15:10 +0200)]
log_manager_got_chats_cb: don't rely on the selected account any more

Getting the chats is now an async operation, so the selected account could
have changed while we were fetching the chats. So instead of using the
currently selected account we use the account we receive from the hit.

Note that this depends on this fix in the logger:
https://bugs.freedesktop.org/show_bug.cgi?id=29058

13 years agono need to pass account and chat infos to log_window_chats_set_selected
Guillaume Desmottes [Tue, 13 Jul 2010 13:49:54 +0000 (15:49 +0200)]
no need to pass account and chat infos to log_window_chats_set_selected

13 years agoalso use select_account_once_ready when the window already exists
Guillaume Desmottes [Tue, 13 Jul 2010 13:44:08 +0000 (15:44 +0200)]
also use select_account_once_ready when the window already exists

13 years agokeep a ref on the account
Guillaume Desmottes [Tue, 13 Jul 2010 13:42:45 +0000 (15:42 +0200)]
keep a ref on the account

13 years agofactor out select_account_once_ready
Guillaume Desmottes [Tue, 13 Jul 2010 13:41:33 +0000 (15:41 +0200)]
factor out select_account_once_ready

13 years agoFix linking menu entry mnemonic
Philip Withnall [Wed, 11 Aug 2010 16:39:54 +0000 (17:39 +0100)]
Fix linking menu entry mnemonic

Closes: bgo#626130
13 years agoAdd EmpathyLinkingDialog
Philip Withnall [Thu, 5 Aug 2010 16:28:16 +0000 (17:28 +0100)]
Add EmpathyLinkingDialog

A dialogue which uses EmpathyIndividualLinker to allow linking of Individuals,
accessible by a "Link" entry in the contacts' context menu.

13 years agoAllow linking personas through EmpathyIndividualManager
Philip Withnall [Mon, 9 Aug 2010 10:25:20 +0000 (11:25 +0100)]
Allow linking personas through EmpathyIndividualManager

Wrap the FolksIndividualAggregator persona linking API in
EmpathyIndividualManager with some basic error reporting (it isn't expected
that linking will fail).

13 years agoAdd EmpathyIndividualLinker
Philip Withnall [Thu, 5 Aug 2010 16:27:24 +0000 (17:27 +0100)]
Add EmpathyIndividualLinker

This is a widget to allow selection of Individuals to link together to form
linked Individuals.

13 years agoAdd EmpathyIndividualWidget
Philip Withnall [Thu, 5 Aug 2010 16:27:44 +0000 (17:27 +0100)]
Add EmpathyIndividualWidget

This displays details for a single Individual, in much the same way that
EmpathyContactWidget displays the details of a single Persona.

13 years agoAdd EmpathyPersonaStore and EmpathyPersonaView
Philip Withnall [Wed, 4 Aug 2010 15:49:11 +0000 (16:49 +0100)]
Add EmpathyPersonaStore and EmpathyPersonaView

Based on stripped-down versions of EmpathyContactListStore and
EmpathyContactListView, these allow listing of all the Personas for a given
Individual.

13 years agoBump libfolks requirement to 0.1.13 for the linking API changes
Philip Withnall [Wed, 11 Aug 2010 16:29:47 +0000 (17:29 +0100)]
Bump libfolks requirement to 0.1.13 for the linking API changes

13 years agoOnly enable row reordering in EmpathyIndividualView if dragging is enabled
Philip Withnall [Thu, 5 Aug 2010 16:14:06 +0000 (17:14 +0100)]
Only enable row reordering in EmpathyIndividualView if dragging is enabled

13 years agoUpdated galician translations
Fran Diéguez [Wed, 11 Aug 2010 16:27:41 +0000 (18:27 +0200)]
Updated galician translations

13 years agoremove empathy-dispatch-operation
Guillaume Desmottes [Wed, 11 Aug 2010 15:30:40 +0000 (17:30 +0200)]
remove empathy-dispatch-operation

13 years agodispatcher: remove more unused attributes and code
Guillaume Desmottes [Wed, 11 Aug 2010 15:22:46 +0000 (17:22 +0200)]
dispatcher: remove more unused attributes and code

13 years agoMerge remote branch 'lfrb/ft-cancel'
Guillaume Desmottes [Wed, 11 Aug 2010 15:28:01 +0000 (17:28 +0200)]
Merge remote branch 'lfrb/ft-cancel'

13 years agodispatcher: use TpCapabilities to get the RCC (#626636)
Guillaume Desmottes [Wed, 11 Aug 2010 15:15:26 +0000 (17:15 +0200)]
dispatcher: use TpCapabilities to get the RCC (#626636)

13 years agodispatcher: use tp_proxy_prepare_async instead of tp_connection_call_when_ready
Guillaume Desmottes [Wed, 11 Aug 2010 15:05:33 +0000 (17:05 +0200)]
dispatcher: use tp_proxy_prepare_async instead of tp_connection_call_when_ready

13 years agoIgnore socket errors when closing the file-transfer channel
Louis-Francis Ratté-Boulianne [Wed, 11 Aug 2010 15:09:34 +0000 (11:09 -0400)]
Ignore socket errors when closing the file-transfer channel

13 years agobye bye empathy-handler
Guillaume Desmottes [Wed, 11 Aug 2010 14:44:33 +0000 (16:44 +0200)]
bye bye empathy-handler

13 years agodispatcher: remove channel handling and requesting code
Guillaume Desmottes [Tue, 10 Aug 2010 15:27:56 +0000 (17:27 +0200)]
dispatcher: remove channel handling and requesting code

13 years agoMerge branch 'request-chat-626630'
Guillaume Desmottes [Wed, 11 Aug 2010 14:20:42 +0000 (16:20 +0200)]
Merge branch 'request-chat-626630'

13 years agoempathy_dispatcher_join_muc: use TpAccountChannelRequest
Guillaume Desmottes [Wed, 11 Aug 2010 13:32:52 +0000 (15:32 +0200)]
empathy_dispatcher_join_muc: use TpAccountChannelRequest

13 years agoempathy_dispatcher_join_muc: get an account instead of a connection
Guillaume Desmottes [Wed, 11 Aug 2010 13:28:09 +0000 (15:28 +0200)]
empathy_dispatcher_join_muc: get an account instead of a connection

13 years agore-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_chat_with_...
Guillaume Desmottes [Wed, 11 Aug 2010 13:08:39 +0000 (15:08 +0200)]
re-implement empathy_dispatcher_chat_with_contact using empathy_dispatcher_chat_with_contact_id

We don't use the callback arg anyway.

13 years agoempathy_dispatcher_chat_with_contact_id: use TpAccountChannelRequest
Guillaume Desmottes [Wed, 11 Aug 2010 12:54:44 +0000 (14:54 +0200)]
empathy_dispatcher_chat_with_contact_id: use TpAccountChannelRequest

13 years agoempathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConnection
Guillaume Desmottes [Wed, 11 Aug 2010 12:48:40 +0000 (14:48 +0200)]
empathy_dispatcher_chat_with_contact_id: get a TpAccount instead of a TpConnection

13 years agoUpdated Slovenian translation
Matej Urbančič [Wed, 11 Aug 2010 12:40:22 +0000 (14:40 +0200)]
Updated Slovenian translation

13 years agoempathy_dispatcher_chat_with_contact_id: remove callback argument
Guillaume Desmottes [Wed, 11 Aug 2010 12:32:02 +0000 (14:32 +0200)]
empathy_dispatcher_chat_with_contact_id: remove callback argument

It's unused anyway.

13 years agoempathy_call_factory_new_call_with_streams: don't leak the hash table
Guillaume Desmottes [Wed, 11 Aug 2010 12:17:57 +0000 (14:17 +0200)]
empathy_call_factory_new_call_with_streams: don't leak the hash table

13 years agoshare-my-desktop: use TpAccountChannelRequest
Guillaume Desmottes [Tue, 10 Aug 2010 15:25:35 +0000 (17:25 +0200)]
share-my-desktop: use TpAccountChannelRequest

13 years agotp-chat: use TpAccountChannelRequest
Guillaume Desmottes [Tue, 10 Aug 2010 15:19:12 +0000 (17:19 +0200)]
tp-chat: use TpAccountChannelRequest

13 years agonew-call-dialog: use TpAccountChannelRequest
Guillaume Desmottes [Tue, 10 Aug 2010 15:07:08 +0000 (17:07 +0200)]
new-call-dialog: use TpAccountChannelRequest

13 years agocall-factory: use TpAccountChannelRequest to request the media channel
Guillaume Desmottes [Tue, 10 Aug 2010 14:44:48 +0000 (16:44 +0200)]
call-factory: use TpAccountChannelRequest to request the media channel

13 years agoempathy_call_factory_new_call_with_streams: remove callback arg
Guillaume Desmottes [Mon, 9 Aug 2010 12:57:08 +0000 (14:57 +0200)]
empathy_call_factory_new_call_with_streams: remove callback arg

If you want to handle the channel yourself then use TpAccountChannelRequest.

13 years agoempathy_call_handler_start_call: use tp_account_channel_request_create_and_handle_cha...
Guillaume Desmottes [Mon, 9 Aug 2010 12:53:40 +0000 (14:53 +0200)]
empathy_call_handler_start_call: use tp_account_channel_request_create_and_handle_channel_async

13 years agofactor out empathy_call_factory_create_request
Guillaume Desmottes [Mon, 9 Aug 2010 12:53:08 +0000 (14:53 +0200)]
factor out empathy_call_factory_create_request

13 years agoadd support for the errors introduced in spec 0.19.11
Guillaume Desmottes [Wed, 11 Aug 2010 08:19:12 +0000 (10:19 +0200)]
add support for the errors introduced in spec 0.19.11

13 years agofix indentation
Guillaume Desmottes [Wed, 11 Aug 2010 10:18:40 +0000 (12:18 +0200)]
fix indentation

13 years agoDon't abort when closing the FT dialogue
Philip Withnall [Tue, 10 Aug 2010 16:38:32 +0000 (17:38 +0100)]
Don't abort when closing the FT dialogue

Ensure we handle the case where the dialogue is closed by the window
manager or programmatically gracefully.

13 years agoUse GimpNet as default IRC network (#625675)
Bilal Akhtar [Wed, 11 Aug 2010 08:43:20 +0000 (10:43 +0200)]
Use GimpNet as default IRC network (#625675)

13 years agostop using Empathy's internal dispatcher to request FT channel
Guillaume Desmottes [Thu, 1 Jul 2010 15:05:32 +0000 (17:05 +0200)]
stop using Empathy's internal dispatcher to request FT channel

13 years agobump tp-glib dep to 0.11.12
Guillaume Desmottes [Tue, 10 Aug 2010 14:18:43 +0000 (16:18 +0200)]
bump tp-glib dep to 0.11.12

We need it for TpAccountChannelRequest.

13 years agoUse TpSimpleHandler to handle incoming file transfer (#623139)
Guillaume Desmottes [Tue, 29 Jun 2010 15:14:25 +0000 (17:14 +0200)]
Use TpSimpleHandler to handle incoming file transfer (#623139)

13 years agotp-file: remove unused ready variable
Guillaume Desmottes [Tue, 29 Jun 2010 15:09:24 +0000 (17:09 +0200)]
tp-file: remove unused ready variable

13 years agotp-file: no need to pass the incoming property during construction
Guillaume Desmottes [Tue, 29 Jun 2010 15:06:11 +0000 (17:06 +0200)]
tp-file: no need to pass the incoming property during construction

We can infer it from the channel properties.

13 years agocall-factory: don't leak the handler
Guillaume Desmottes [Tue, 29 Jun 2010 14:45:34 +0000 (16:45 +0200)]
call-factory: don't leak the handler

13 years agostop handling internally FT channels
Guillaume Desmottes [Tue, 29 Jun 2010 14:39:06 +0000 (16:39 +0200)]
stop handling internally FT channels

13 years agoremove empathy_dispatcher_send_file_to_contact prototype
Guillaume Desmottes [Tue, 10 Aug 2010 15:30:53 +0000 (17:30 +0200)]
remove empathy_dispatcher_send_file_to_contact prototype

13 years agoempathy_contact_selector_dialog_get_selected: allow to get the account as well
Guillaume Desmottes [Tue, 10 Aug 2010 14:58:45 +0000 (16:58 +0200)]
empathy_contact_selector_dialog_get_selected: allow to get the account as well

13 years agoUpdated Swedish translation
Daniel Nylander [Tue, 10 Aug 2010 13:50:52 +0000 (15:50 +0200)]
Updated Swedish translation

13 years agoMinor coding style fixes in EmpathyIndividual[Store|View]
Philip Withnall [Mon, 9 Aug 2010 14:49:11 +0000 (15:49 +0100)]
Minor coding style fixes in EmpathyIndividual[Store|View]

13 years agoempathy-individual-menu: no need to get the call factory
Guillaume Desmottes [Mon, 9 Aug 2010 13:28:53 +0000 (15:28 +0200)]
empathy-individual-menu: no need to get the call factory

13 years agoUpdated Slovenian translation
Matej Urbančič [Mon, 9 Aug 2010 12:49:33 +0000 (14:49 +0200)]
Updated Slovenian translation

13 years agoAllow translators to localize time formats (#623934)
Nicolò Chieffo [Mon, 9 Aug 2010 11:25:11 +0000 (13:25 +0200)]
Allow translators to localize time formats (#623934)

13 years agoFix capability change notification in the EmpathyIndividualStore
Philip Withnall [Fri, 6 Aug 2010 09:40:38 +0000 (10:40 +0100)]
Fix capability change notification in the EmpathyIndividualStore

Closes: bgo#626162
13 years agoonly show label during search
Felix Kaser [Mon, 9 Aug 2010 09:25:21 +0000 (11:25 +0200)]
only show label during search

don't change the behavior of the contact list when empty
(without searching)

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Mon, 9 Aug 2010 09:21:44 +0000 (12:21 +0300)]
Updated Hebrew translation.

13 years agoUpdated Hebrew translation.
Yaron Shahrabani [Mon, 9 Aug 2010 09:12:57 +0000 (12:12 +0300)]
Updated Hebrew translation.