Jacob Hoffman-Andrews
Jacob Hoffman-Andrews
This will make it easier to run 'mysql' on the vagrant box and get a command line to look at the contents. Alternately, forward a port to MySQL on the...
Right now, each time stream.js starts up, it reviews recent mentions and applies blocks as appropriate. For cases where the BtUsers follows the mentioner, those blocks are then cancelled by...
This is mostly working in the `http2` branch. The missing piece is that connection keepalive keeps processes running when they should exit.
Right now if a blocked account deactivates, the next time update-blocks runs, it will notice the account is missing from `/blocks/ids`, will check /users/show.json, find the account is deactivated, and...
Some issues are hard to debug without knowing whether a given sink_uid was suspended and unsuspended or deactivated and reactivated. We should record deactivation history (similar to #79) to help...
In update-blocks, when an account shows up as newly blocked, the code attempts to figure out whether it was due to an internal cause (i.e. a subscription or eggblock). If...
From this user: http://go.telmina.com/2015/02/01/twitter-i-hope-for-appearance-of-anti-favorite-spam-service/, there is a request to add auto-blocking of young accounts on faves and retweets. It sounds like this is mainly to combat spambots rather than harassers....
Right now we store the profile image URL on the TwitterUser object, but never use it. We probably won't, so we should save DB space by always saving it as...
It would be nice if friends could help each other with pileons through the subscription system. In order to do that, actions fanned out through subscriptions would have to take...