summary refs log tree commit diff
path: root/src/gateway/opcodes/Identify.ts (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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
* 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
* 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 cl...Madeline2023-09-021-1/+9
* 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
* 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
* Don't fetch the emoji owner in identify, as this causes mass-disconnects with...Madeline2023-01-181-1/+0
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
* send GUILD_CREATE after READY event (#938)V3L0C1T13S2023-01-171-9/+13
* Dev/post refactor fixes (#927)TheArcaneBrony2023-01-121-3/+1
* 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
* 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