aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2021-09-12add warning for social skill leaderboardmat
2021-09-11increase max listeners for TLSSocketmat
2021-09-10make the zones api include unvisited zonesmat
2021-09-08update discord client idmat
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-08-06don't add players to leaderboards leaderboards when they aren't on anymat
2021-08-01remove debug messagemat
2021-08-01add #1 leaderboards count leaderboardmat
2021-07-13increase max listeners because what could go wrongmat
2021-07-01make the code slightly prettiermat
2021-07-01delete players with no leaderboard positions from leaderboard collectionsmat
2021-06-30fix error that happens sometimes for nonexistent playersmat
2021-06-29fix youtube rank displaying wronglymat
closes #49
2021-06-29Merge branch 'main' of https://github.com/skyblockstats/skyblock-api into mainmat
2021-06-29moderator -> modmat
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-24remove console logsmat
2021-06-24log api keysmat
2021-06-24log keymat
2021-06-24debugging:tm:mat
2021-06-24log more stuffmat
2021-06-24why is it broken?????mat
2021-06-24log the mojang errormat
2021-06-16why did it breakmat
2021-06-03change some variable names in collections to make more sensemat
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