summary refs log tree commit diff
path: root/src/gateway/events/Message.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sentry db instrumentation for gateway eventsMadeline2023-09-021-30/+25
|
* Remove ALL fosscord mentionsMadeline2023-03-311-2/+2
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Use erlpack instead of @yukikaze-bot/erlpack (#968)Madeline2023-02-011-6/+6
|
* Add ESLint (#941)Madeline2023-01-201-7/+8
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* 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