summary refs log tree commit diff
path: root/src/gateway/opcodes/Identify.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Decouple gateway connection state from inner ws object github/dev/gwsep dev/gwsepRory&3 days1-3/+3
|
* update to latest branch changes and adjust the fileLeafus4 days1-2/+11
|
* feat: address issuesLeafus4 days1-17/+24
|
* feat: restore commentsLeafus4 days1-3/+4
|
* feat: add presences on ready_supplementalLeafus4 days1-15/+63
|
* Add worker name + nixRory&2026-07-271-1/+1
|
* Move random string to Random class in extensionsRory&2026-06-161-3/+2
|
* HACKHACK: Migrate to typeorm v1.0.0, still work to do in actually updating ↵Rory&2026-06-131-2/+3
| | | | all the queries properly
* Move more extensions to extensionsRory&2026-06-121-5/+1
|
* Move entities to databaseRory&2026-06-121-16/+18
|
* Move database to toplevelRory&2026-06-121-4/+4
|
* Allow subpath imports, move extensions to separate moduleRory&2026-06-121-1/+1
|
* eslint: arrow-body-style=as-neededRory&2026-04-191-76/+73
|
* Gateway: get around some typeorm weirdnessRory&2026-04-181-0/+4
|
* Explicitly specify status for temp sessions, since that suddenly broke...?Rory&2026-04-131-0/+1
|
* prep for presenceRory&2026-04-131-5/+5
|
* Emit presence on identify, support deduped gw eventsRory&2026-04-131-1/+55
|
* revert the change on ElapsedTime read-only classOh642026-04-061-6/+6
|
* use arrayGroupBy, include group time in query tracesOh642026-04-061-47/+24
|
* Refactor Identify : batch guild queries and parallelise relation fetchesOh642026-04-061-55/+89
|
* Migrate ReadyEventData to satisfies, part of #1577Rory&2026-03-201-1/+1
|
* Migrate PresenceUpdateEvent to satisfies, part of #1577Rory&2026-03-201-1/+1
|
* remove weird debuggingMathMan052026-03-201-2/+1
|
* a lot of small fixesMathMan052026-03-201-1/+2
|
* Some minor workRory&2026-03-141-1/+1
|
* properly mark unused paramsRory&2026-03-141-5/+0
|
* identify: use proto toVoiceStateRory&2026-03-131-1/+1
|
* Gateway: include entity counts in trace namesRory&2026-03-121-5/+5
|
* actually backpropagate session id in identify to ws objectRory&2026-03-061-0/+1
|
* Log creation of new sessions, fix some commentsRory&2026-03-061-0/+12
|
* Log usage of old access token versions in identifyRory&2026-02-251-0/+11
|
* Gateway: log user ID/iRory&2026-02-171-5/+8
|
* add keys to make bot libs happyMathMan052026-02-141-0/+2
|
* shoot, screwed up the merge conflict github/tmp-master tmp-masterMathMan052026-02-051-5/+0
|
* fix merge conflicMathMan052026-02-051-4/+11
|\
| * fix slight errorMathMan052026-02-061-2/+2
| |
| * maybe fix bot threads?MathMan052026-02-061-8/+10
| |
* | create tagsMathMan052026-02-051-0/+1
| |
* | more forum fixesMathMan052026-02-041-13/+19
|/
* some fixesMathMan052026-02-041-1/+1
|
* Merge remote-tracking branch 'mathium05/threadFixes'Rory&2026-02-041-3/+24
|\
| * some thread fixesMathMan052026-02-031-3/+24
| |
* | Identify: hold onto access tokenRory&2026-01-301-1/+3
|/
* READY changes for threads ported from #876Rory&2026-01-291-1/+1
|
* thread API startMathMan052026-01-281-1/+4
|
* Identify: add self as recipient for DMs with nonexistnt usersRory&2026-01-231-19/+27
|
* Deprecation: Use object-based relations for typeormRory&2025-12-191-6/+6
|
* DEPRECATION: Move most select queries to object instead of string[]Rory&2025-12-191-2/+2
|
* More gateway traceRory&2025-12-181-61/+97
|
* Fix identify traceRory&2025-12-181-3/+4
|
* Try traces againRory&2025-12-181-10/+0
|
* Fill these back in?Rory&2025-12-171-0/+3
|
* Reorganise traces?Rory&2025-12-171-9/+44
|
* trace checkTokenRory&2025-12-171-4/+10
|
* Avoid roundtrip when updating sessionRory&2025-12-171-8/+14
|
* Reorganise identify queriesRory&2025-12-171-11/+11
|
* Remove more dead codeRory&2025-12-171-10/+0
|
* Remove dead code from identifyRory&2025-12-171-22/+2
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-604/+604
|
* Fix typoRory&2025-12-171-1/+1
|
* Fix session id shenanigsRory&2025-12-171-1/+1
|
* forgot to clean upRory&2025-12-171-2/+0
|
* Centralise ip info logicRory&2025-12-171-23/+7
|
* Update session infoRory&2025-12-171-21/+35
|
* Dirty rabbitmq hackRory&2025-12-161-1/+1
|
* Gateway token frefreshRory&2025-12-161-0/+6
|
* Expire old sessions, update last seen on gateway heartbeatRory&2025-12-161-0/+6
|
* Session fixesRory&2025-12-161-18/+28
|
* fix: send presences array (empty for now) in READY event dataCyberL12025-12-041-0/+1
|
* Remove fallback URIs, remove endpointClient, expose admin apiRory&2025-12-041-1/+1
|
* don't show invisMathMan052025-11-291-1/+1
|
* add extraFields optional param on toPrivateUser, expose rights on READYRory&2025-11-221-1/+1
|
* gateway: expose self rights on ready, maybe?Rory&2025-11-221-1/+1
|
* default undefinedMathMan052025-11-201-1/+1
|
* fix groups moreMathMan052025-11-201-1/+1
|
* fix groupsMathMan052025-11-191-8/+8
|
* More env settings to tune down log noiseRory&2025-10-191-1/+1
|
* More schema work, moved most stuff from entities to schemas, though messyRory&2025-10-151-6/+1
|
* Reorganise schemas a little bitRory&2025-10-151-1/+1
|
* Gateway: dont create user settingsRory&2025-10-111-3/+1
|
* Return defaults for missing {proto-,}settingsRory&2025-10-111-1/+1
|
* Try to fix duplicate user settingsRory&2025-10-111-0/+1
|
* Local changesEmma [it/its]@Rory&2025-10-051-1/+11
|
* Send user settings proto in gateway ready, if one existsRory&2025-09-301-1/+10
|
* Clean up unused importsRory&2025-09-301-3/+0
|
* Fix traceRory&2025-09-291-1/+2
|
* Attempt to split up even more?Rory&2025-09-291-2/+103
|
* Attempt to reduce OOM chance by factoring out member->guild queriesRory&2025-09-291-108/+66
|
* Nest query times for clarityRory&2025-09-291-10/+21
|
* Add tracing to IDENTIFYRory&2025-09-291-44/+109
|
* Remove @everyone role from `onIdentify`Zane Helton2025-09-291-1/+4
| | | | | | | | This prevents the @everyone role from leaking into places that might display it on the frontend. The @everyone role is still visible when needed, but `merged_members` (aka GuildMembers) won't include the role. Resolves: #1213
* Update Identify.tsMathium052025-09-091-2/+15
|
* don't filter channelsMathium052025-09-091-12/+0
|
* Make time relative, oopsRory&2025-07-061-8/+8
|
* Log more identify timingsRory&2025-07-061-0/+29
|
* Use binary flags for default intents in identifyRory&2025-07-061-1/+1
|
* Log gateway handling timeRory&2025-07-061-0/+5
|
* add webrtc support (#1284)dank0742025-06-221-1/+14
| | | | Co-authored-by: MaddyUnderStars <46743919+MaddyUnderStars@users.noreply.github.com>
* revert back to original schema, but add missing `members`dank0742025-04-111-6/+19
|
* add type to make sure payload is consistent with other GUILD_CREATE eventdank0742025-04-091-1/+2
|
* fix missing properties in GUILD_CREATE for botsdank0742025-04-091-1/+4
|
* turn off eslint rules causing issuesdank0742024-11-131-1/+0
|
* Fix bug & handle 75k/large_threshold in opcode 8TomatoCake2024-08-181-0/+1
| | | | | | 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>
* Fix: Logins Failing due to null client_statusgreysilly72024-08-171-0/+1
|
* Fix issues with requesting presencesTomatoCake2024-08-111-6/+6
|
* add `notification_settings` object to readyPuyodead12024-05-261-0/+4
|
* Revert "fix merged_members roles having everyone id"Puyodead12023-12-231-4/+1
| | | | This reverts commit ae5c71f39bf61da5c1d7fb9d9c75f11d6ce11d85.
* fix merged_members roles having everyone idPuyodead12023-12-231-1/+4
|
* fucking postgresMadeline2023-10-041-1/+1
|
* refactor channel positions in guildMadeline2023-10-041-12/+26
|
* Fix identify throwing on invalid token instead of closing with auth failed ↵Madeline2023-09-021-1/+9
| | | | close code
* what the fuck is session_id: "all"???Madeline2023-08-211-2/+1
|
* Close #1091Madeline2023-08-211-26/+26
|
* remove pomelo disclose, to be added in pomelo impl prMadeline2023-08-011-1/+1
|
* send empty READY_SUPPLEMENTAL for client compatibilityMadeline2023-07-311-1/+20
|
* * call toJSON of keys in gateway when using erlpackMadeline2023-07-291-0/+2
| | | | | | * dont send bitrate/etc as null when should be undefined * set user flags to number instead of string * send empty 'threads' in identify when not using new state v2
* refactor checkTokenMadeline2023-07-281-40/+22
|
* Close if already identifiedMadeline2023-04-051-2/+6
|
* Don't send random read state / guild settings version numbersMadeline2023-04-041-5/+2
|
* Respect CLIENT_STATE_V2 capabilityMadeline2023-04-031-5/+15
|
* allow all role props through readyMadeline2023-04-011-11/+5
|
* Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-011-5/+5
|\
| * Remove ALL fosscord mentionsMadeline2023-03-311-3/+3
| |
| * SPACEBARMadeline2023-03-311-1/+1
| |
| * SPACEBARMadeline2023-03-311-1/+1
| |
* | Initial identify rewriteMadeline2023-03-131-193/+295
|/
* send required_action in gateway for when email verification is requiredMadeline2023-02-241-0/+6
|
* Add ESLint (#941)Madeline2023-01-201-20/+26
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Don't fetch the emoji owner in identify, as this causes mass-disconnects ↵Madeline2023-01-181-1/+0
| | | | | | with large emoji counts. TODO: Remove some additional emoji props from being sent (user_id for example)
* 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
* send GUILD_CREATE after READY event (#938)V3L0C1T13S2023-01-171-9/+13
| | | | | * Fix lazy guilds being sent before READY event * Make casing consistent
* Dev/post refactor fixes (#927)TheArcaneBrony2023-01-121-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Temp fix for DMsMadeline2023-01-121-4/+5
|
* Don't send private user data in ready eventMadeline2023-01-051-3/+4
|
* PrettierMadeline2023-01-051-2/+5
|
* Profile themes and pronounsMadeline2022-12-311-0/+1
|
* Client: update to canary 165341Puyodead12022-12-201-8/+8
|
* Move UserSettings to own entityTheArcaneBrony2022-12-191-2/+7
|
* Add basic developer panel functionality - doesn't work yetChrisChrome2022-12-181-1/+1
| | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com>
* Remove unneeded commentsMadeline2022-12-171-2/+2
|
* Remove IP logging from gatewayMadeline2022-12-171-1/+1
|
* Premium tier 0 SKU from stagingMadeline2022-12-171-0/+1
|
* Set tutorial to nullMadeline2022-09-271-0/+1
|
* PrettierMadeline2022-09-261-5/+7
|
* Move schemas to /src/util/schemasMadeline2022-09-261-1/+1
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+312