aboutsummaryrefslogtreecommitdiff
path: root/src/hypixel.ts
AgeCommit message (Collapse)Author
2022-02-12Election APImat
2022-02-10fix leaderboards not loading sometimes, hopefullymat
2021-12-29fix all typescript errors with mongodbmat
2021-09-06Bump node-fetch from 2.6.1 to 3.0.0 (#116)dependabot[bot]
* Bump node-fetch from 2.6.1 to 3.0.0 Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 3.0.0. - [Release notes](https://github.com/node-fetch/node-fetch/releases) - [Changelog](https://github.com/node-fetch/node-fetch/blob/main/docs/CHANGELOG.md) - [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v3.0.0) --- updated-dependencies: - dependency-name: node-fetch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * fix issues with node fetch 3.0 * change module to esnext instead of commonjs * fix imports and tests * fix package-lock.json Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: mat <github@matdoes.dev> Co-authored-by: mat <27899617+mat-1@users.noreply.github.com>
2021-06-29enable strictNullChecks and fix all related issues (#65)mat
2021-06-24actually error like it's supposed to for invalid player profilesmat
2021-06-24debugging:tm:mat
2021-06-03return null if fetchMemberProfile user uuid is nullmat
2021-05-27fix some bugs with it loading forevermat
2021-05-27Profile customization (#45)mat
* add basic discord auth * add uuid dependency * add lastUpdated to sessions * add route to get session from id * add accounts collection * update build * add gm rank * add `customization` url parameter * add customization parameter to /player/:user * add route to get info from discord id * remove a console.log * Update database.js * Update package.json * fix tests
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-27Add minion_count leaderboard (#15)mat
* add minion count leaderboard * fix error that happens sometimes * Update index.js
2021-04-08change how stats are sent to allow for extra infomat
2021-03-02add some more typingsmat
2021-03-01fix error for nonexistent playersmat
2021-03-01add skill leaderboardsmat
2021-02-28instantly update leaderboard when profile is viewedmat
2021-02-28Add leaderboardsmat
2021-02-20add debug stuffmat
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-13add objectives and skillsmat
2021-02-13optimize inventoriesmat
don't parse nbt for inventories that it doesn't need to
2021-02-13move some code to make more sensemat
2021-02-13add banking infomat
2021-02-13add optional check to verify all clients are owned by the creatormat
2021-02-13create member, profile, and profiles cleanersmat
2021-02-13move stuff into src foldermat