index
:
statusnet/lukeshus-statusnet
0.7.x
0.8.x
0.9.x
1.0.x
master
testing
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
plugins
/
TwitterBridge
/
daemons
Age
Commit message (
Expand
)
Author
2010-09-07
text substitution is Unicode-aware for twitterstatusfetcher
Evan Prodromou
2010-09-07
debug statements for setting/getting last id
Evan Prodromou
2010-09-07
Store foreign ID for synch info, not user ID
Evan Prodromou
2010-09-07
remove data dump of retrieved statuses
Evan Prodromou
2010-09-07
use and save since_id parameter for home_timeline
Evan Prodromou
2010-09-07
save Twitter mentions as StatusNet replies
Evan Prodromou
2010-09-07
add back in # and @ for links
Evan Prodromou
2010-09-07
add Twitter-approved links to Twitter statuses
Evan Prodromou
2010-09-07
truncate retweeted stuff if it's too long
Evan Prodromou
2010-09-07
correctly mark repeats from Twitter as non-local
Evan Prodromou
2010-09-07
correctly check for local notice to status mappings when notice originated here
Evan Prodromou
2010-09-07
use Notice_to_status to check for duplicates
Evan Prodromou
2010-09-07
Save notice-to-status mapping in its own table
Evan Prodromou
2010-09-07
do our own repeating so we can pass in a uri
Evan Prodromou
2010-09-07
remove require_once for disappeared TwitterBasicAuthClient
Evan Prodromou
2010-09-07
remove basic auth code for Twitter since it's no longer supported
Evan Prodromou
2010-09-07
switch twitterstatusfetcher from friends_timeline to home_timeline
Evan Prodromou
2010-09-07
debug code to dump new status data
Evan Prodromou
2010-09-07
move inbox insert code to status saver main loop
Evan Prodromou
2010-09-07
some info notices in twitter status fetch for repeats and replies
Evan Prodromou
2010-09-07
if something's a retweet, save it as a repeat in bridge
Evan Prodromou
2010-09-07
save reply status for Twitter notices
Evan Prodromou
2010-09-07
don't save statuses from protected users
Evan Prodromou
2010-03-27
Some fixes to make the twitterstatusfetcher behave better in a multi-site con...
Zach Copley
2010-03-04
Another typo
root
2010-02-04
- Fix cache handling in TwitterStatusFetcher
Zach Copley
2010-01-12
Merge branch '0.9.x' into inblob
Evan Prodromou
2010-01-12
Major refactoring of queue handlers to support running multiple sites in one ...
Brion Vibber
2010-01-09
use Inbox in twitterstatusfetcher
Evan Prodromou
2009-12-04
Don't try to broadcast the notice if something went wrong.
Zach Copley
2009-12-04
Make imported Twitter notices show up via real time plugins.
Zach Copley
2009-12-02
Remove useless debugging statement
Zach Copley
2009-11-09
Revert "Remove more contractions"
Brion Vibber
2009-11-08
Merge branch '0.9.x' of git://gitorious.org/statusnet/mainline into 0.9.x
Siebrand Mazeland
2009-11-08
Remove more contractions
Siebrand Mazeland
2009-11-08
Revert "* [Cc]an't -> [Cc]annot"
Brion Vibber
2009-11-08
* [Cc]an't -> [Cc]annot
Siebrand Mazeland
2009-11-02
Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, addin...
Brion Vibber
2009-11-02
Revert "Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 packag...
Brion Vibber
2009-11-02
Rebuilt HTTPClient class as an extension of PEAR HTTP_Request2 package, addin...
Brion Vibber
2009-10-14
Make queuing and daemons work via events
Zach Copley
2009-09-08
Merge branch '0.9.x' into pluginize-twitter-bridge
Zach Copley
2009-08-26
Moved the rest of the Twitter stuff into the TwitterBridge plugin
Zach Copley