aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-server-sasl-handler.c
Commit message (Collapse)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
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=699492
* Reorder header inclusions accordingly to the Telepathy coding styleEmanuele Aina2013-04-021-3/+2
| | | | | | | | | | | | 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-1/+1
| | | | | | | | 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-1/+1
| | | | | | | 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-2/+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
* 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>