# # ChangeLog for lib/oauth.c # # Generated by Trac 1.2.3 # 2024-12-23T17:41:36Z Tue, 27 Apr 2010 22:49:58 GMT Wilmer van der Gaast [0bff877] * lib/oauth.c (modified) Valgrind-clean now. And decent handling of errors (wrong PIN). Tue, 27 Apr 2010 22:42:07 GMT Wilmer van der Gaast [18dbb20] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) Valgrind cleanup. Tue, 27 Apr 2010 22:11:11 GMT Wilmer van der Gaast [ee84bdb] * lib/oauth.c (modified) The escaping, I fixed it for you. More expensive code this way and ... Mon, 26 Apr 2010 22:47:35 GMT Wilmer van der Gaast [78a2f1e] * lib/oauth.c (modified) Escaping in oauth_nonce(). Not sure if the escaping is entirely right ... Mon, 26 Apr 2010 22:40:11 GMT Wilmer van der Gaast [c42e8b9] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) OAuth, it lives! Mon, 26 Apr 2010 21:50:48 GMT Wilmer van der Gaast [713d611] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) Twitter module now generates authorize URLs. Mon, 26 Apr 2010 21:20:09 GMT Wilmer van der Gaast [acba168] * lib/oauth.c (modified) * lib/oauth.h (modified) Moving two public OAuth functions into the header file. Mon, 26 Apr 2010 00:42:37 GMT Wilmer van der Gaast [508c340] * lib/oauth.c (modified) * lib/oauth.h (modified) * protocols/twitter/twitter.c (modified) * protocols/twitter/twitter.h (modified) * protocols/twitter/twitter_http.c (modified) * protocols/twitter/twitter_http.h (modified) * protocols/twitter/twitter_lib.c (modified) Successfully posted a tweet! Twitter's tricky. It returns vars ... Sun, 25 Apr 2010 23:21:00 GMT Wilmer van der Gaast [b2bc25c] * lib/oauth.c (modified) Added a function that generates an OAuth Authorization: HTTP header. Sun, 25 Apr 2010 19:22:02 GMT Wilmer van der Gaast [346dfd9] * lib/oauth.c (modified) oauth_access_token() added. I managed to increase the counter on ... Sun, 25 Apr 2010 18:57:06 GMT Wilmer van der Gaast [da2efd4] * lib/oauth.c (modified) Some HTTP stuff. Via gdb I can make this request a token. Sun, 25 Apr 2010 15:12:13 GMT Wilmer van der Gaast [be28fe7] * lib/Makefile (modified) * lib/oauth.c (added) * lib/oauth.h (added) Code to calculate OAuth signatures. I hope that after wrapping my ...