Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-12-14 | auth-factory: add a comment as to why we're also an approver | Jonny Lamb | 1 | -0/+6 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-14 | account-settings: use tp_clear_object in dispose | Jonny Lamb | 1 | -19/+5 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-10 | account-settings: add _supports_sasl function | Jonny Lamb | 2 | -0/+10 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-10 | account-settings: don't block notify::ready on getting a password | Jonny Lamb | 1 | -6/+19 | |
The account widget acts a little more synchronously, so we can't wait for the keyring to give us the password. We can signal later about it though. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-09 | auth-factory: become an Observer and claim auth channels where necessary | Jonny Lamb | 2 | -56/+224 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-08 | account-settings: don't call TpAccount functions if we've not created it yet | Jonny Lamb | 1 | -3/+9 | |
We're creating the account so the account isn't around yet. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-08 | account-settings: add support for saving the password in the keyring ourselves | Jonny Lamb | 1 | -3/+161 | |
Only do this if the CM supports popping up SASL-enabled auth channels. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-08 | account-settings: store the TpProtocol object and notify::ready when it's ↵ | Jonny Lamb | 1 | -3/+47 | |
prepared Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-07 | Remove Ovi chat profile | Guillaume Desmottes | 1 | -1/+0 | |
Ovi services are about to change so best to wait for now. | |||||
2010-12-07 | add Ovi chat profile (#630146) | Guillaume Desmottes | 1 | -0/+1 | |
2010-12-07 | Merge branch 'sasl' | Jonny Lamb | 8 | -12/+1007 | |
2010-12-07 | server-sasl-handler: shorten very long lines | Jonny Lamb | 1 | -4/+4 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-07 | server-sasl-handler: stop using GET_PRIV | Jonny Lamb | 1 | -18/+15 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-06 | keyring: change schema to be incompatible with current MC | Jonny Lamb | 1 | -9/+9 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | server-sasl-handler: handle invalid SASL statuses | Jonny Lamb | 1 | -0/+7 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | keyring: allow set and delete password to have NULL callbacks | Jonny Lamb | 1 | -2/+0 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | keyring: add a delete_password function | Jonny Lamb | 2 | -0/+102 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | server-sasl-handler: save the password if requested | Jonny Lamb | 1 | -1/+21 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | keyring: add set_password_{async,finish} functions | Jonny Lamb | 2 | -6/+87 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | server-sasl-handler: make a GAsyncInitable and get the password | Jonny Lamb | 3 | -20/+187 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-06 | keyring: add simple keyring helper | Jonny Lamb | 3 | -0/+154 | |
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-12-04 | Fix uninitialized use of a variable | Sjoerd Simons | 1 | -1/+1 | |
2010-12-03 | chatroom-mamanger: monitor for file changes (#636360) | Guillaume Desmottes | 1 | -13/+74 | |
2010-12-03 | auth-client: improve the password request dialog | Jonny Lamb | 2 | -2/+11 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-03 | server-sasl-handler: add an account property | Jonny Lamb | 3 | -4/+38 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-02 | rename unused empathy_chatroom_manager_chat_handled() | Guillaume Desmottes | 2 | -37/+0 | |
2010-12-02 | chatroom-manager: use a room channel Observer (#636202) | Guillaume Desmottes | 1 | -0/+107 | |
2010-12-02 | remove empathy_chatroom_manager_get_count() | Guillaume Desmottes | 2 | -31/+0 | |
We don't use it any more. | |||||
2010-12-02 | chatroom-manager: unify coding style | Guillaume Desmottes | 2 | -289/+304 | |
Most of the file was already using the new style so best stay coherent. | |||||
2010-12-01 | auth-factory: create ServerSASLHandlers and signal them appearing | Jonny Lamb | 1 | -12/+78 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-01 | server-sasl-handler: added | Jonny Lamb | 3 | -0/+337 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-01 | auth-factory: add EmpathyAuthFactory::new-server-sasl-handler | Jonny Lamb | 1 | -0/+10 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-01 | auth-factory: also handle auth channels | Jonny Lamb | 1 | -1/+12 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-01 | debug: add SASL debug flag and key | Jonny Lamb | 2 | -0/+2 | |
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | |||||
2010-12-01 | tp-contact-factory: request avatar feature | Guillaume Desmottes | 1 | -0/+1 | |
We still create TpContact for muc contacts list where we want to display avatars (#636207). | |||||
2010-11-24 | empathy_message_from_tpl_log_entry: don't leak receiver and sender | Guillaume Desmottes | 1 | -6/+12 | |
2010-11-17 | Merge branch 'bug-547658' | Emilio Pozuelo Monfort | 3 | -1/+53 | |
2010-11-16 | use gsettings version of the document-font-name key (#626810) | Guillaume Desmottes | 1 | -0/+3 | |
2010-11-15 | contact: enable showing a phone next to contacts who are on phones | Jonny Lamb | 3 | -1/+53 | |
The future! Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | |||||
2010-11-15 | Make ca-certs location configurable (#634197) | Brian Pepple | 1 | -1/+1 | |
2010-11-13 | Stop using removed Individual convenience methods from folks | Philip Withnall | 1 | -1/+1 | |
They were removed from folks with commit def47dffa31a95ec6bd333f43c69822416098283. This doesn't require a dependency bump, since they're being replaced with calls to methods which exist in folks 0.3.1. See: bgo#629078. Closes: bgo#634754 | |||||
2010-11-02 | improve hash mismatch error (#632926) | Guillaume Desmottes | 1 | -2/+1 | |
2010-10-28 | chatroom-manager: ensure that we stay alive while preparing the AM | Guillaume Desmottes | 1 | -2/+5 | |
This manager uses to be always alive but that's not longer tree since we splitted the chat client (#633329). | |||||
2010-10-25 | idle.h: we have to include account from tp-glib | Guillaume Desmottes | 1 | -0/+1 | |
2010-10-20 | use tp_asv_* and TP_PROP_* | Guillaume Desmottes | 1 | -47/+23 | |
2010-10-20 | remove empathy_dispatcher_find_requestable_channel_classes_async (#632550) | Guillaume Desmottes | 2 | -130/+0 | |
2010-10-20 | no more need to iterate twice over the channel classes | Guillaume Desmottes | 1 | -41/+33 | |
2010-10-20 | empathy-ft-handler: re-implement ↵ | Guillaume Desmottes | 1 | -6/+50 | |
empathy_dispatcher_find_requestable_channel_classes_async using TpCapabilities | |||||
2010-10-20 | tp-chat: stop using EmpathyDispatcher to check if Conference is supported | Guillaume Desmottes | 1 | -12/+12 | |
2010-10-18 | Merge branch 'external-accounts' | Danielle Madeley | 1 | -2/+7 | |