index
:
github/skyblock-api.git
feat/backpacks
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
hypixel.ts
Age
Commit message (
Expand
)
Author
2022-04-10
Cache usernames and ranks in leaderboards in db
mat
2022-04-10
fix y200 century cake & throw error earlier when hypixel api returns null
mat
2022-04-09
include profile mode in /player/[player]
mat
2022-04-09
Include whether the member left in profile.members
mat
2022-03-31
remove deleted profiles from leaderboard
mat
2022-03-28
fix item list updating too much
mat
2022-03-28
update tests
mat
2022-03-28
add item list
mat
2022-03-27
Fix first join & add last save leaderboard
mat
2022-03-27
fix and bump typed-hypixel-api version
mat
2022-03-26
Change a lot of things to use typed-hypixel-api
mat
2022-03-25
Add typed-hypixel-api as a dep and change some code
mat
2022-03-20
Add the "left" field for members who left
mat
2022-03-19
Squashed commit of the following:
mat
2022-02-12
Election API
mat
2022-02-10
fix leaderboards not loading sometimes, hopefully
mat
2021-12-29
fix all typescript errors with mongodb
mat
2021-09-06
Bump node-fetch from 2.6.1 to 3.0.0 (#116)
dependabot[bot]
2021-06-29
enable strictNullChecks and fix all related issues (#65)
mat
2021-06-24
actually error like it's supposed to for invalid player profiles
mat
2021-06-24
debugging:tm:
mat
2021-06-03
return null if fetchMemberProfile user uuid is null
mat
2021-05-27
fix some bugs with it loading forever
mat
2021-05-27
Profile customization (#45)
mat
2021-05-24
add temporary debug thing
mat
2021-05-01
Show minions that haven't been unlocked in response (#20)
mat
2021-04-27
Add minion_count leaderboard (#15)
mat
2021-04-08
change how stats are sent to allow for extra info
mat
2021-03-02
add some more typings
mat
2021-03-01
fix error for nonexistent players
mat
2021-03-01
add skill leaderboards
mat
2021-02-28
instantly update leaderboard when profile is viewed
mat
2021-02-28
Add leaderboards
mat
2021-02-20
add debug stuff
mat
2021-02-15
fix profiles for players that changed their usernames
mat
2021-02-15
remove debug logs
mat
2021-02-14
add rank to basic member
mat
2021-02-14
fix special cases
mat
2021-02-13
add objectives and skills
mat
2021-02-13
optimize inventories
mat
2021-02-13
move some code to make more sense
mat
2021-02-13
add banking info
mat
2021-02-13
add optional check to verify all clients are owned by the creator
mat
2021-02-13
create member, profile, and profiles cleaners
mat
2021-02-13
move stuff into src folder
mat