aboutsummaryrefslogtreecommitdiff
path: root/src/hypixel.ts
AgeCommit message (Expand)Author
2022-04-10Cache usernames and ranks in leaderboards in dbmat
2022-04-10fix y200 century cake & throw error earlier when hypixel api returns nullmat
2022-04-09include profile mode in /player/[player]mat
2022-04-09Include whether the member left in profile.membersmat
2022-03-31remove deleted profiles from leaderboardmat
2022-03-28fix item list updating too muchmat
2022-03-28update testsmat
2022-03-28add item listmat
2022-03-27Fix first join & add last save leaderboardmat
2022-03-27fix and bump typed-hypixel-api versionmat
2022-03-26Change a lot of things to use typed-hypixel-apimat
2022-03-25Add typed-hypixel-api as a dep and change some codemat
2022-03-20Add the "left" field for members who leftmat
2022-03-19Squashed commit of the following:mat
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]
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
2021-05-24add temporary debug thingmat
2021-05-01Show minions that haven't been unlocked in response (#20)mat
2021-04-27Add minion_count leaderboard (#15)mat
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
2021-02-13add objectives and skillsmat
2021-02-13optimize inventoriesmat
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