summaryrefslogtreecommitdiff
path: root/libempathy/empathy-server-sasl-handler.c
AgeCommit message (Expand)AuthorFilesLines
2013-10-03Add missing telepathy-glib-dbus.h includesXavier Claessens1-0/+1
2013-08-20keyring: move from Empathy to tp-account-widgetsMarco Barisione1-6/+7
2013-04-01Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina1-3/+2
2013-04-01Use a flat namespace for internal includesEmanuele Aina1-1/+1
2013-04-01Use double quotes for all internal headersEmanuele Aina1-1/+1
2013-03-27Drop unused/redundant header inclusionsEmanuele Aina1-2/+0
2012-09-17include telepathy-glib.hGuillaume Desmottes1-2/+0
2012-09-11use tp_channel_dup_immutable_properties()Guillaume Desmottes1-7/+8
2012-09-11sasl-handler: factor out channel_has_may_save_response()Guillaume Desmottes1-24/+24
2012-08-27Move X-TELEPATHY-PASSWORD mechanism code into empathy-sasl-mechanisms.cXavier Claessens1-80/+26
2012-08-27Remember password at least until session restartXavier Claessens1-8/+4
2012-03-07add missing config.h includesGuillaume Desmottes1-0/+2
2011-11-23server-sasl-handler: add auth-password-failed signalGuillaume Desmottes1-0/+16
2011-09-28Use g_cclosure_marshal_generic for all signalsXavier Claessens1-1/+1
2011-09-14sasl-handler: only save password if we manage to connectGuillaume Desmottes1-22/+34
2011-08-02empathy_server_sasl_handler_class_init: properly initialize the dispose functionAlexey Fisher1-1/+1
2011-04-04Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes1-4/+0
2011-04-04-Fix use of include <config.h> to make sure translations workKjartan Maraas1-0/+4
2011-03-18add empathy_server_sasl_handler_get_channel()Guillaume Desmottes1-0/+12
2011-03-17server-sasl-handler: remove stored password if they can't be savedGuillaume Desmottes1-0/+6
2011-03-03Only show the "Remember password" tickybox if we can do thatDanielle Madeley1-0/+37
2011-03-03Implement MaySaveResponse and Ch.I.CredentialsStorage in SASL handlerDanielle Madeley1-3/+40
2011-01-28keyring: rename current functions to be more specifically about account passw...Jonny Lamb1-4/+4
2010-12-15server-sasl-handler: add more debugging and only call Close in Status_SucceededJonny Lamb1-1/+5
2010-12-07server-sasl-handler: shorten very long linesJonny Lamb1-4/+4
2010-12-07server-sasl-handler: stop using GET_PRIVJonny Lamb1-18/+15
2010-12-06server-sasl-handler: handle invalid SASL statusesJonny Lamb1-0/+7
2010-12-06server-sasl-handler: save the password if requestedJonny Lamb1-1/+21
2010-12-06server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb1-6/+139
2010-12-03auth-client: improve the password request dialogJonny Lamb1-1/+9
2010-12-03server-sasl-handler: add an account propertyJonny Lamb1-2/+32
2010-12-01server-sasl-handler: addedJonny Lamb1-0/+264