summary refs log tree commit diff
AgeCommit message (Collapse)Author
2017-04-15Better boost cache (#4)The Fox in the Shell
* boost(): Avoid unnecessary projection * Abstraction for the cache of boosted toots * boosted: Use per-creation-time bucketing This allows to efficiently remove toots older than 5 days from the set, without having to entirely clear the set (and spike API use instead). Closes #3 * index.js: Use ES2015 style for concision * boosted: Avoid double-negation in methods “(not) already boosted” is more primitive than “(not) not already boosted”.
2017-04-11Readme now lists instancesmyk bilokonsky
2017-04-11tweaked documentation, only boost public toots, tweaked algorithmmyk bilokonsky
2017-04-10removed accidental branded birdsite terminologymyk bilokonsky
2017-04-10cleanupmyk bilokonsky
2017-04-10there it ismyk bilokonsky
2017-04-10debugging...myk bilokonsky
2017-04-10fixed typomyk bilokonsky
2017-04-10cleanupmyk bilokonsky
2017-04-10removing more es6myk bilokonsky
2017-04-10added restart commandmyk bilokonsky
2017-04-10weird bug, trying to see if it is related to node version not handling es6 ↵myk bilokonsky
strings sometimes?
2017-04-10additional copy editsmyk bilokonsky
2017-04-10documentation tweakmyk bilokonsky
2017-04-10updated documentationmyk bilokonsky
2017-04-10cleaner warningmyk bilokonsky
2017-04-10handled error for already-boosted tootsmyk bilokonsky
2017-04-10cleanup outputmyk bilokonsky
2017-04-10fixed typomyk bilokonsky
2017-04-10added pm2 for production runningmyk bilokonsky
2017-04-10actually wiring up the api nowmyk bilokonsky
2017-04-10api and readmemyk bilokonsky
2017-04-10added configmyk bilokonsky
2017-04-10added configmyk bilokonsky
2017-04-10removed pool, just have a single default-setting setup nowmyk bilokonsky
2017-04-09whoops forgot database librarymyk bilokonsky
2017-04-09initial testmyk bilokonsky