aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oauth2.h
Commit message (Collapse)AuthorAgeLines
* Reindent everything to K&R style with tabsIndent2015-02-20-8/+7
| | | | | | | Used uncrustify, with the configuration file in ./doc/uncrustify.cfg Commit author set to "Indent <please@skip.me>" so that it's easier to skip while doing git blame.
* Fix OAuth2 error reporting.Wilmer van der Gaast2013-05-25-2/+3
|
* More generic OAuth support now. Should work well for all GTalk accounts nowWilmer van der Gaast2011-12-18-7/+2
| | | | | | and somewhat for MS Messenger. The fb part needs different parsing of the authorize request, and possibly some other work.
* oauth2 changes to address http://twitter.com/Wilmer/status/96715400124968960Wilmer van der Gaast2011-07-31-1/+5
|
* Working OAuth2 support. Needs some more debugging (error handling is notWilmer van der Gaast2011-07-26-34/+16
| | | | | great and imc_logout() gets (rightfully) confused when jabber_data is empty).
* Nothing useful yet, this just generates an auth URL. Things to do: AbilityWilmer van der Gaast2011-07-22-0/+69
to process the answer. This is hard because the GTalk server will time out very quickly which means we lose our state/scope/etc. (And the ability to even receive the answer, at least if I'd do this the same way the Twitter module does it.) And then, get the access token and use it, of course. :-)