summary refs log tree commit diff
path: root/src/gateway/events (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add basic data pipeline operators github/dev/gw-encoding-refactor dev/gw-encoding-refactorRory&2026-05-041-29/+103
|
* switch to harmony-erlpackRory&2026-05-031-8/+10
|
* eslint: arrow-body-style=as-neededRory&2026-04-191-3/+1
|
* eslint: array callback return, no restricted importsRory&2026-04-192-4/+4
|
* Presence disconnect works!Rory&2026-04-132-4/+9
|
* Mark users as offline when gateway connection is closedRory&2026-04-131-1/+30
| | | | | | Part of #1541 Co-authored-by: Davide <137603413+LW-Davide@users.noreply.github.com>
* Fix voice state query trying to include memberRory&2026-03-211-2/+7
|
* Migrate PresenceUpdateEvent to satisfies, part of #1577Rory&2026-03-201-17/+13
|
* Migrate VoiceS*Event to satisfies, part of #1577Rory&2026-03-201-1/+3
|
* Remove unused imports for non-entitiesRory&2026-03-142-2/+2
|
* Clean up some type guardsRory&2026-03-141-3/+3
|
* oooopsRory&2026-03-061-1/+1
|
* Inline pointless const for session_idRory&2026-03-061-3/+1
|
* Gateway: log user ID/iRory&2026-02-172-9/+9
|
* gateway: introspect endpointRory&2026-02-081-0/+8
|
* Gateway close logging for 4002Rory&2026-01-132-3/+16
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-173-198/+198
|
* Prettier u10Rory&2025-12-172-41/+14
|
* Prettier 2Rory&2025-12-171-1/+1
|
* Fix session id shenanigsRory&2025-12-171-1/+1
|
* Update session infoRory&2025-12-171-2/+1
|
* Fix IP tracking for bansRory&2025-12-121-0/+7
|
* Handle case where session is an object, merges #1412Rory&2025-11-291-1/+1
|
* don't show invisMathMan052025-11-291-1/+1
|
* remove first/lastMathMan052025-11-251-16/+3
|
* ZSTD on gatewayRory&2025-10-172-9/+13
|
* Local changesRory&2025-10-161-3/+12
|
* Reorganise schemas a little bitRory&2025-10-151-1/+2
|
* Unkown -> unkown (typo fix)Rory&2025-10-041-1/+1
|
* Drop @sentry/node (Sentry support) - untested and unusedRory&2025-09-291-23/+2
|
* Make IP/user-agent validation in CDN workRory&2025-07-061-6/+22
|
* sign urls in gatewayEmma [it/its]@Rory&2025-07-061-0/+2
|
* add webrtc support (#1284)dank0742025-06-221-0/+35
| | | | Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
* run prettierdank0742024-11-191-2/+4
|
* Update sentry to latestEmma [it/its]@Rory&2024-10-301-2/+2
|
* Remove imports of erlpack in favor of @yukikaze-bot/erlpack due to the ↵Emma [it/its]@Rory&2024-10-302-14/+4
| | | | former not working on modern node
* Fall back to @yukikaze-bot/erlpack if erlpack cant be found or loadedEmma [it/its]@Rory&2024-10-092-2/+12
|
* Fix issues with requesting presencesTomatoCake2024-08-111-5/+5
|
* 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