summaryrefslogtreecommitdiff
path: root/scripts/twitterstatusfetcher.php
AgeCommit message (Collapse)Author
2009-08-28Take out unnecessary definesZach Copley
2009-08-28Make SyncTwitterFriends and TwitterStatusFetcher daemons use both HTTP Basic ↵Zach Copley
Auth as well as OAuth
2009-08-26last scrub of Laconica -> StatusNetEvan Prodromou
2009-08-25global search and replace for laconica -> statusnetEvan Prodromou
2009-08-25change controlyourself.ca to status.netEvan Prodromou
2009-08-25change laconi.ca to status.netEvan Prodromou
2009-08-25a distributed -> the distributedEvan Prodromou
2009-08-25change Laconica and Control Yourself to StatusNet in PHP filesEvan Prodromou
2009-08-25merge problem with scripts/twitterstatusfetcherEvan Prodromou
2009-08-24Merge branch '0.8.x' into testingEvan Prodromou
Conflicts: actions/twitterauthorization.php lib/oauthclient.php lib/twitter.php lib/twitterapi.php lib/twitteroauthclient.php scripts/twitterstatusfetcher.php
2009-08-24Better (hopefully) database connection management for child processesEvan Prodromou
Conflicts: scripts/twitterstatusfetcher.php
2009-08-24Make TwitterStatusFetcher daemon work with OAuthZach Copley
2009-08-10I forgot that we don't do database upgrades for point releases. So I'veZach Copley
changed Twitter OAuth to store token and token secret in the same field in foreign_link (credentials). This should be changed in 0.9.
2009-08-10Moved some stuff around. More comments and phpcs compliance.Zach Copley
2009-08-06Make TwitterStatusFetcher extend ParallelizingDaemonZach Copley
2009-08-05Better (hopefully) database connection management for child processesZach Copley
2009-08-04Use empty() for checking whether DB_DataObject returned somethingZach Copley
2009-08-04Make TwitterStatusFetcher daemon work with OAuthZach Copley
2009-07-23Merge branch 'master' into 0.8.xEvan Prodromou
Conflicts: scripts/twitterstatusfetcher.php
2009-07-23change NOTICE_GATEWAY to Notice::GATEWAY so autoloading worksEvan Prodromou
2009-07-17Allow -d (debug logging) command line argumentZach Copley
2009-07-17Fix setting id.Zach Copley
2009-06-28twitter status fetcher takes an id argumentEvan Prodromou
2009-06-22twitterstatusfetcher.php uses commandline.incEvan Prodromou
2009-06-22Merge branch '0.8.x' into cmdlineEvan Prodromou
2009-06-20Update copyright dates in files modified in 2009Evan Prodromou
2009-06-20change Controlez-Vous to Control YourselfEvan Prodromou
2009-06-20change scripts to take server and path from commandlineEvan Prodromou
2009-06-18Merge branch '0.8.x' of git@gitorious.org:+laconica-developers/laconica/dev ↵Evan Prodromou
into 0.8.x
2009-06-18This time, twitterstatusfetcher really DOES update changed and missing avatars!Zach Copley
2009-06-18Better avatar handling - pull in any missing Twitter avatarsZach Copley
2009-06-17Store better data about twitter statusesEvan Prodromou
We mark Twitter statuses with flags so they don't get shown in the wrong places.
2009-06-10some changes based on code review with zachEvan Prodromou
2009-05-20Preserve order of imported TweetsZach Copley
2009-05-07Added TwitterStatusFetcher into daemon startup and shutdown subsystemZach Copley
2009-05-07Less pychotic debugging statementsZach Copley
2009-05-07Better nameZach Copley