aboutsummaryrefslogtreecommitdiffstats
path: root/lib/oauth2.c
Commit message (Collapse)AuthorAgeLines
* Update json-parser code to git rev 11a80f389769d1f66ca7fbe64ad89c82d3ba4ba9.Wilmer van der Gaast2014-02-13-1/+1
| | | | | | Few BitlBee-specific diffs now. Annoyingly need to link to libm now for the use of the function pow() since the lib now does its own number parsing...
* Fix "Unusuable" typo.Wilmer van der Gaast2014-02-08-1/+1
|
* Add better handling of HTTP/1.1 and/or keepalive connections. This shouldWilmer van der Gaast2013-06-09-1/+0
| | | | | | let me close #641, and more importantly, prepares the Twitter module for an upcoming API change. https://dev.twitter.com/blog/deprecating-http-1.0-streaming-api
* Fix OAuth2 error reporting.Wilmer van der Gaast2013-05-25-16/+59
|
* Merging JSON branch. It's very stable by now, and I want more testers.Wilmer van der Gaast2012-12-22-63/+18
|\
| * Use the new JSON code for OAuth2 processing.Wilmer van der Gaast2012-10-28-63/+18
| | | | | | | | | | | | Starting to see the use of convenience functions to dig through many layers of structs..
* | Fixed minor memory leak.Wilmer van der Gaast2012-12-02-1/+2
|/
* Fixing one compiler warning that shouldn't indicate any real problem (onlyWilmer van der Gaast2012-01-04-1/+1
| | | | | causes unpredictable behaviour on wrongly formatted JSON input).
* A few more minor cleanups before merging this into mainline.Wilmer van der Gaast2011-12-26-2/+3
|
* NULL-checking in rfc822_get_header() and OAuth response handling.Wilmer van der Gaast2011-12-20-1/+1
|
* Facebook OAuth2 should now be fully usable.Wilmer van der Gaast2011-12-19-1/+17
|
* More generic OAuth support now. Should work well for all GTalk accounts nowWilmer van der Gaast2011-12-18-19/+7
| | | | | | and somewhat for MS Messenger. The fb part needs different parsing of the authorize request, and possibly some other work.
* Had to change the OAuth secret for GTalk.Wilmer van der Gaast2011-08-04-1/+1
|
* oauth2 changes to address http://twitter.com/Wilmer/status/96715400124968960Wilmer van der Gaast2011-07-31-7/+17
|
* Working OAuth2 support. Needs some more debugging (error handling is notWilmer van der Gaast2011-07-26-0/+139
| | | | | 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/+42
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. :-)