Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-02 | add `/constants` api to get max minions and fairy souls (#21) | mat | |
2021-05-01 | remove console.log | mat | |
2021-05-01 | Show 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-30 | add "basic" url parameter to /player/<user> | mat | |
2021-04-29 | rename minion_count to unique_minions | mat | |
2021-04-28 | remove some debug stuff | mat | |
2021-04-27 | Add minion_count leaderboard (#15) | mat | |
* add minion count leaderboard * fix error that happens sometimes * Update index.js | |||
2021-04-27 | Total leaderboards leaderboard (#13) | 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 * Update hypixelCached.js | |||
2021-04-27 | Add 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-17 | add head_texture to items | mat | |
2021-04-16 | wait 30 seconds and retry on endpoint disabled | mat | |
2021-04-16 | fix error that happens sometimes | mat | |
2021-04-16 | retry on throttle | mat | |
2021-04-14 | make cf-connecting-ip lowercase | mat | |
2021-04-14 | revert change that makes leaderboards update slowly | mat | |
2021-04-14 | Total 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-14 | Revert "Total leaderboards leaderboard (#5)" | mat | |
This reverts commit 0e5887326f1ba1f8005ca0bd217c5b332a1fb6cf. | |||
2021-04-14 | Total 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-04-13 | change max slayer level to 5 | mat | |
2021-04-13 | Slayer leaderboard (#4) | mat | |
* add slayers to constants * Compiled TS into JS * change units to also show up when only changing one constant item * Compiled TS into JS * add slayer leaderboards * remove debugging stuff | |||
2021-04-09 | fix people not being added to small leaderboards | mat | |
2021-04-08 | change how stats are sent to allow for extra info | mat | |
2021-04-08 | add Access-Control-Allow-Origin * and change ratelimit to be stricter | mat | |
2021-04-08 | debug=false | mat | |
2021-04-08 | add member leaderboard spots api | mat | |
2021-04-08 | add more debug stuff | mat | |
2021-03-24 | completely replace ashcon with mojang | mat | |
2021-03-24 | increase ratelimits | mat | |
2021-03-24 | add ratelimits to skyblock-api | mat | |
2021-03-24 | fix error on nonexistent users | mat | |
2021-03-24 | remove console.logs | mat | |
2021-03-24 | improve mojang api to be much much faster | mat | |
2021-03-15 | change it to use the v1 ashcon api rather than v2 | mat | |
2021-03-02 | add some more typings | mat | |
2021-03-02 | fix some errors with invalid players | mat | |
2021-03-01 | change concurrent updating leaderboard members to 1 | mat | |
2021-03-01 | add more debug stuff | mat | |
2021-03-01 | increase concurrent database queue to 10 | mat | |
2021-03-01 | Revert "fix caching leaderboards twice uselessly" | mat | |
This reverts commit de0957758e1c9b409fb789bb60acc7b9cf6ec140. | |||
2021-03-01 | fix caching leaderboards twice uselessly | mat | |
2021-03-01 | fix error for nonexistent players | mat | |
2021-03-01 | Update hypixelCached.ts | mat | |
2021-03-01 | fix error on null players | mat | |
2021-03-01 | Fix error on some profiles with inventory API | mat | |
2021-03-01 | fix members not being added to reverse leaderboards | mat | |
2021-03-01 | fix leaderboards being purged for reverse leaderboards | mat | |
2021-03-01 | make the unit for purse show as coins | mat | |
2021-03-01 | optimize leaderboards | mat | |
2021-03-01 | add skill leaderboards | mat | |
2021-03-01 | send 401 status code when unauthorized | mat | |