Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use tp_channel_dup_immutable_properties() | Guillaume Desmottes | 2012-09-11 | 1 | -6/+13 |
| | | | | tp_channel_borrow_immutable_properties() has been deprecated. | ||||
* | Move X-TELEPATHY-PASSWORD mechanism code into empathy-sasl-mechanisms.c | Xavier Claessens | 2012-08-27 | 1 | -0/+35 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680776 | ||||
* | UOA auth handler: Inform SSO when access token didn't work | Xavier Claessens | 2012-08-20 | 1 | -0/+1 |
| | |||||
* | improve SASL debug output | Guillaume Desmottes | 2012-08-08 | 1 | -0/+4 |
| | |||||
* | Implement Google X-OAUTH2 SASL mechanism | Xavier Claessens | 2012-07-18 | 1 | -0/+38 |
| | | | | https://bugzilla.gnome.org/show_bug.cgi?id=680160 | ||||
* | Move SASL mechanism implementations into its own file | Xavier Claessens | 2012-07-18 | 1 | -0/+293 |
We could have other account providers than GOA requiring this SASL code. https://bugzilla.gnome.org/show_bug.cgi?id=680160 |