Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2021-09-20 | :sparkles: accept invite page | Flam3rboy | 7 | -27/+43 | |
2021-09-20 | Fix one thing, another problem pops up | Chris Chrome | 3 | -2/+6 | |
Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> | |||||
2021-09-20 | :arrow_up: update test client | Flam3rboy | 1 | -4/+4 | |
2021-09-20 | Delete messages before deleting channel | Chris Chrome | 1 | -2/+2 | |
Might need some testing, but seems pretty solid for one line of code lol | |||||
2021-09-19 | Update README.md | Flam3rboy | 1 | -1/+1 | |
2021-09-19 | :truck: move file handle to utility | Flam3rboy | 7 | -4/+422 | |
2021-09-19 | :bug: fix bundle debug | Flam3rboy | 4 | -9/+270 | |
2021-09-19 | :truck: move handleFile to cdn | Flam3rboy | 4 | -9/+5 | |
2021-09-19 | :art: user is verified by default | Flam3rboy | 1 | -1/+1 | |
2021-09-18 | Fix environment variable name to work on non-Windows platforms | The Arcane Brony | 1 | -9/+9 | |
2021-09-18 | Add response code white/blacklisting | The Arcane Brony | 1 | -1/+20 | |
2021-09-18 | Removed ChannelService, more fixes | AlTech98 | 11 | -139/+131 | |
2021-09-18 | Add request logging (with env var: log-requests) | The Arcane Brony | 3 | -0/+141 | |
Request logging is enabled when the log-request environment variable is set. | |||||
2021-09-18 | Update connections.ts | Flam3r |