aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-06-03maybe fix errormat
2021-06-03return null if fetchMemberProfile user uuid is nullmat
2021-06-02actually 404 when something isn't foundmat
2021-06-02remove a console.logmat
2021-06-02oh turns out people are just putting invalid usernamesmat
2021-06-02log ashcon thingmat
2021-06-02more debugging:tm:mat
2021-06-02debugging:tm:mat
2021-06-02undash ashcon uuids for consistencymat
2021-06-02stop erroring on invalid mojang responsesmat
2021-06-02add api.ashcon.app as alternative to mojang apimat
2021-06-02slice xpTable at max levelmat
2021-06-02remove returning key usagemat
2021-06-02Fix max levelmat
2021-06-02fix some duplicate things that were there for some reasonmat
2021-06-02Merge branch 'main' of https://github.com/skyblockstats/skyblock-api into mainmat
2021-06-02include the max level of the skillmat
2021-06-02Extra skill info (#52)mat
* include more data about skills * i decided that having manual stuff in skyblock-constants is a bad idea * Update skills.js
2021-06-02include more data about skills (#51)mat
2021-06-01add info for leaderboards_countmat
2021-06-01fix not choosing best api keymat
2021-06-01add key usage info to indexmat
2021-06-01make new "cache" for recentlyqueuedmat
2021-06-01don't queue stuff if it's in recentlyUpdatedmat
2021-06-01lower the interval for leaderboardUpdateMemberQueue even moremat
uhhhhhh hopefully the database doesn't get too sad from this
2021-06-01decrease the queue intervals by a lotmat
2021-06-01add queue sizes to index debug datamat
2021-06-01temporarily disable fetchMemberLeaderboardSpotsmat
2021-06-01Revert "Revert "Revert "temporarily disable leaderboard cache"""mat
This reverts commit f111a9a1db78fbfe0737661f3c9104f52d6de945.
2021-06-01Revert "Revert "temporarily disable leaderboard cache""mat
This reverts commit 0203c2bf6d645e2f0c42fc3dc839e1320ee57c84.
2021-06-01Revert "temporarily disable leaderboard cache"mat
This reverts commit ddf7ff4ab6331f70e313de29eafdcc03d67074ad.
2021-06-01temporarily disable leaderboard cachemat
i am literally going insane
2021-05-31decrease basicPlayerCache maxAge moremat
2021-05-31add leaderboard infosmat
2021-05-31fix basicPlayerCache not being in msmat
2021-05-31change cache time for usernamesmat
2021-05-31change basic player cache to only 30 minutesmat
2021-05-31add memberRawLeaderboardItem and profileRawLeaderboardItemmat
these hold slightly less information and should therefore use slightly less memory, hopefully
2021-05-31removed fetching all the members in all of the leaderboardsmat
2021-05-30re-add the pre-cache for leaderboard usersmat
2021-05-30remove debug thingmat
2021-05-30i think i found out why it's using so much memory.mat
2021-05-30Revert "disable leaderboards again :trollface:"mat
This reverts commit dcccb6fa3bcfb15dcb272e47ddd87184ab84be61.
2021-05-30disable leaderboards again :trollface:mat
2021-05-30increase max listeners for usernameCachemat
2021-05-30do more things to maybe prevent random crashes???mat
2021-05-29only cache raw leaderboardsmat
2021-05-29add more try catchesmat
2021-05-29probably fix a thingmat
2021-05-28add more useful stuff to indexmat