aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-server-sasl-handler.c
Commit message (Expand)AuthorAgeFilesLines
* Add missing telepathy-glib-dbus.h includesXavier Claessens2013-10-031-0/+1
* keyring: move from Empathy to tp-account-widgetsMarco Barisione2013-08-201-6/+7
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-3/+2
* Use a flat namespace for internal includesEmanuele Aina2013-04-011-1/+1
* Use double quotes for all internal headersEmanuele Aina2013-04-011-1/+1
* Drop unused/redundant header inclusionsEmanuele Aina2013-03-281-2/+0
* include telepathy-glib.hGuillaume Desmottes2012-09-171-2/+0
* use tp_channel_dup_immutable_properties()Guillaume Desmottes2012-09-111-7/+8
* sasl-handler: factor out channel_has_may_save_response()Guillaume Desmottes2012-09-111-24/+24
* Move X-TELEPATHY-PASSWORD mechanism code into empathy-sasl-mechanisms.cXavier Claessens2012-08-271-80/+26
* Remember password at least until session restartXavier Claessens2012-08-271-8/+4
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+2
* server-sasl-handler: add auth-password-failed signalGuillaume Desmottes2011-11-231-0/+16
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-1/+1
* sasl-handler: only save password if we manage to connectGuillaume Desmottes2011-09-141-22/+34
* empathy_server_sasl_handler_class_init: properly initialize the dispose functionAlexey Fisher2011-08-021-1/+1
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-041-4/+0
* -Fix use of include <config.h> to make sure translations workKjartan Maraas2011-04-041-0/+4
* add empathy_server_sasl_handler_get_channel()Guillaume Desmottes2011-03-181-0/+12
* server-sasl-handler: remove stored password if they can't be savedGuillaume Desmottes2011-03-171-0/+6
* Only show the "Remember password" tickybox if we can do thatDanielle Madeley2011-03-031-0/+37
* Implement MaySaveResponse and Ch.I.CredentialsStorage in SASL handlerDanielle Madeley2011-03-031-3/+40
* keyring: rename current functions to be more specifically about account passw...Jonny Lamb2011-01-281-4/+4
* server-sasl-handler: add more debugging and only call Close in Status_SucceededJonny Lamb2010-12-151-1/+5
* server-sasl-handler: shorten very long linesJonny Lamb2010-12-071-4/+4
* server-sasl-handler: stop using GET_PRIVJonny Lamb2010-12-071-18/+15
* server-sasl-handler: handle invalid SASL statusesJonny Lamb2010-12-061-0/+7
* server-sasl-handler: save the password if requestedJonny Lamb2010-12-061-1/+21
* server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb2010-12-061-6/+139
* auth-client: improve the password request dialogJonny Lamb2010-12-031-1/+9
* server-sasl-handler: add an account propertyJonny Lamb2010-12-031-2/+32
* server-sasl-handler: addedJonny Lamb2010-12-011-0/+264