aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-server-sasl-handler.c
Commit message (Collapse)AuthorAgeFilesLines
* include telepathy-glib.hGuillaume Desmottes2012-09-171-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.
* use tp_channel_dup_immutable_properties()Guillaume Desmottes2012-09-111-7/+8
| | | | tp_channel_borrow_immutable_properties() has been deprecated.
* 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
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* Remember password at least until session restartXavier Claessens2012-08-271-8/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776
* add missing config.h includesGuillaume Desmottes2012-03-071-0/+2
|
* server-sasl-handler: add auth-password-failed signalGuillaume Desmottes2011-11-231-0/+16
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=661640
* Use g_cclosure_marshal_generic for all signalsXavier Claessens2011-09-281-1/+1
| | | | No more ugly marshallers \o/
* sasl-handler: only save password if we manage to connectGuillaume Desmottes2011-09-141-22/+34
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=659053
* empathy_server_sasl_handler_class_init: properly initialize the dispose functionAlexey Fisher2011-08-021-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=655788
* Revert "-Fix use of include <config.h> to make sure translations work"Guillaume Desmottes2011-04-041-4/+0
| | | | | | This reverts commit f0f99ffaa08240fbb72d7eed198368fd22fe4c47. Sorry, I didn't mean to push that...
* -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 ↵Jonny Lamb2011-01-281-4/+4
| | | | | | passwords Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: add more debugging and only call Close in Status_SucceededJonny Lamb2010-12-151-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 Lamb2010-12-071-4/+4
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: stop using GET_PRIVJonny Lamb2010-12-071-18/+15
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: handle invalid SASL statusesJonny Lamb2010-12-061-0/+7
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* server-sasl-handler: save the password if requestedJonny Lamb2010-12-061-1/+21
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* server-sasl-handler: make a GAsyncInitable and get the passwordJonny Lamb2010-12-061-6/+139
| | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* auth-client: improve the password request dialogJonny Lamb2010-12-031-1/+9
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: add an account propertyJonny Lamb2010-12-031-2/+32
| | | | Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>
* server-sasl-handler: addedJonny Lamb2010-12-011-0/+264
Signed-off-by: Jonny Lamb <jonnylamb@gnome.org>