Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | stop using generated ServerTLSConnection API | Guillaume Desmottes | 2013-10-21 | 1 | -5/+3 |
| | | | | | | It's been generated in telepathy-glib since 0.19.0 https://bugzilla.gnome.org/show_bug.cgi?id=630896 | ||||
* | Add missing telepathy-glib-dbus.h includes | Xavier Claessens | 2013-10-03 | 1 | -0/+1 |
| | |||||
* | keyring: move from Empathy to tp-account-widgets | Marco Barisione | 2013-08-20 | 1 | -3/+4 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492 | ||||
* | Reorder header inclusions accordingly to the Telepathy coding style | Emanuele Aina | 2013-04-02 | 1 | -3/+3 |
| | | | | | | | | | | | | Sort by: • "config.h" • API declarations, if any • public libraries • internal headers, alphabetically sorted (mostly) http://telepathy.freedesktop.org/wiki/Style#A.23includes https://bugzilla.gnome.org/show_bug.cgi?id=697076 | ||||
* | Use a flat namespace for internal includes | Emanuele Aina | 2013-04-01 | 1 | -1/+1 |
| | | | | | | | | Directly add the libempathy, libempathy-gtk and extensions directories to the include search path. This decouples header inclusions from their location and helps when reorganizing the source files layout. https://bugzilla.gnome.org/show_bug.cgi?id=696950 | ||||
* | Consistently use `#include "config.h"` everywhere | Emanuele Aina | 2013-03-28 | 1 | -1/+1 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718 | ||||
* | include telepathy-glib.h | Guillaume Desmottes | 2012-09-17 | 1 | -2/+0 |
| | | | | | tp-glib 1.0 will enforce to only include telepathy-glib.h so best doing it to reduce the delta with the future stable branch. | ||||
* | Add Ubuntu Online Accounts auth handler | Xavier Claessens | 2012-07-23 | 1 | -0/+56 |
| | |||||
* | Move SASL mechanism implementations into its own file | Xavier Claessens | 2012-07-18 | 1 | -0/+1 |
| | | | | | | | We could have other account providers than GOA requiring this SASL code. https://bugzilla.gnome.org/show_bug.cgi?id=680160 | ||||
* | Allow user to try another password if auth failed | Guillaume Desmottes | 2011-11-23 | 1 | -0/+60 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640 | ||||
* | auth-factory: relay the auth-password-failed signal | Guillaume Desmottes | 2011-11-23 | 1 | -0/+25 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640 | ||||
* | Make GOA optional again | Danielle Madeley | 2011-11-07 | 1 | -1/+17 |
| | | | | | | | | There is an --disable-goa flag in Empathy's configure, which should be able to disable GOA, except it had been included as a required dependency. This patch makes it completely optional again. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=663442 | ||||
* | Import Facebook and windows Live GOA accounts | Xavier Claessens | 2011-11-04 | 1 | -25/+73 |
| | | | | | | Implement their auth mechanisms Fixes bug #661068 and #652544 | ||||
* | empathy-auth-client: use a TpSimpleClientFactory | Xavier Claessens | 2011-11-04 | 1 | -10/+3 |
| | | | | | This prevent TpBaseClient to create a full TpAccountManager and allow us to prepare TP_ACCOUNT_FEATURE_STORAGE feature on accounts | ||||
* | Merge remote-tracking branch 'pochu/error-dialog' | Danielle Madeley | 2011-10-14 | 1 | -3/+1 |
|\ | |||||
| * | empathy_dispatcher_chat_with_contact_id(): add optional cb | Emilio Pozuelo Monfort | 2011-09-05 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | Conflicts: libempathy-gtk/empathy-individual-menu.c libempathy-gtk/empathy-new-message-dialog.c libempathy/empathy-dispatcher.c libempathy/empathy-dispatcher.h src/empathy-chat-manager.c src/empathy-chat-window.c | ||||
* | | Use g_cclosure_marshal_generic for all signals | Xavier Claessens | 2011-09-28 | 1 | -2/+2 |
|/ | | | | No more ugly marshallers \o/ | ||||
* | use tp_channel_dispatch_operation_claim_async() (#650386) | Guillaume Desmottes | 2011-05-30 | 1 | -3/+3 |
| | |||||
* | Revert "-Fix use of include <config.h> to make sure translations work" | Guillaume Desmottes | 2011-04-04 | 1 | -4/+0 |
| | | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that... | ||||
* | -Fix use of include <config.h> to make sure translations work | Kjartan Maraas | 2011-04-04 | 1 | -0/+4 |
| | |||||
* | Remove unnecessary code in empathy_auth_factory_constructed() | Stef Walter | 2011-04-04 | 1 | -8/+0 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=645930 | ||||
* | auth-factory: allow to handle more than one auth channel at the same time ↵ | Guillaume Desmottes | 2011-03-18 | 1 | -12/+38 |
| | | | | (#645112) | ||||
* | auth-factory: use a proper priv pointer | Guillaume Desmottes | 2011-03-18 | 1 | -2/+2 |
| | |||||
* | Allow to Observe a ServerAuthentication channel while handling another one | Guillaume Desmottes | 2011-03-18 | 1 | -1/+2 |
| | | | | There is no reason to refuse to Observe it. (#645108) | ||||
* | common_checks: tell the truth in debug messages | Guillaume Desmottes | 2011-03-18 | 1 | -7/+9 |
| | | | | | It's really confusing to read a "Can't handle.." error while it's actually an observe error. | ||||
* | common_checks: rename must_be_sasl arg to observe | Guillaume Desmottes | 2011-03-18 | 1 | -2/+7 |
| | | | | It was things clearer and easier to understand. | ||||
* | Fix warnings from GCC 4.6 about variables that are set but not used. | Kjartan Maraas | 2011-03-17 | 1 | -2/+0 |
| | |||||
* | auth-factory: set Observer.DelayApprovers (#643872) | Guillaume Desmottes | 2011-03-07 | 1 | -0/+2 |
| | |||||
* | keyring: rename current functions to be more specifically about account ↵ | Jonny Lamb | 2011-01-28 | 1 | -2/+2 |
| | | | | | | passwords Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: add a comment as to why we're also an approver | Jonny Lamb | 2010-12-15 | 1 | -0/+6 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: become an Observer and claim auth channels where necessary | Jonny Lamb | 2010-12-10 | 1 | -54/+220 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | server-sasl-handler: make a GAsyncInitable and get the password | Jonny Lamb | 2010-12-06 | 1 | -12/+39 |
| | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk> | ||||
* | server-sasl-handler: add an account property | Jonny Lamb | 2010-12-03 | 1 | -1/+2 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: create ServerSASLHandlers and signal them appearing | Jonny Lamb | 2010-12-01 | 1 | -12/+78 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: add EmpathyAuthFactory::new-server-sasl-handler | Jonny Lamb | 2010-12-01 | 1 | -0/+10 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | auth-factory: also handle auth channels | Jonny Lamb | 2010-12-01 | 1 | -1/+12 |
| | | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org> | ||||
* | Use separate new/free functions for the handler context data | Cosimo Cecchi | 2010-09-09 | 1 | -8/+24 |
| | |||||
* | Don't assume there's only one concurrent TpHandleChannelsContext | Cosimo Cecchi | 2010-09-09 | 1 | -11/+21 |
| | |||||
* | Properly use errors when handling channels | Cosimo Cecchi | 2010-08-19 | 1 | -14/+56 |
| | |||||
* | Unref the handler after the signal. | Cosimo Cecchi | 2010-08-13 | 1 | -0/+1 |
| | | | | | 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. | ||||
* | Add a first skeleton of the auth factory. | Cosimo Cecchi | 2010-08-13 | 1 | -0/+208 |