diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 20:17:58 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 20:17:58 +0000 |
commit | ab92c2a5cd5427bf8a33d06afdb64b88d2d640ed (patch) | |
tree | fc82f068ad7bf8e141b6148f2ff191eab56e1f5a /protocols/Twitter/oauth/AUTHORS | |
parent | 441daff7dfc4cd80075cfbec3345192aab4353b5 (diff) |
Twitter updated
git-svn-id: http://svn.miranda-ng.org/main/trunk@337 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Twitter/oauth/AUTHORS')
-rw-r--r-- | protocols/Twitter/oauth/AUTHORS | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/protocols/Twitter/oauth/AUTHORS b/protocols/Twitter/oauth/AUTHORS new file mode 100644 index 0000000000..43ba1244f2 --- /dev/null +++ b/protocols/Twitter/oauth/AUTHORS @@ -0,0 +1,36 @@ +Robin Gareus <robin@gareus.org> has written and is maintaining liboauth. + +The base64 code is used with permission from Jan-Henrik +Haukeland <hauk@tildeslash.com>. + +escape_url() contains code from curl by Daniel Stenberg <daniel@haxx.se> + +cheers to Arjan <arjan@scherpenisse.net> for using and testing this code; and +Ralph Meijer <ralphm@ik.nu> for fixing the debian package and quality control. + +Kudos to Marc Worrel - http://www.marcworrell.com/ - for an introduction +to the OAuth API and helping to get this project alive. And last but not +standing ovations to the http://oauth.net team who made it possible in i +the first place. + +Marc Powell suggested minor changes and contributed patches to make this +library more usable. + +Stephen Paul Weber <singpolyma@singpolyma.net> sent patches for the +initial Debian package. + +Dave Gamble <davegamble@gmail.com> has jumped on board. Writing a lightweight +c-api for soundcloud, he sent fixes for windows MSVC support and added the +oauth_curl_post_data_with_callback() function. + +Emil A Eklund provided a patch for CURLOPT_TIMEOUT to avoid problems with +HTTP timeouts. + +Many thanks to Diego Elio Pettenò who sent patches for the build-system and +packages liboauth for Gentoo. Likewise Tom Parker for Debian, as well as +Paul Wise who metorered Bilal Akhtar on debian-mentors. All of which provided +valuable feedback. + +Last but not least, Jeff Squyres inspired the '-Wl,--as-needed' linker flags +check. + |