aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-auth-client.c
Commit message (Collapse)AuthorAgeFilesLines
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-8/+6
| | | | | | | | | | | | 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 includesEmanuele Aina2013-04-011-9/+9
| | | | | | | | 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
* Use double quotes for all internal headersEmanuele Aina2013-04-011-9/+9
| | | | | | | This makes a bit more obvious which headers come from public libraries and which ones come from uninstalled utility libraries. https://bugzilla.gnome.org/show_bug.cgi?id=696950
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-9/+0
| | | | | | | With the help of the script posted at http://stackoverflow.com/a/7135530 and some manual fixes, drop the unused or redundant #include directives. https://bugzilla.gnome.org/show_bug.cgi?id=696718
* Consistently use `#include "config.h"` everywhereEmanuele Aina2013-03-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=696718
* include telepathy-glib.hGuillaume Desmottes2012-09-171-1/+1
| | | | | 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.
* auth-client: wait for the migration code to be done before starting the timerGuillaume Desmottes2012-08-281-2/+10
|
* Turn migration code to an async functionGuillaume Desmottes2012-08-281-1/+1
|
* Merge branch 'gnome-3-4'Guillaume Desmottes2012-06-051-2/+2
|\
| * tls_dialog_response_cb: say if we are supposed to remember the cert or notGuillaume Desmottes2012-06-051-2/+2
| | | | | | | | Will make debugging easier.
* | gedit-close-button: move CSS bits to empathy.cssGuillaume Desmottes2012-05-241-1/+1
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669473
* | Load the CSS in all empathy-* binariesGuillaume Desmottes2012-05-241-0/+3
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=669473
* | Authentification → AuthenticationGuillaume Desmottes2012-05-151-1/+1
| | | | | | | | | | | | So yeah, Authentification is actually not an English word... https://bugzilla.gnome.org/show_bug.cgi?id=676027
* | Use TpTpTLSCertificateGuillaume Desmottes2012-05-101-11/+13
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=674318
* | stop using g_thread_initGuillaume Desmottes2012-04-051-2/+0
|/ | | | | | It has been deprecated in GLib 2.31. https://bugzilla.gnome.org/show_bug.cgi?id=662662
* Add magic to automatically run tasks when empathy-auth-client is startedGuillaume Desmottes2012-03-061-0/+3
| | | | | | | empathy-auth-client is the best place to do such tasks as it will be run even if using only the Shell without Empathy's UI. https://bugzilla.gnome.org/show_bug.cgi?id=671452
* auth-client: add some more debuggingGuillaume Desmottes2011-12-081-0/+2
| | | | | I'm trying to understand what's going wrong in bug #665542 and having more debugging would help.
* Allow user to try another password if auth failedGuillaume Desmottes2011-11-231-0/+36
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640
* empathy-auth-client: use a TpSimpleClientFactoryXavier Claessens2011-11-041-1/+11
| | | | | This prevent TpBaseClient to create a full TpAccountManager and allow us to prepare TP_ACCOUNT_FEATURE_STORAGE feature on accounts
* fix unused-but-set-variable warningsMarc Plano-Lesay2011-05-051-2/+1
|
* Style changes from review for ReferenceIdentities codeStef Walter2011-03-181-1/+1
|
* Use ServerTLSConnection.ReferenceIdentities to check cert identity.Stef Walter2011-03-181-1/+5
| | | | | | | | The certificate identity can be checked against more than just one piece of information. Load and use all the reference identities to check the identity of the certificate. https://bugzilla.gnome.org/show_bug.cgi?id=645119
* auth-client: implement Debug interface (#645008)Guillaume Desmottes2011-03-171-0/+10
|
* set 'Empathy' as program class in all binariesGuillaume Desmottes2011-02-161-0/+3
| | | | | | | This will make all the empathy apps windows appear as the same application in gnome-shell. (#642440) Thanks to Owen Taylor for this trick.
* libempathy: Store certificate exceptions in gnome-keyring.Stef Walter2010-12-241-4/+10
| | | | Use libgcr to store certificate trust exceptions properly.
* server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb2010-12-061-3/+6
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* auth-client: move the password dialog into a new fileJonny Lamb2010-12-031-176/+4
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* auth-client: grab the keyboard focus when popping up the password dialogJonny Lamb2010-12-031-0/+73
| | | | | | I like this. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* auth-client: improve the password request dialogJonny Lamb2010-12-031-11/+63
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* auth-client: listen for new sasl handlers and pop up a password dialogJonny Lamb2010-12-011-2/+69
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* Fill 'user-requested' when we reject the certificateCosimo Cecchi2010-08-191-3/+11
|
* Implement a timeout machinery for the auth clientCosimo Cecchi2010-08-191-1/+63
| | | | Similar to the one used in empathy-av.c
* Rename empathy-auth-helper->empathy-auth-clientCosimo Cecchi2010-08-191-0/+198