Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2022-04-26 | Do stuff for npm workspace | Thesourtimes | 16 | -165/+26 | |
2022-04-24 | eventually fix those errors | Erkin Alp Güney | 2 | -8/+11 | |
2022-04-24 | Update RateLimit.ts | Erkin Alp Güney | 1 | -2/+3 | |
2022-04-24 | Update Token.ts | Erkin Alp Güney | 1 | -1/+6 | |
2022-04-24 | Update RateLimit.ts | Erkin Alp Güney | 1 | -1/+1 | |
2022-04-24 | fix the seconds rounding logic | Erkin Alp Güney | 1 | -2/+2 | |
2022-04-24 | Punitive rate limiting | Erkin Alp Güney | 1 | -4/+8 | |
2022-04-23 | Update Message.ts | Erkin Alp Güney | 1 | -1/+1 | |
2022-04-23 | self commands and /me messages | Erkin Alp Güney | 1 | -1/+3 | |
2022-04-23 | backfilling — first steps | Erkin Alp Güney | 2 | -2/+87 | |
2022-04-22 | text+voice code is already there | Erkin Alp Güney | 1 | -1/+0 | |
2022-04-23 | Fix not assigning new changes to input fields in users/@me | Madeline | 1 | -1/+1 | |
2022-04-23 | Can no longer send messages to channel types that do not support it ( ↵ | Madeline | 2 | -0/+16 | |
categories, voice etc ) | |||||
2022-04-23 | Fixed ability for user to edit any property of themselves, including ↵ | Madeline | 3 | -8151/+12479 | |
`rights`, `flags`. Note to self: schemas.json is a GENERATED file. `npm run generate:schema` in api/ | |||||
2022-04-21 |