aboutsummaryrefslogtreecommitdiff
path: root/src/hypixelCached.ts
AgeCommit message (Collapse)Author
2021-06-24remove console logsmat
2021-06-24log more stuffmat
2021-05-31decrease basicPlayerCache maxAge moremat
2021-05-31fix basicPlayerCache not being in msmat
2021-05-31change cache time for usernamesmat
2021-05-31change basic player cache to only 30 minutesmat
2021-05-30increase max listeners for usernameCachemat
2021-05-29probably fix a thingmat
2021-05-28add more useful stuff to indexmat
2021-05-27fix some bugs with it loading forevermat
2021-05-27increase max in basicPlayerCache hopefully it doesn't use too much rammat
2021-05-27log profile in fetchProfileUuid cache missmat
2021-05-25add LRUCache for basicPlayerCachemat
2021-05-25remove debug stuffmat
2021-05-24add cachedRawLeaderboards size to debugmat
2021-05-24remove first_join from CleanPlayermat
we *probably* don't need it
2021-05-24more debug stuffmat
2021-05-24add temporary debug thingmat
2021-05-01Show minions that haven't been unlocked in response (#20)mat
* add minions that haven't been unlocked yet to response, and slightly optimize constants * remove most console.logs with console.debugs * mock constants
2021-04-28remove some debug stuffmat
2021-04-27Add minion_count leaderboard (#15)mat
* add minion count leaderboard * fix error that happens sometimes * Update index.js
2021-04-27Add unit tests (#12)mat
* start adding unit tests * add more to test/data/mojang.json * fix sending http requests in tests when it shouldn't * add a few more tests * try to add a github action to run tests * Update test.yml
2021-04-14Total leaderboards leaderboard working (#6)mat
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch * fix random bugs that made people disappear from leaderboards
2021-04-14Revert "Total leaderboards leaderboard (#5)"mat
This reverts commit 0e5887326f1ba1f8005ca0bd217c5b332a1fb6cf.
2021-04-14Total leaderboards leaderboard (#5)mat
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch
2021-03-24completely replace ashcon with mojangmat
2021-03-24improve mojang api to be much much fastermat
2021-03-02add some more typingsmat
2021-03-02fix some errors with invalid playersmat
2021-03-01change concurrent updating leaderboard members to 1mat
2021-03-01Update hypixelCached.tsmat
2021-03-01fix error on null playersmat
2021-03-01optimize leaderboardsmat
2021-03-01fix error on timedeo's profilemat
2021-03-01add skills and zones as constantsmat
2021-03-01add mythos stat categorymat
2021-02-28update package-lock.json and remove weird codemat
2021-02-28fix double fetchingmat
2021-02-28Add leaderboardsmat
2021-02-20add debug stuffmat
2021-02-16change profileCache to use clonesmat
2021-02-15fix profiles for players that changed their usernamesmat
2021-02-15remove debug logsmat
2021-02-14add rank to basic membermat
2021-02-14fix special casesmat
some users dont have a rank, and some users dont have skyblock profiles
2021-02-13fix caching issuemat
if you visited player/:user then player/:user/:profile it would error
2021-02-13fix inventoriesmat
2021-02-13optimize inventoriesmat
don't parse nbt for inventories that it doesn't need to
2021-02-13add optional check to verify all clients are owned by the creatormat
2021-02-13create member, profile, and profiles cleanersmat