Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-01 | temporarily disable leaderboard cache | mat | |
i am literally going insane | |||
2021-05-31 | decrease basicPlayerCache maxAge more | mat | |
2021-05-31 | add leaderboard infos | 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-31 | add memberRawLeaderboardItem and profileRawLeaderboardItem | mat | |
these hold slightly less information and should therefore use slightly less memory, hopefully | |||
2021-05-31 | removed fetching all the members in all of the leaderboards | mat | |
2021-05-30 | re-add the pre-cache for leaderboard users | mat | |
2021-05-30 | remove debug thing | mat | |
2021-05-30 | i think i found out why it's using so much memory. | mat | |
2021-05-30 | Revert "disable leaderboards again :trollface:" | mat | |
This reverts commit dcccb6fa3bcfb15dcb272e47ddd87184ab84be61. | |||
2021-05-30 | disable leaderboards again :trollface: | mat | |
2021-05-30 | increase max listeners for usernameCache | mat | |
2021-05-30 | do more things to maybe prevent random crashes??? | mat | |
2021-05-29 | only cache raw leaderboards | mat | |
2021-05-29 | add more try catches | mat | |
2021-05-29 | probably fix a thing | mat | |
2021-05-28 | add more useful stuff to index | mat | |
2021-05-28 | add more stuff to index route | mat | |
2021-05-28 | Don't fetch leaderboards multiple times when they're already being fetched (#47) | mat | |
2021-05-28 | increase interval for updating leaderboards | mat | |
2021-05-27 | fix some bugs with it loading forever | mat | |
2021-05-27 | random random debug things and optimize leaderboards | mat | |
optimize leaderboards by fetching all the raw ones at the beginning | |||
2021-05-27 | make leaderboards send less requests | mat | |
2021-05-27 | increase max in basicPlayerCache hopefully it doesn't use too much ram | mat | |
2021-05-27 | disable "fast" mode for leaderboards | mat | |
2021-05-27 | log profile in fetchProfileUuid cache miss | mat | |
2021-05-27 | Profile customization (#46) | mat | |
* add basic discord auth * add uuid dependency * add lastUpdated to sessions * add route to get session from id * add accounts collection * update build * add gm rank * add `customization` url parameter * add customization parameter to /player/:user * add route to get info from discord id * remove a console.log * Update database.js * Update package.json * fix tests * change mainSiteUrl | |||
2021-05-27 | Profile customization (#45) | mat | |
* add basic discord auth * add uuid dependency * add lastUpdated to sessions * add route to get session from id * add accounts collection * update build * add gm rank * add `customization` url parameter * add customization parameter to /player/:user * add route to get info from discord id * remove a console.log * Update database.js * Update package.json * fix tests | |||
2021-05-26 | replace a rank thing with switch statement | 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-24 | Revert "disable leaderboards" | mat | |
This reverts commit 17866766304a9049dda716a21d94bcd4803980a7. | |||
2021-05-24 | Revert "enable raw leaderboard cache again" | mat | |
This reverts commit b33fbf90a8c7df808ee88ac2b38782fcfe93f224. | |||
2021-05-24 | enable raw leaderboard cache again | mat | |
2021-05-24 | disable leaderboards | mat | |
2021-05-19 | add gm rank | mat | |
2021-05-10 | decrease memory use | mat | |
2021-05-09 | Revert "temp debug stuff" | mat | |
This reverts commit 58807d12eefe264e817d8dc4b7075dbb25e4c2d2. | |||
2021-05-09 | temp debug stuff | mat | |
2021-05-02 | remove a console.log | mat | |
2021-05-02 | add `/constants` api to get max minions and fairy souls (#21) | mat | |
2021-05-01 | remove console.log | 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-30 | add "basic" url parameter to /player/<user> | mat | |