Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Use HTTP/1.1 by default in the Twitter module, and stick to the initially | Wilmer van der Gaast | 2013-06-16 | -1/+1 |
| | | | | | used protocol version when internally handling redirects. | |||
* | Have root confirm some commands that so far gave no feedback at all, since | Wilmer van der Gaast | 2012-11-25 | -0/+9 |
| | | | | | "no news is good news" can be a little confusing. | |||
* | Very immature code for reading from the streaming API. It reads from a | Wilmer van der Gaast | 2012-11-10 | -6/+25 |
| | | | | | | fixed URL and tried to parse individual JSON objects. Not doing anything useful with it. | |||
* | Re-indent Twitter code. It just lacks *any* kind of consistency. Flags used: | Wilmer van der Gaast | 2011-06-11 | -36/+29 |
| | | | | | | -i8 -kr -ts8 -ut -l100 Because K&R isn't so bad after all but spaces are definitely evil. (Not that GNU indent understands how to use tabs, oh well.) | |||
* | Added base_url settting to Twitter module so other services using the | Wilmer van der Gaast | 2010-05-23 | -68/+35 |
| | | | | | Twitter API can be used. Only with Basic authentication though. | |||
* | Cleaned up OAuth stuff: consumer key/secret should *not* be in lib/oauth.c. | Wilmer van der Gaast | 2010-05-01 | -5/+5 |
| | | | | | | Keep it in the Twitter module, and use the oauth_info struct through the whole session to keep all this together. | |||
* | Successfully posted a tweet! | Wilmer van der Gaast | 2010-04-26 | -2/+16 |
| | | | | | | | | | | Twitter's tricky. It returns vars (user_id, screen_name) in the access token that, the way I read the spec, should be included in all subsequent queries. However, stuff only started to work when I dropped those vars. This code's definitely not pretty ATM. Need to clean up now that it actually works. | |||
* | Killed unused twitter_urldecode() and silence some compiler warnings. | Wilmer van der Gaast | 2010-04-07 | -42/+1 |
| | ||||
* | Updates made as a result to the comments on the review. | Geert Mulders | 2010-04-06 | -41/+8 |
| | ||||
* | Added twitter-module. | Geert Mulders | 2009-12-01 | -0/+235 |