Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-11 | increase max listeners for TLSSocket | mat | |
2021-09-06 | Bump 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-01 | add #1 leaderboards count leaderboard | mat | |
2021-07-13 | increase max listeners because what could go wrong | mat | |
2021-06-29 | enable strictNullChecks and fix all related issues (#65) | mat | |
2021-06-24 | remove console logs | mat | |
2021-06-24 | log more stuff | mat | |
2021-05-31 | decrease basicPlayerCache maxAge more | mat | |
2021-05-31 | fix basicPlayerCache not being in ms | mat | |
2021-05-31 | change cache time for usernames | mat | |
2021-05-31 | change basic player cache to only 30 minutes | mat | |
2021-05-30 | increase max listeners for usernameCache | mat | |
2021-05-29 | probably fix a thing | mat | |
2021-05-28 | add more useful stuff to index | mat | |
2021-05-27 | fix some bugs with it loading forever | mat | |
2021-05-27 | increase max in basicPlayerCache hopefully it doesn't use too much ram | mat | |
2021-05-27 | log profile in fetchProfileUuid cache miss | mat | |
2021-05-25 | add LRUCache for basicPlayerCache | mat | |
2021-05-25 | remove debug stuff | mat | |
2021-05-24 | add cachedRawLeaderboards size to debug | mat | |
2021-05-24 | remove first_join from CleanPlayer | mat | |
we *probably* don't need it | |||
2021-05-24 | more debug stuff | mat | |
2021-05-24 | add temporary debug thing | mat | |
2021-05-01 | Show 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-28 | remove some debug stuff | mat | |
2021-04-27 | Add minion_count leaderboard (#15) | mat | |
* add minion count leaderboard * fix error that happens sometimes * Update index.js | |||
2021-04-27 | Add unit tests (#12) | mat | |
* start adding unit tests * add more to test/data/mojang.json * fix sending http requests in tests when it shouldn't * add a few more tests * try to add a github action to run tests * Update test.yml | |||
2021-04-14 | Total leaderboards leaderboard working (#6) | mat | |
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch * fix random bugs that made people disappear from leaderboards | |||
2021-04-14 | Revert "Total leaderboards leaderboard (#5)" | mat | |
This reverts commit 0e5887326f1ba1f8005ca0bd217c5b332a1fb6cf. | |||
2021-04-14 | Total leaderboards leaderboard (#5) | mat | |
* add leaderboards leaderboard * slightly optimize fetchPlayer to not unnecessarily fetch the same player twice * Compiled TS into JS * fix errors with fetch | |||
2021-03-24 | completely replace ashcon with mojang | mat | |
2021-03-24 | improve mojang api to be much much faster | mat | |
2021-03-02 | add some more typings | mat | |
2021-03-02 | fix some errors with invalid players | mat | |
2021-03-01 | change concurrent updating leaderboard members to 1 | mat | |
2021-03-01 | Update hypixelCached.ts | mat | |
2021-03-01 | fix error on null players | mat | |
2021-03-01 | optimize leaderboards | mat | |
2021-03-01 | fix error on timedeo's profile | mat | |
2021-03-01 | add skills and zones as constants | mat | |
2021-03-01 | add mythos stat category | mat | |
2021-02-28 | update package-lock.json and remove weird code | mat | |
2021-02-28 | fix double fetching | mat | |
2021-02-28 | Add leaderboards | mat | |
2021-02-20 | add debug stuff | mat | |
2021-02-16 | change profileCache to use clones | 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 | |
some users dont have a rank, and some users dont have skyblock profiles |