aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/twitter/twitter.h
Commit message (Expand)AuthorAgeLines
* Honour twitter's mutes and "hide retweets from this user" settings.Flexo2016-03-23-0/+2
* Make replies to self work in Twitter.Wilmer van der Gaast2015-05-03-1/+11
* Reindent everything to K&R style with tabsIndent2015-02-20-21/+15
* twitter: implemented filter based group chatsjgeboski2015-01-25-0/+18
* Use hex for show_ids, but stick to the 2-char maximum. a 256-message backlogWilmer van der Gaast2012-11-25-1/+1
* Changed mode/room management a little bit.Wilmer van der Gaast2012-11-25-0/+1
* s/twitter_msg/twitter_log/ and use it in a few more places.Wilmer van der Gaast2012-11-25-4/+10
* Very immature code for reading from the streaming API. It reads from aWilmer van der Gaast2012-11-10-0/+1
* Hopefully this fixed #838. Patch from Artem Savkov, thanks! The problem wasWilmer van der Gaast2011-11-24-1/+0
* Stupid work-around for bug #838. The troublesome condition is known, I justWilmer van der Gaast2011-10-17-0/+1
* Merging Twitter-mentions patch from meh. Bug #663.Wilmer van der Gaast2011-08-25-2/+10
* Use /friends/ids and /users/lookup instead of /statuses/friends to get aWilmer van der Gaast2011-06-11-1/+4
* Try to show better Twitter error messages. Sadly this doesn't always workWilmer van der Gaast2011-04-18-0/+3
* Allow using the new 2-digit id's for retweets.Wilmer van der Gaast2011-03-29-1/+1
* For #721, add the numbers in front of tweets if show_ids is enabled. LeftWilmer van der Gaast2011-03-29-0/+12
* Don't initialize the twitter_connections list to NULL in twitter_init().Wilmer van der Gaast2010-10-15-1/+1
* Allow protocol modules to keep per-contact protocol-specific data. UseWilmer van der Gaast2010-08-07-0/+6
* Add commands to the Twitter module, starting with undo (which deletesWilmer van der Gaast2010-08-07-0/+1
* When using non-Twitter Twitter API services, prefix the channel and contactWilmer van der Gaast2010-07-17-0/+2
* Load the whole Twitter contact list at login time if mode=chat/many,Wilmer van der Gaast2010-06-24-0/+8
* Added base_url settting to Twitter module so other services using theWilmer van der Gaast2010-05-23-0/+5
* Cleaned up OAuth stuff: consumer key/secret should *not* be in lib/oauth.c.Wilmer van der Gaast2010-05-01-5/+0
* OAuth, it lives!Wilmer van der Gaast2010-04-26-0/+1
* Twitter module now generates authorize URLs.Wilmer van der Gaast2010-04-26-0/+4
* Successfully posted a tweet!Wilmer van der Gaast2010-04-26-0/+1
* Suppress HTTP error messages unless we get five or more in a row.Wilmer van der Gaast2010-04-13-0/+1
* Updates made as a result to the comments on the review.Geert Mulders2010-04-06-0/+1
* Added option to get tweeds either through groupchat or privmes.Geert Mulders2010-03-25-0/+7
* home/timeline is now displayed in a groupchat instead of private window.Geert Mulders2009-12-02-0/+1
* Added twitter-module.Geert Mulders2009-12-01-0/+42