summary refs log tree commit diff
path: root/src/gateway/opcodes (follow)
Commit message (Expand)AuthorAgeFilesLines
* Prettier u15 github/dev/emma-wip dev/emma-wipRory&2025-12-171-1/+4
* EnvConfig everywhereRory&2025-12-171-604/+609
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-1716-1502/+1502
* Move region to webrtc schemasRory&2025-12-171-2/+2
* Prettier u8Rory&2025-12-176-132/+34
* Prettier 2Rory&2025-12-172-2/+2
* 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-172-22/+36
* Dirty rabbitmq hackRory&2025-12-161-1/+1
* Gateway token frefreshRory&2025-12-161-0/+6
* Fix gatewayRory&2025-12-161-1/+1
* Fix bad importsRory&2025-12-161-1/+1
* Expire old sessions, update last seen on gateway heartbeatRory&2025-12-161-0/+6
* Gateway: update session last seen on heartbeatRory&2025-12-161-1/+16
* 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
* More gateway stuffRory&2025-12-023-1/+38
* Various gateway stuffRory&2025-12-023-3/+149
* don't show invisMathMan052025-11-293-17/+7
* change partitionMathMan052025-11-261-2/+2
* remove distinctMathMan052025-11-261-4/+1
* actually include fixMathMan052025-11-251-4/+8
* remove first/lastMathMan052025-11-251-76/+20
* 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-159-9/+9
* 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
* Clean up array extensionsRory&2025-10-041-7/+5
* Send user settings proto in gateway ready, if one existsRory&2025-09-301-1/+10
* Clean up unused importsRory&2025-09-302-4/+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-069-3/+47
* Fix opcode 8Rory&2025-07-061-2/+7
* add webrtc support (#1284)dank0742025-06-226-19/+373
* fix op 8 handler for some discord librariesdank0742025-04-121-1/+8
* Merge pull request #1269 from dank074/patch/fix-missing-guildcreate-propertiesMadeline2025-04-121-5/+22
|\
| * 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
* | add ophandler for GuildSubscriptionsBulk messagedank0742025-04-122-0/+26
|/
* Merge pull request #1232 from dank074/patch/eslintConfigMadeline2024-11-143-3/+0
|\
| * turn off eslint rules causing issuesdank0742024-11-133-3/+0
* | fix op 8dank0742024-11-131-10/+12
|/
* Fix op 8MathMan052024-09-091-1/+0
* Merge branch 'spacebarchat:master' into fix/lazy-request-filterTomatoCake2024-08-242-17/+85
|\
| * Fix bug & handle 75k/large_threshold in opcode 8TomatoCake2024-08-182-23/+87
| * fix: allow array in op 8Cyber2024-08-171-3/+6
| * Fix: Logins Failing due to null client_statusgreysilly72024-08-171-0/+1
* | Order by status & invisible/no session usersTomatoCake2024-08-171-4/+3
|/
* Fix typo in Request Guild Members relationTomatoCake2024-08-141-1/+1
* Fix issues with requesting presencesTomatoCake2024-08-114-19/+33
* Fix chunk_count & not_foundTomatoCake2024-08-101-20/+24
* opcode 8TomatoCake2024-08-091-6/+94
* 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
* handle possibly null activities in session sortPuyodead12023-12-051-1/+1
* 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
* lazyrequest dont crash when no members can be found in lazyrequestMadeline2023-07-311-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
* Merge branch 'master' into feat/refactorIdentifyMadeline2023-07-281-2/+29
|\
| * feat: implement member list id generationV3L0C1T13S2023-05-241-1/+26
| * oapi: bug fixesPuyodead12023-04-131-1/+3
* | Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-131-8/+1
|\|
| * Merge pull request #1026 from ochen1/patch-3Madeline2023-04-111-8/+1
| |\
| | * Use partition func instead + use Promise.allMadeline2023-04-111-8/+1
| * | Send guild name and icon of guild through Identify gateway opcodeochen12023-04-091-0/+2
| |/
| * Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-029-32/+32
| |\
| * | prettierPuyodead12023-03-181-47/+54
| * | add connectionsPuyodead12023-03-181-2/+4
* | | Close if already identifiedMadeline2023-04-051-2/+6
* | | Don't send random read state / guild settings version numbersMadeline2023-04-041-5/+2
* | | Send d: {} in heartbeat ackMadeline2023-04-041-1/+1
* | | 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-019-32/+32
|\ \ \ | | |/ | |/|
| * | Remove ALL fosscord mentionsMadeline2023-03-319-14/+14
| * | SPACEBARMadeline2023-03-319-9/+9
| * | SPACEBARMadeline2023-03-319-9/+9
| |/
* / Initial identify rewriteMadeline2023-03-131-193/+295
|/
* send required_action in gateway for when email verification is requiredMadeline2023-02-241-0/+6
* subscribe clients to member events when they lazy request membersMadeline2023-01-301-8/+23
* question mark.Madeline2023-01-301-1/+1
* Impl member lazy request (#970)Madeline2023-01-301-18/+60
* Add ESLint (#941)Madeline2023-01-208-64/+68
* 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-189-0/+162
* 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
* https://discord.com/channels/806142446094385153/898197424340860928/1062404340...Madeline2023-01-111-1/+1
* Don't send private user data in ready eventMadeline2023-01-051-3/+4
* PrettierMadeline2023-01-053-4/+11
* Merge pull request #922 from MaddyUnderStars/maddy/bodyParserPatchMadeline2023-01-021-0/+1
|\
| * Profile themes and pronounsMadeline2022-12-311-0/+1
* | Only send public user details in GUILD_MEMBER_LIST_UPDATEMadeline2023-01-021-1/+1
|/
* Client: update to canary 165341Puyodead12022-12-201-8/+8
* Move UserSettings to own entityTheArcaneBrony2022-12-192-3/+12
* Add additional configMadeline2022-12-191-1/+1
* Make ConfigValue a directory, move defaults to those classes instead of a sep...TheArcaneBrony2022-12-191-2/+1
* 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-172-1/+2
* Add `private_channels_version` to `client_state` in identity. also set sentry...Madeline2022-10-311-1/+5
* Remove user settings from GUILD_MEMBER_LIST_UPDATE responseMadeline2022-09-281-1/+1
* Set tutorial to nullMadeline2022-09-271-0/+1
* PrettierMadeline2022-09-264-30/+72
* Move schemas to /src/util/schemasMadeline2022-09-264-8/+6
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2510-0/+802