summary refs log tree commit diff
path: root/src/api/middlewares (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dev/post refactor fixes (#927)TheArcaneBrony2023-01-121-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Re-introduce outgoing message logging Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Websocket dumping * Sentry user count on API * Generate session ID upon opening websocket, fix gateway dumps * Async file io in src/gateway/events/Message.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Async file io in src/util/util/Config.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Make pre-commit hook executable Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Fixed sync file io in src/util/util/Config.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Fixed missing await call in src/util/util/AutoUpdate.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Add comment to src/gateway/events/Connection.ts Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> * Clean up gateway dumping code Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com> Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* PrettierMadeline2023-01-051-38/+82
|
* Rename limits_rate_disabled -> limits_rate_enabled and remove ↵Madeline2022-12-221-2/+2
| | | | limits_guilds_hideOfflineMember
* Fix redirect when test client disabledMadeline2022-12-221-9/+9
|
* Disable test client by defaultMadeline2022-12-211-0/+6
|
* Refactored testclientMadeline2022-12-181-133/+103
|
* Move src-slowcord to own repo ↵Madeline2022-10-281-0/+2
| | | | https://github.com/MaddyUnderStars/slowcord-services
* TestClient middleware will now add cache misses to file for generate:client ↵Madeline2022-10-241-8/+12
| | | | script to fetch. Also patch discord icon top left
* Change android and ios client downloads to use /download endpoint, update ↵Madeline2022-10-241-1/+1
| | | | Release entity to suck less
* PrettierMadeline2022-09-267-63/+182
|
* Add generate:client scriptMadeline2022-09-261-0/+9
|
* Rearrange assets a bit, fix anything that uses assets folderMadeline2022-09-262-11/+15
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-258-0/+499