summary refs log tree commit diff
path: root/src/gateway (follow)
Commit message (Expand)AuthorAgeFilesLines
* Gateway close if user could not be fetched just send IDMadeline2023-08-081-1/+9
* 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-282-3/+30
|\
| * Merge pull request #1066 from Zert3x/masterMadeline2023-06-141-1/+1
| |\
| | * Update Connection.tsZert3x2023-05-281-1/+1
| * | 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-0222-73/+73
| |\
| * | 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-034-5/+44
* | | allow all role props through readyMadeline2023-04-011-11/+5
* | | Merge branch 'master' into feat/refactorIdentifyMadeline2023-04-0122-73/+73
|\ \ \ | | |/ | |/|
| * | Remove ALL fosscord mentionsMadeline2023-03-3117-29/+29
| * | SPACEBARMadeline2023-03-3122-22/+22
| * | SPACEBARMadeline2023-03-3122-22/+22
| |/
* / Initial identify rewriteMadeline2023-03-131-194/+296
|/
* send required_action in gateway for when email verification is requiredMadeline2023-02-241-0/+6
* Fix gateway encoding Date objects as {} when using erlpack. Fixes NaN/NaN/NaN...Madeline2023-02-211-3/+23
* Fix a bug prevent connections using erlpack (#977)Madeline2023-02-161-1/+1
* Use erlpack instead of @yukikaze-bot/erlpack (#968)Madeline2023-02-013-27/+25
* 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-19/+61
* Fix SIGTERM handler not disconnecting gateway clients and leaving timeouts ac...Madeline2023-01-261-2/+6
* Add ESLint (#941)Madeline2023-01-2017-92/+102
* 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-1822-0/+396
* send GUILD_CREATE after READY event (#938)V3L0C1T13S2023-01-171-9/+13
* 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-124-4/+42
* Temp fix for DMsMadeline2023-01-121-4/+5
* https://discord.com/channels/806142446094385153/898197424340860928/1062404340...Madeline2023-01-111-1/+1
* Move sentry init to util. use sentry in each module, not just bundleMadeline2023-01-101-1/+9
* Add error handler for individual gateway socketsMadeline2023-01-101-0/+3
* Don't send private user data in ready eventMadeline2023-01-051-3/+4
* PrettierMadeline2023-01-055-28/+44
* 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
|/
* Add WS_LOGEVENTS and WS_VERBOSE env varsMadeline2022-12-312-1/+17
* 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
* Add comment for 123 magic numberMadeline2022-12-171-1/+1
* Remove fluent-ffmpeg dep. TODO: Merge puyo's PRMadeline2022-12-171-4/+2
* Remove unneeded commentsMadeline2022-12-171-2/+2
* Remove IP logging from gatewayMadeline2022-12-172-4/+4
* Remove bad banned words implementationMadeline2022-12-171-2/+1
* Premium tier 0 SKU from stagingMadeline2022-12-172-1/+2
* Rewrite gateway message decodingMadeline2022-10-311-11/+15
* Allow running api, cdn, gateway separatelyMadeline2022-10-311-1/+2
* Add `private_channels_version` to `client_state` in identity. also set sentry...Madeline2022-10-312-2/+11
* Sentry stuff?Madeline2022-10-301-5/+8
* capture exception in sentry for embed processingMadeline2022-10-041-1/+1
* Remove user settings from GUILD_MEMBER_LIST_UPDATE responseMadeline2022-09-281-1/+1
* Missed some schemasMadeline2022-09-281-14/+7
* Bad check for if buffer is json string instead of gzipMadeline2022-09-271-2/+2
* Set tutorial to nullMadeline2022-09-271-0/+1
* PrettierMadeline2022-09-269-48/+94
* Move schemas to /src/util/schemasMadeline2022-09-269-220/+16
* Add generate:client scriptMadeline2022-09-261-1/+1
* Refactor to mono-repo + upgrade packagesMadeline2022-09-2527-0/+1682