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
/
lib
/
twitter.php
Age
Commit message (
Expand
)
Author
2009-09-02
Merge remote branch 'laconica/0.8.x' into 0.9.x
Craig Andrews
2009-09-02
Better error handling
Zach Copley
2009-09-01
Typo fix in error case: we probably wanted to call sprintf() not sprint()
Brion Vibber
2009-09-01
Convert !group tags to #hash tags when bridging outgoing notices to Twitter
Brion Vibber
2009-09-01
Stop requeuing notices not bound for Twitter.
Zach Copley
2009-08-29
Fix error in log msg format specifier
Zach Copley
2009-08-28
Abstract the Twitter basic auth stuff into its own client class
Zach Copley
2009-08-28
Renable basic auth posting to Twitter for users who already have a bridge setup
Zach Copley
2009-08-26
define LACONICA and accept LACONICA for backwards compatibility
Evan Prodromou
2009-08-25
change LACONICA to STATUSNET
Evan Prodromou
2009-08-25
a distributed -> the distributed
Evan Prodromou
2009-08-25
change Laconica and Control Yourself to StatusNet in PHP files
Evan Prodromou
2009-08-24
remove some merge cruft from the end of twitter.php
Evan Prodromou
2009-08-24
Merge branch '0.8.x' into testing
Evan Prodromou
2009-08-24
Make the TwitterQueuehandler post to Twitter using OAuth
Zach Copley
2009-08-10
I forgot that we don't do database upgrades for point releases. So I've
Zach Copley
2009-08-10
Moved some stuff around. More comments and phpcs compliance.
Zach Copley
2009-08-06
- Rewrote SyncTwitterFriends as a daemon
Zach Copley
2009-08-03
Make the TwitterQueuehandler post to Twitter using OAuth
Zach Copley
2009-07-09
Better error handling for TwitterQueueHandler
Zach Copley
2009-07-08
Get rid of error ('Trying to get property of non-object')
Zach Copley
2009-06-20
Update copyright dates in files modified in 2009
Evan Prodromou
2009-06-20
change Controlez-Vous to Control Yourself
Evan Prodromou
2009-04-08
Merge branch '0.7.x' into 0.8.x
Sarven Capadisli
2009-04-08
Better debugging output flag
Zach Copley
2009-04-07
Major improvements to Twitter bridge friend syncing
Zach Copley
2009-03-12
Merge branch '0.7.x' into 0.8.x
Evan Prodromou
2009-03-11
Add nullcheck for foreign profile.
Adrian Lang
2009-03-09
Changed all $config[][] calls to common_config()
Eric Helgeson
2009-02-26
fix notice with twitter broadcast
Evan Prodromou
2009-02-12
The fabled twitterqueuehandler
Zach Copley
2009-02-11
Move/reorg Twitter broadcast code to lib/twitter.php in prep for
Zach Copley
2009-01-23
Fix for Twitter bridge bug introduced by uiredesign merge
Zach Copley
2008-12-25
Twitter-bridge: fix for Twitter's new strict policy of rejecting HTTP POSTs w...
Zach Copley
2008-12-23
change function headers to K&R style
Evan Prodromou
2008-12-23
replace NULL with null
Evan Prodromou
2008-12-23
replace all tabs with four spaces
Evan Prodromou
2008-11-19
Twitter bridge - fixed a bad call to Foreign_user
Zach Copley
2008-11-18
trac685 Twitter bridge - Shell script to sync all users' Twitter friends
Zach Copley