summary refs log tree commit diff
path: root/src/gateway/events/Message.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* var -> letTheArcaneBrony2023-01-141-3/+3
| | | | Signed-off-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Fix dumping incoming messagesMadeline2023-01-131-2/+2
|
* Dev/post refactor fixes (#927)TheArcaneBrony2023-01-121-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-22/+31
|
* Add WS_LOGEVENTS and WS_VERBOSE env varsMadeline2022-12-311-0/+2
|
* Add comment for 123 magic numberMadeline2022-12-171-1/+1
|
* Remove fluent-ffmpeg dep. TODO: Merge puyo's PRMadeline2022-12-171-4/+2
|
* Rewrite gateway message decodingMadeline2022-10-311-11/+15
|
* Add `private_channels_version` to `client_state` in identity. also set ↵Madeline2022-10-311-1/+6
| | | | sentry user in gateway
* Sentry stuff?Madeline2022-10-301-5/+8
|
* capture exception in sentry for embed processingMadeline2022-10-041-1/+1
|
* Missed some schemasMadeline2022-09-281-14/+7
|
* Bad check for if buffer is json string instead of gzipMadeline2022-09-271-2/+2
|
* PrettierMadeline2022-09-261-5/+3
|
* Move schemas to /src/util/schemasMadeline2022-09-261-10/+10
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+74