Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Load the whole Twitter contact list at login time if mode=chat/many, | Wilmer van der Gaast | 2010-06-24 | -0/+8 |
| | | | | | | instead of adding contacts as they post tweets. Also in mode=chat, populate the channel *before* adding the user to it, avoiding a flood of joins. | |||
* | Added base_url settting to Twitter module so other services using the | Wilmer van der Gaast | 2010-05-23 | -0/+5 |
| | | | | | 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/+0 |
| | | | | | | Keep it in the Twitter module, and use the oauth_info struct through the whole session to keep all this together. | |||
* | OAuth, it lives! | Wilmer van der Gaast | 2010-04-26 | -0/+1 |
| | ||||
* | Twitter module now generates authorize URLs. | Wilmer van der Gaast | 2010-04-26 | -0/+4 |
| | ||||
* | Successfully posted a tweet! | Wilmer van der Gaast | 2010-04-26 | -0/+1 |
| | | | | | | | | | | 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. | |||
* | Suppress HTTP error messages unless we get five or more in a row. | Wilmer van der Gaast | 2010-04-13 | -0/+1 |
| | ||||
* | Updates made as a result to the comments on the review. | Geert Mulders | 2010-04-06 | -0/+1 |
| | ||||
* | Added option to get tweeds either through groupchat or privmes. | Geert Mulders | 2010-03-25 | -0/+7 |
| | ||||
* | home/timeline is now displayed in a groupchat instead of private window. | Geert Mulders | 2009-12-02 | -0/+1 |
| | ||||
* | Added twitter-module. | Geert Mulders | 2009-12-01 | -0/+42 |