summary refs log tree commit diff
path: root/src/gateway/util (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add basic data pipeline operators github/dev/gw-encoding-refactor dev/gw-encoding-refactorRory&2026-05-042-3/+5
|
* switch to harmony-erlpackRory&2026-05-031-7/+9
|
* eslint: arrow-body-style=as-neededRory&2026-04-191-3/+1
|
* eslint: array callback return, no restricted importsRory&2026-04-191-2/+2
|
* Make presence clear async, clean up temp session codeRory&2026-04-131-1/+16
|
* prep for presenceRory&2026-04-131-19/+0
|
* Emit presence on identify, support deduped gw eventsRory&2026-04-132-0/+2
|
* Refactor Identify : batch guild queries and parallelise relation fetchesOh642026-04-061-0/+1
|
* Remove unused imports for non-entitiesRory&2026-03-141-1/+1
|
* properly mark unused paramsRory&2026-03-141-1/+1
|
* gateway offload workRory&2026-03-131-0/+1
|
* gateway: util function to do gateway offload stuffRory&2026-03-131-1/+35
|
* Gateway: add SB_SESSION_CLOSE and SB_SESSION_INVALIDATE eventsRory&2026-03-131-1/+1
|
* Factor out getMostRelevantSessionRory&2026-03-121-0/+18
|
* Gateway: dont block on clearing voice statesRory&2026-02-161-5/+4
|
* Fix disabling migrations on nix not wirkingRory&2026-02-041-1/+5
|
* Identify: hold onto access tokenRory&2026-01-301-0/+1
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-177-179/+179
|
* Prettier u10Rory&2025-12-172-24/+8
|
* Prettier 4Rory&2025-12-171-3/+1
|
* Session fixesRory&2025-12-161-3/+2
|
* Fix IP tracking for bansRory&2025-12-121-0/+1
|
* fix: prevent race condition in rabbitmqdank0742025-12-121-2/+2
|
* Various gateway stuffRory&2025-12-021-0/+2
|
* ZSTD on gatewayRory&2025-10-172-13/+22
|
* Add tracing to IDENTIFYRory&2025-09-291-0/+5
|
* Fix forgotten function signature changesRory&2025-07-061-1/+0
|
* Make IP/user-agent validation in CDN workRory&2025-07-061-5/+1
|
* sign urls in gatewayEmma [it/its]@Rory&2025-07-061-0/+6
|
* Fix typeorm queries no longer allowing empty where clausesEmma [it/its]@Rory&2025-07-061-11/+14
|
* add webrtc support (#1284)dank0742025-06-224-5/+65
| | | | Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
* Remove imports of erlpack in favor of @yukikaze-bot/erlpack due to the ↵Emma [it/its]@Rory&2024-10-301-7/+2
| | | | former not working on modern node
* Fall back to @yukikaze-bot/erlpack if erlpack cant be found or loadedEmma [it/its]@Rory&2024-10-091-1/+6
|
* Fix bug & handle 75k/large_threshold in opcode 8TomatoCake2024-08-181-3/+4
| | | | | | Also fixes a bug that only allowed "guild_id" and "user_ids" to be an Array instead of also a String Co-Authored-By: Puyodead1 <puyodead@proton.me>
* Respect CLIENT_STATE_V2 capabilityMadeline2023-04-033-0/+29
|
* Remove ALL fosscord mentionsMadeline2023-03-313-5/+5
|
* SPACEBARMadeline2023-03-316-6/+6
|
* SPACEBARMadeline2023-03-316-6/+6
|
* Fix gateway encoding Date objects as {} when using erlpack. Fixes ↵Madeline2023-02-211-3/+23
| | | | NaN/NaN/NaN timestamps in desktop client
* Use erlpack instead of @yukikaze-bot/erlpack (#968)Madeline2023-02-011-9/+9
|
* Add ESLint (#941)Madeline2023-01-203-6/+7
| | | | | | | * 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-186-0/+108
| | | | | | | | | * 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
* Dev/post refactor fixes (#927)TheArcaneBrony2023-01-121-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* PrettierMadeline2022-09-261-1/+3
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-256-0/+139