| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-13 | Fix typo in guild-create.ts | Federico "fuji97" Rapetti | 1 | -1/+1 | |
| 2022-01-12 | Refactor production checks | Federico fuji97 Rapetti | 3 | -19/+20 | |
| 2022-01-10 | Fix lint commands and lint errors | Federico fuji97 Rapetti | 1 | -1/+1 | |
| 2022-01-10 | Merge branch 'feature/slash-commands' into feature/slash-commands | Federico Rapetti 20018955 | 1 | -2/+2 | |
| 2022-01-10 | Refactor bot commands update system | Federico fuji97 Rapetti | 3 | -10/+33 | |
| 2022-01-10 | Change welcome message to use slash command | Federico fuji97 Rapetti | 1 | -1/+1 | |
| 2022-01-09 | Fix database path for Windows | Max Isom | 1 | -1/+3 | |
| 2022-01-07 | Add script to clear key value cache | Max Isom | 1 | -0/+10 | |
| 2022-01-07 | Bump discord.js | Max Isom | 3 | -3/+4 | |
| 2022-01-07 | Bump youtube.ts | Max Isom | 1 | -3/+3 | |
| 2022-01-06 | Don't silently fail | Max Isom | 1 | -48/+36 | |
| 2022-01-05 | Setup and migrate to Prisma (#456) | Peerawas Archavanuntakun | 21 | -178/+366 | |
| 2021-12-27 | Fix invite scope | Max Isom | 1 | -1/+1 | |
| 2021-12-27 | Refactor shuffle command as slash command | Federico fuji97 Rapetti | 1 | -10/+12 | |
| 2021-12-27 | Refactor seek command as slash command | Federico fuji97 Rapetti | 1 | -26/+31 | |
| 2021-12-27 | Remove old functions from commands | Federico fuji97 Rapetti | 3 | -79/+11 | |
| 2021-12-27 | Refactor unskip command as slash command | Federico fuji97 Rapetti | 1 | -1/+21 | |
| 2021-12-27 | Refactor skip command as slash command | Federico fuji97 Rapetti | 1 | -1/+28 | |
| 2021-12-26 | Change module version to ES2020 | Federico fuji97 Rapetti | 1 | -7/+1 | |
| 2021-12-26 | Update remove command to slash command | Federico fuji97 Rapetti | 1 | -7/+34 | |
| 2021-12-26 | Rollback to Node v16.13.0 | Federico fuji97 Rapetti | 1 | -1/+1 | |
| 2021-12-26 | Improve commands registration | Federico fuji97 Rapetti | 3 | -13/+33 | |
| 2021-12-21 | Merge branch 'master' into feature/slash-commands | Max Isom | 4 | -19/+129 | |
| 2021-12-21 | Handle if queue reply is deleted | Max Isom | 2 | -15/+51 | |
| 2021-12-18 | Merge branch 'master' into playlist-limit-config | Max Isom | 5 | -23/+158 | |
| 2021-12-18 | Revert incorrect changes | Thongrapee Panyapatiphan | 2 | -10/+9 | |
| 2021-12-17 | Merge branch 'master' into mutex | Max Isom | 4 | -12/+45 | |
| 2021-12-15 | Start migrating queue command | Max Isom | 9 | -66/+358 | |
| Also: make it persistent & updating, add buttons ✨ | |||||
| 2021-12-15 | Migrate pause command | Max Isom | 2 | -11/+13 | |
| 2021-12-13 | Migrate fseek command | Max Isom | 1 | -22/+41 | |
| 2021-12-13 | Migrate disconnect command | Max Isom | 4 | -94/+14 | |
| 2021-12-13 | Migrate clear command | Max Isom | 1 | -9/+8 | |
| 2021-12-13 | Merge branch 'master' into feature/slash-commands | Max Isom | 2 | -2/+19 | |
| 2021-12-13 | Add splash banner and spinner progress for initial connection | Max Isom | 2 | -2/+19 | |
| 2021-12-12 | Edit interaction reply if necessary for error messages | Max Isom | 2 | -2/+7 | |
| 2021-12-12 | Migrate play command to slash command | Max Isom | 6 | -169/+76 | |
| 2021-12-12 | Always resume | Max Isom | 2 | -15/+26 | |
| 2021-12-12 | Merge branch 'master' into play-behavior-fix-gpg | Max Isom | 15 | -72/+194 | |
| 2021-12-12 | Merge branch 'master' into play-behavior-fix-gpg | Max Isom | 12 | -65/+167 | |
| 2021-12-09 | Merge branch 'master' into playlist-limit-config | Thongrapee Panyapatiphan | 25 | -136/+360 | |
| 2021-12-07 | Check database direction for orphans | Max Isom | 1 | -0/+66 | |
| 2021-12-03 | Revert back to static property | Max Isom | 1 | -3/+3 | |
| 2021-12-03 | Use loop instead of recursion | Max Isom | 1 | -8/+27 | |
| 2021-12-03 | Update debug logging | Max Isom | 1 | -8/+5 | |
| 2021-12-03 | Return when queue is empty | Max Isom | 1 | -7/+9 | |
| 2021-12-03 | Disable @typescript-eslint/no-implicit-any-catch | Max Isom | 1 | -2/+2 | |
| (Strict mode in TS 4.4 enables useUnknownInCatchVariables, so this is redundant.) | |||||
| 2021-12-03 | add some debug logs | Hellyson Rodrigo Parteka | 1 | -1/+7 | |
| 2021-12-03 | fix(file-cache): add queue to handle eviction of old files | Hellyson Rodrigo Parteka | 1 | -4/+12 | |
| This commit also removes the `await` from every stream creation. The eviction will be handled totally assyncronously. The only drawback is the possibility of exceeding the cache limit for a moment, until the next execution of `evictOldest`. This will only be a problem if the cache is set too close to the remaining disk space, which I wouldn't recomend. I also removed the recursion. | |||||
| 2021-12-03 | fix(file-cache): try/catch to prevent concurrency issues | Hellyson Rodrigo Parteka | 1 | -3/+7 | |
| 2021-11-24 | Add back -re option on uncached streams | Max Isom | 1 | -9/+11 | |
