aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-server-sasl-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* server-sasl-handler: add more debugging and only call Close in Status_SucceededJonny Lamb2011-01-261-1/+5
| | | | | | | | Calling Close() straight after AcceptSASL() should be fine, but it crashed gabble on versions < 0.11.4. Waiting for State_Accepted is fine though. Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: shorten very long linesJonny Lamb2011-01-261-4/+4
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: stop using GET_PRIVJonny Lamb2011-01-261-18/+15
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: handle invalid SASL statusesJonny Lamb2011-01-261-0/+7
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* server-sasl-handler: save the password if requestedJonny Lamb2011-01-261-1/+21
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb2011-01-261-6/+139
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* auth-client: improve the password request dialogJonny Lamb2011-01-261-1/+9
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: add an account propertyJonny Lamb2011-01-261-2/+32
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: addedJonny Lamb2011-01-261-0/+264
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>