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
/
twitter.php
Age
Commit message (
Expand
)
Author
2010-11-12
Fix for failure edge case in TwitterBridge outgoing repeat/retweets.
Brion Vibber
2010-10-22
Fix for 140-char replies being unexpectedly cropped when bridged to Twitter.
Brion Vibber
2010-09-19
* Remove trailing newline in e-mail message.
Siebrand Mazeland
2010-09-19
* i18n/L10n updates.
Siebrand Mazeland
2010-09-18
* i18n/L10n updates
Siebrand Mazeland
2010-09-07
using null variable in twitter_status_id()
Evan Prodromou
2010-09-07
check status_id before trying to retweet it
Evan Prodromou
2010-09-07
Save notice-to-status mapping in its own table
Evan Prodromou
2010-09-07
add in_reply_to_status_id if notice is from twitter
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
do a real retweet for a local repeat
Evan Prodromou
2010-09-07
push notices through the bridge if they're in reply to a twitter notice
Evan Prodromou
2010-07-08
Handle the case where a screen name has shifted from one Twitter ID to another
Zach Copley
2010-05-19
Locale switch cleanup: use common_switch_locale() which is safer for updating...
Brion Vibber
2010-04-14
Ticket #2205: pass geo locations over Twitter bridge (will only be used if en...
Brion Vibber
2010-03-05
A better way to safely delete Foreign_links
Zach Copley
2010-03-05
Fix for errant deletion of all Twitter foreign_links
Zach Copley
2010-02-17
Twitter bridge - fix for Ticket #2192
Zach Copley
2010-02-15
Use static class method for looking up Twitter user
Zach Copley
2010-02-15
Twitter-bridge: lookup old foreign_user by primary key not url
Zach Copley
2010-02-15
Better log msgs. Removed debugging statement.
Zach Copley
2010-02-15
Fix for regression introduced with my last update to the
Zach Copley
2010-02-06
Delete old Twitter user record when user changes screen name instead of updat...
Zach Copley
2010-02-04
Make Twitter bridge truncate and add a link back to the original notice when ...
Zach Copley
2010-01-13
When Twitter bridge encounters a 403 (rate limit) err, drop the notice
Zach Copley
2009-12-18
Followup fix for ticket 1672: Twitter bridge !group->#hash conversion will no...
Brion Vibber
2009-12-14
Fix Twitter bridge so it responds reasonably to authorization errors.
Zach Copley
2009-12-08
New _m() gettext wrapper with smart detection of plugin domains. Plugin base ...
Brion Vibber
2009-11-25
Catch uncaught exception
Zach Copley
2009-11-09
Revert "Remove more contractions"
Brion Vibber
2009-11-08
Remove more contractions
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-23
Move Twitter and Facebook-specific mail notifications to their respective plu...
Zach Copley
2009-10-14
Make queuing and daemons work via events
Zach Copley
2009-10-13
Merge branch '0.9.x' into pluginize-twitter-bridge
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