summary refs log tree commit diff
path: root/src/gateway/opcodes/Identify.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Send guild name and icon of guild through Identify gateway opcodeochen12023-04-091-0/+2
| | | | These properties are mandatory as per the documentation: https://discord.com/developers/docs/resources/guild#guild-object
* Merge branch 'master' into refactor/dev/connectionsMadeline2023-04-021-5/+5
|\
| * Remove ALL fosscord mentionsMadeline2023-03-311-3/+3
| |
| * SPACEBARMadeline2023-03-311-1/+1
| |
| * SPACEBARMadeline2023-03-311-1/+1
| |
* | prettierPuyodead12023-03-181-47/+54
| |
* | add connectionsPuyodead12023-03-181-2/+4
|/
* 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