summaryrefslogtreecommitdiff
path: root/plugins/TwitterBridge
AgeCommit message (Expand)Author
2010-11-02Pull out the 'tweetctl' queue for now; these should go over control signals, ...Brion Vibber
2010-11-02fakestream.php can now take --all option to pull the latest messages from mul...Brion Vibber
2010-11-02fakestream.php: script to build an emulated Twitter Site Stream from live Twi...Brion Vibber
2010-11-02Allow custom apiroot for site streams testing on streamtestBrion Vibber
2010-10-29Work in progress on twitter import daemonBrion Vibber
2010-10-29Fixups for twitter streaming daemonBrion Vibber
2010-10-29Work in progress on site streams-aware TwitterDaemonBrion Vibber
2010-10-29TweetInQueueHandler: run incoming tweets through the queues to keep the Twitt...Brion Vibber
2010-10-29Fix a couple 'continue's from old looping code in Twitter importer (-> return...Brion Vibber
2010-10-28Work in progress: starting on new TwitterDaemon using the Site Streams API --...Brion Vibber
2010-10-28Merge branch '0.9.x' into twitstreamBrion Vibber
2010-10-28Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-10-26Merge branch '0.9.x' into twitstreamBrion Vibber
2010-10-23Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-10-22Fix for 140-char replies being unexpectedly cropped when bridged to Twitter.Brion Vibber
2010-10-18Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-10-13Merge branch '0.9.x' into twitstreamBrion Vibber
2010-10-09Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-10-08Merge branch 'fatals' into 0.9.xBrion Vibber
2010-10-08Check for Twitter foreign link actually existing before trying to delete it; ...Brion Vibber
2010-10-05Prelim --all mode on streamtest.php to use site streams; doesn't use the dest...Brion Vibber
2010-10-05Fix up Twitter JSON formatting to be consistent between the polling and strea...Brion Vibber
2010-10-05Split the guts of Twitter status -> notice import from twitterstatusfetcher d...Brion Vibber
2010-10-05Cleanup on input pathBrion Vibber
2010-10-05Buncha cleanupBrion Vibber
2010-10-05Clean up event handling a bitBrion Vibber
2010-10-05Twitter streaming API reader: Cleanup input handling & split from HTTP header...Brion Vibber
2010-10-04Initial stub code for pulling data from Twitter's User Streams and Site Strea...Brion Vibber
2010-10-03Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-10-01Localisation updates from http://translatewiki.net.Siebrand Mazeland
2010-09-30Always specify UTF-8 targt charset for html_entity_decode(); default is 8-bit...Brion Vibber
2010-09-28Localisation updates from http://translatewiki.netSiebrand Mazeland
2010-09-23Update POT files for plugins.Siebrand Mazeland
2010-09-21Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-19Update pot files for plugins.Siebrand Mazeland
2010-09-19* Remove trailing newline in e-mail message.Siebrand Mazeland
2010-09-19Update pot files for plugins.Siebrand Mazeland
2010-09-19* i18n/L10n updates.Siebrand Mazeland
2010-09-18Remove superfluous whitespaceSiebrand Mazeland
2010-09-18* i18n/L10n updatesSiebrand Mazeland
2010-09-15Merge remote branch 'gitorious/0.9.x' into 0.9.xEvan Prodromou
2010-09-15Update/add pot files for plugins.Siebrand 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-08change the event we use for deleting a linked status on TwitterEvan Prodromou
2010-09-08move notice_to_status initialization code to run-once scriptEvan Prodromou
2010-09-07text substitution is Unicode-aware for twitterstatusfetcherEvan Prodromou
2010-09-07Fix pkeyget callEvan Prodromou
2010-09-07staticGet -> pkeyGet in Twitter_synch_statusEvan Prodromou
2010-09-07debug statements for setting/getting last idEvan Prodromou