Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fucking postgres | Madeline | 2023-10-04 | 1 | -1/+1 |
| | |||||
* | refactor channel positions in guild | Madeline | 2023-10-04 | 1 | -13/+27 |
| | |||||
* | Fix identify throwing on invalid token instead of closing with auth failed ↵ | Madeline | 2023-09-02 | 1 | -1/+9 |
| | | | | close code | ||||
* | what the fuck is session_id: "all"??? | Madeline | 2023-08-21 | 1 | -2/+1 |
| | |||||
* | Close #1091 | Madeline | 2023-08-21 | 1 | -26/+26 |
| | |||||
* | remove pomelo disclose, to be added in pomelo impl pr | Madeline | 2023-08-01 | 1 | -1/+1 |
| | |||||
* | send empty READY_SUPPLEMENTAL for client compatibility | Madeline | 2023-07-31 | 1 | -1/+20 |
| | |||||
* | * call toJSON of keys in gateway when using erlpack | Madeline | 2023-07-29 | 1 | -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 checkToken | Madeline | 2023-07-28 | 1 | -40/+22 |
| | |||||
* | Close if already identified | Madeline | 2023-04-05 | 1 | -2/+6 |
| | |||||
* | Don't send random read state / guild settings version numbers | Madeline | 2023-04-04 | 1 | -5/+2 |
| | |||||
* | Respect CLIENT_STATE_V2 capability | Madeline | 2023-04-03 | 1 | -5/+15 |
| | |||||
* | allow all role props through ready | Madeline | 2023-04-01 | 1 | -11/+5 |
| | |||||
* | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-04-01 | 1 | -5/+5 |
|\ | |||||
| * | Remove ALL fosscord mentions | Madeline | 2023-03-31 | 1 | -3/+3 |
| | | |||||
| * | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| | | |||||
| * | SPACEBAR | Madeline | 2023-03-31 | 1 | -1/+1 |
| | | |||||
* | | Initial identify rewrite | Madeline | 2023-03-13 | 1 | -194/+296 |
|/ | |||||
* | send required_action in gateway for when email verification is required | Madeline | 2023-02-24 | 1 | -0/+6 |
| | |||||
* | Add ESLint (#941) | Madeline | 2023-01-20 | 1 | -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 ↵ | Madeline | 2023-01-18 | 1 | -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) | Madeline | 2023-01-18 | 1 | -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) | V3L0C1T13S | 2023-01-17 | 1 | -9/+13 |
| | | | | | * Fix lazy guilds being sent before READY event * Make casing consistent | ||||
* | Dev/post refactor fixes (#927) | TheArcaneBrony | 2023-01-12 | 1 | -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 DMs | Madeline | 2023-01-12 | 1 | -4/+5 |
| | |||||
* | Don't send private user data in ready event | Madeline | 2023-01-05 | 1 | -3/+4 |
| | |||||
* | Prettier | Madeline | 2023-01-05 | 1 | -2/+5 |
| | |||||
* | Profile themes and pronouns | Madeline | 2022-12-31 | 1 | -0/+1 |
| | |||||
* | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 1 | -8/+8 |
| | |||||
* | Move UserSettings to own entity | TheArcaneBrony | 2022-12-19 | 1 | -2/+7 |
| | |||||
* | Add basic developer panel functionality - doesn't work yet | ChrisChrome | 2022-12-18 | 1 | -1/+1 |
| | | | | | | > > > Co-authored-by: TheArcaneBrony <myrainbowdash949@gmail.com> | ||||
* | Remove unneeded comments | Madeline | 2022-12-17 | 1 | -2/+2 |
| | |||||
* | Remove IP logging from gateway | Madeline | 2022-12-17 | 1 | -1/+1 |
| | |||||
* | Premium tier 0 SKU from staging | Madeline | 2022-12-17 | 1 | -0/+1 |
| | |||||
* | Set tutorial to null | Madeline | 2022-09-27 | 1 | -0/+1 |
| | |||||
* | Prettier | Madeline | 2022-09-26 | 1 | -5/+7 |
| | |||||
* | Move schemas to /src/util/schemas | Madeline | 2022-09-26 | 1 | -1/+1 |
| | |||||
* | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 1 | -0/+312 |