aboutsummaryrefslogtreecommitdiff
path: root/src/database.ts
AgeCommit message (Collapse)Author
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-29rename minion_count to unique_minionsmat
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-27Total 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-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-14revert change that makes leaderboards update slowlymat
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-04-13change max slayer level to 5mat
2021-04-13Slayer 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-09fix people not being added to small leaderboardsmat
2021-04-08change how stats are sent to allow for extra infomat
2021-04-08add member leaderboard spots apimat
2021-04-08add more debug stuffmat
2021-03-02add some more typingsmat
2021-03-01change concurrent updating leaderboard members to 1mat
2021-03-01add more debug stuffmat
2021-03-01increase concurrent database queue to 10mat
2021-03-01Revert "fix caching leaderboards twice uselessly"mat
This reverts commit de0957758e1c9b409fb789bb60acc7b9cf6ec140.
2021-03-01fix caching leaderboards twice uselesslymat
2021-03-01fix members not being added to reverse leaderboardsmat
2021-03-01fix leaderboards being purged for reverse leaderboardsmat
2021-03-01make the unit for purse show as coinsmat
2021-03-01optimize leaderboardsmat
2021-03-01add skill leaderboardsmat
2021-03-01add skills and zones as constantsmat
2021-03-01reverse leaderboard order for racesmat
2021-02-28fix constant cachemat
2021-02-28store player and profile for member leaderboardsmat
2021-02-28make misc leaderboards always show up lastmat
2021-02-28improve categorized leaderboardsmat
2021-02-28Make leaderboard stuff use less memorymat
2021-02-28make first_join be sorted in reversemat
2021-02-28make /leaderboards include categoriesmat
2021-02-28add /leaderboardsmat
2021-02-28instantly update leaderboard when profile is viewedmat
2021-02-28make the max items in leaderboard easily changeablemat
2021-02-28only add relevant attributes for member to dbmat
2021-02-28update package-lock.json and remove weird codemat
2021-02-28Add leaderboardsmat