summaryrefslogtreecommitdiff
path: root/plugins/TwitterBridge/daemons/twitterstatusfetcher.php
AgeCommit message (Expand)Author
2010-12-13TwitterBridge: partial merge of id_str usage from 0.9.x for improved 32-bit a...Brion Vibber
2010-09-30Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit...Brion Vibber
2010-09-21Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-18* i18n/L10n updatesSiebrand Mazeland
2010-09-10use capturing parens for matching at-mentions in twitterstatusfetcherEvan Prodromou
2010-09-10make our own twitter links if Twitter doesn't give us entitiesEvan Prodromou
2010-09-07text substitution is Unicode-aware for twitterstatusfetcherEvan Prodromou
2010-09-07debug statements for setting/getting last idEvan Prodromou
2010-09-07Store foreign ID for synch info, not user IDEvan Prodromou
2010-09-07remove data dump of retrieved statusesEvan Prodromou
2010-09-07use and save since_id parameter for home_timelineEvan Prodromou
2010-09-07save Twitter mentions as StatusNet repliesEvan Prodromou
2010-09-07add back in # and @ for linksEvan Prodromou
2010-09-07add Twitter-approved links to Twitter statusesEvan Prodromou
2010-09-07truncate retweeted stuff if it's too longEvan Prodromou
2010-09-07correctly mark repeats from Twitter as non-localEvan Prodromou
2010-09-07correctly check for local notice to status mappings when notice originated hereEvan Prodromou
2010-09-07use Notice_to_status to check for duplicatesEvan Prodromou
2010-09-07Save notice-to-status mapping in its own tableEvan Prodromou
2010-09-07do our own repeating so we can pass in a uriEvan Prodromou
2010-09-07remove require_once for disappeared TwitterBasicAuthClientEvan Prodromou
2010-09-07remove basic auth code for Twitter since it's no longer supportedEvan Prodromou
2010-09-07switch twitterstatusfetcher from friends_timeline to home_timelineEvan Prodromou
2010-09-07debug code to dump new status dataEvan Prodromou
2010-09-07move inbox insert code to status saver main loopEvan Prodromou
2010-09-07some info notices in twitter status fetch for repeats and repliesEvan Prodromou
2010-09-07if something's a retweet, save it as a repeat in bridgeEvan Prodromou
2010-09-07save reply status for Twitter noticesEvan Prodromou
2010-09-07don't save statuses from protected usersEvan Prodromou
2010-03-27Some fixes to make the twitterstatusfetcher behave better in a multi-site con...Zach Copley
2010-02-04- Fix cache handling in TwitterStatusFetcherZach Copley
2010-01-09use Inbox in twitterstatusfetcherEvan Prodromou
2009-12-04Don't try to broadcast the notice if something went wrong.Zach Copley
2009-12-04Make imported Twitter notices show up via real time plugins.Zach Copley
2009-12-02Remove useless debugging statementZach Copley
2009-11-09Revert "Remove more contractions"Brion Vibber
2009-11-08Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.xSiebrand Mazeland
2009-11-08Remove more contractionsSiebrand Mazeland
2009-11-08Revert "* [Cc]an't -> [Cc]annot"Brion Vibber
2009-11-08* [Cc]an't -> [Cc]annotSiebrand Mazeland
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, addin...Brion Vibber
2009-11-02Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 packag...Brion Vibber
2009-11-02Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, addin...Brion Vibber
2009-10-14Make queuing and daemons work via eventsZach Copley
2009-09-08Merge branch '0.9.x' into pluginize-twitter-bridgeZach Copley
2009-08-26Moved the rest of the Twitter stuff into the TwitterBridge pluginZach Copley