summary refs log tree commit diff
path: root/src/gateway/events (follow)
Commit message (Collapse)AuthorAgeFilesLines
* sentry db instrumentation for gateway eventsMadeline2023-09-021-30/+25
|
* Gateway close if user could not be fetched just send IDMadeline2023-08-081-1/+9
|
* Update Connection.tsZert3x2023-05-281-1/+1
|
* Remove ALL fosscord mentionsMadeline2023-03-313-6/+6
|
* SPACEBARMadeline2023-03-313-3/+3
|
* SPACEBARMadeline2023-03-313-3/+3
|
* Fix a bug prevent connections using erlpack (#977)Madeline2023-02-161-1/+1
|
* Use erlpack instead of @yukikaze-bot/erlpack (#968)Madeline2023-02-012-18/+16
|
* Add ESLint (#941)Madeline2023-01-203-10/+14
| | | | | | | * 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-183-0/+54
| | | | | | | | | * 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
|
* Dont send sessions replace or presence update for unidentified usersMadeline2023-01-131-0/+3
|
* Dev/post refactor fixes (#927)TheArcaneBrony2023-01-122-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add error handler for individual gateway socketsMadeline2023-01-101-0/+3
|
* PrettierMadeline2023-01-052-24/+33
|
* Add WS_LOGEVENTS and WS_VERBOSE env varsMadeline2022-12-312-1/+17
|
* Add comment for 123 magic numberMadeline2022-12-171-1/+1
|
* Remove fluent-ffmpeg dep. TODO: Merge puyo's PRMadeline2022-12-171-4/+2
|
* Remove IP logging from gatewayMadeline2022-12-171-3/+3
|
* 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-262-9/+11
|
* Move schemas to /src/util/schemasMadeline2022-09-261-10/+10
|
* Add generate:client scriptMadeline2022-09-261-1/+1
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-253-0/+205