| Commit message (Expand) | Author | Age | Files | Lines |
| * | add extraFields optional param on toPrivateUser, expose rights on READY | Rory& | 2025-11-22 | 1 | -1/+1 |
| * | gateway: expose self rights on ready, maybe? | Rory& | 2025-11-22 | 1 | -1/+1 |
| * | default undefined | MathMan05 | 2025-11-20 | 1 | -1/+1 |
| * | fix groups more | MathMan05 | 2025-11-20 | 1 | -1/+1 |
| * | fix groups | MathMan05 | 2025-11-19 | 1 | -8/+8 |
| * | More env settings to tune down log noise | Rory& | 2025-10-19 | 1 | -1/+1 |
| * | ZSTD on gateway | Rory& | 2025-10-17 | 4 | -22/+35 |
| * | Local changes | Rory& | 2025-10-16 | 1 | -3/+12 |
| * | More schema work, moved most stuff from entities to schemas, though messy | Rory& | 2025-10-15 | 1 | -6/+1 |
| * | Reorganise schemas a little bit | Rory& | 2025-10-15 | 11 | -11/+12 |
| * | Gateway: dont create user settings | Rory& | 2025-10-11 | 1 | -3/+1 |
| * | Return defaults for missing {proto-,}settings | Rory& | 2025-10-11 | 1 | -1/+1 |
| * | Try to fix duplicate user settings | Rory& | 2025-10-11 | 1 | -0/+1 |
| * | Local changes | Emma [it/its]@Rory& | 2025-10-05 | 1 | -1/+11 |
| * | Unkown -> unkown (typo fix) | Rory& | 2025-10-04 | 1 | -1/+1 |
| * | Clean up array extensions | Rory& | 2025-10-04 | 1 | -7/+5 |
| * | Drop dependency on missing-native-js-functions | Rory& | 2025-10-04 | 2 | -2/+0 |
| * | Send user settings proto in gateway ready, if one exists | Rory& | 2025-09-30 | 1 | -1/+10 |
| * | Clean up unused imports | Rory& | 2025-09-30 | 2 | -4/+0 |
| * | Silence, dotenv, we dont want your ads | Rory& | 2025-09-29 | 2 | -2/+2 |
| * | Drop @sentry/node (Sentry support) - untested and unused | Rory& | 2025-09-29 | 2 | -25/+2 |
| * | Fix trace | Rory& | 2025-09-29 | 1 | -1/+2 |
| * | Attempt to split up even more? | Rory& | 2025-09-29 | 1 | -2/+103 |
| * | Attempt to reduce OOM chance by factoring out member->guild queries | Rory& | 2025-09-29 | 1 | -108/+66 |
| * | Nest query times for clarity | Rory& | 2025-09-29 | 1 | -10/+21 |
| * | Add tracing to IDENTIFY | Rory& | 2025-09-29 | 2 | -44/+114 |
| * | Remove @everyone role from `onIdentify` | Zane Helton | 2025-09-29 | 1 | -1/+4 |
| * | Update Identify.ts | Mathium05 | 2025-09-09 | 1 | -2/+15 |
| * | don't filter channels | Mathium05 | 2025-09-09 | 1 | -12/+0 |
| * | Make time relative, oops | Rory& | 2025-07-06 | 1 | -8/+8 |
| * | Log more identify timings | Rory& | 2025-07-06 | 1 | -0/+29 |
| * | Use binary flags for default intents in identify | Rory& | 2025-07-06 | 1 | -1/+1 |
| * | Log gateway handling time | Rory& | 2025-07-06 | 9 | -3/+47 |
| * | Prettier | Rory& | 2025-07-06 | 1 | -6/+11 |
| * | Resolve eslint errors | Rory& | 2025-07-06 | 1 | -1/+1 |
| * | Fix forgotten function signature changes | Rory& | 2025-07-06 | 1 | -1/+0 |
| * | Make IP/user-agent validation in CDN work | Rory& | 2025-07-06 | 3 | -13/+29 |
| * | sign urls in gateway | Emma [it/its]@Rory& | 2025-07-06 | 3 | -1/+21 |
| * | Fix opcode 8 | Rory& | 2025-07-06 | 1 | -2/+7 |
| * | Fix typeorm queries no longer allowing empty where clauses | Emma [it/its]@Rory& | 2025-07-06 | 1 | -11/+14 |
| * | Change how GUILD_DELETE cleans up the listener | Zane Helton | 2025-06-29 | 1 | -1/+1 |
| * | add webrtc support (#1284) | dank074 | 2025-06-22 | 12 | -24/+476 |
| * | fix op 8 handler for some discord libraries | dank074 | 2025-04-12 | 1 | -1/+8 |
| * | Merge pull request #1269 from dank074/patch/fix-missing-guildcreate-properties | Madeline | 2025-04-12 | 1 | -5/+22 |
| |\ |
|
| | * | revert back to original schema, but add missing `members` | dank074 | 2025-04-11 | 1 | -6/+19 |
| | * | add type to make sure payload is consistent with other GUILD_CREATE event | dank074 | 2025-04-09 | 1 | -1/+2 |
| | * | fix missing properties in GUILD_CREATE for bots | dank074 | 2025-04-09 | 1 | -1/+4 |
| * | | add ophandler for GuildSubscriptionsBulk message | dank074 | 2025-04-12 | 2 | -0/+26 |
| |/ |
|
| * | run prettier | dank074 | 2024-11-19 | 2 | -6/+25 |
| * | Merge pull request #1232 from dank074/patch/eslintConfig | Madeline | 2024-11-14 | 3 | -3/+0 |
| |\ |
|
| | * | turn off eslint rules causing issues | dank074 | 2024-11-13 | 3 | -3/+0 |
| * | | fix op 8 | dank074 | 2024-11-13 | 1 | -10/+12 |
| |/ |
|
| * | Merge pull request #1214 from MathMan05/patch-2 | Madeline | 2024-11-05 | 1 | -1/+0 |
| |\ |
|
| | * | Fix op 8 | MathMan05 | 2024-09-09 | 1 | -1/+0 |
| * | | Log rabbitmq channel allocations 2 | Emma [it/its]@Rory& | 2024-11-02 | 1 | -4/+4 |
| * | | Log rabbitmq channel allocations | Emma [it/its]@Rory& | 2024-11-02 | 1 | -0/+5 |
| * | | Update sentry to latest | Emma [it/its]@Rory& | 2024-10-30 | 1 | -2/+2 |
| * | | Remove imports of erlpack in favor of @yukikaze-bot/erlpack due to the former... | Emma [it/its]@Rory& | 2024-10-30 | 3 | -21/+6 |
| * | | Fix module resolution when $CWD != . | Emma [it/its]@Rory& | 2024-10-28 | 1 | -1/+2 |
| * | | Fall back to @yukikaze-bot/erlpack if erlpack cant be found or loaded | Emma [it/its]@Rory& | 2024-10-09 | 3 | -3/+18 |
| |/ |
|
| * | Merge branch 'spacebarchat:master' into fix/lazy-request-filter | TomatoCake | 2024-08-24 | 3 | -20/+89 |
| |\ |
|
| | * | Fix bug & handle 75k/large_threshold in opcode 8 | TomatoCake | 2024-08-18 | 3 | -26/+91 |
| | * | fix: allow array in op 8 | Cyber | 2024-08-17 | 1 | -3/+6 |
| | * | Fix: Logins Failing due to null client_status | greysilly7 | 2024-08-17 | 1 | -0/+1 |
| * | | Order by status & invisible/no session users | TomatoCake | 2024-08-17 | 1 | -4/+3 |
| |/ |
|
| * | Fix typo in Request Guild Members relation | TomatoCake | 2024-08-14 | 1 | -1/+1 |
| * | Fix issues with requesting presences | TomatoCake | 2024-08-11 | 5 | -24/+38 |
| * | Fix chunk_count & not_found | TomatoCake | 2024-08-10 | 1 | -20/+24 |
| * | opcode 8 | TomatoCake | 2024-08-09 | 1 | -6/+94 |
| * | add `notification_settings` object to ready | Puyodead1 | 2024-05-26 | 1 | -0/+4 |
| * | Revert "fix merged_members roles having everyone id" | Puyodead1 | 2023-12-23 | 1 | -4/+1 |
| * | fix merged_members roles having everyone id | Puyodead1 | 2023-12-23 | 1 | -1/+4 |
| * | handle possibly null activities in session sort | Puyodead1 | 2023-12-05 | 1 | -1/+1 |
| * | fucking postgres | Madeline | 2023-10-04 | 1 | -1/+1 |
| * | refactor channel positions in guild | Madeline | 2023-10-04 | 1 | -12/+26 |
| * | Fix identify throwing on invalid token instead of closing with auth failed cl... | Madeline | 2023-09-02 | 1 | -1/+9 |
| * | sentry db instrumentation for gateway events | Madeline | 2023-09-02 | 1 | -30/+25 |
| * | what the fuck is session_id: "all"??? | Madeline | 2023-08-21 | 1 | -2/+1 |
| * | Close #1091 | Madeline | 2023-08-21 | 1 | -26/+26 |
| * | Gateway close if user could not be fetched just send ID | Madeline | 2023-08-08 | 1 | -1/+9 |
| * | remove pomelo disclose, to be added in pomelo impl pr | Madeline | 2023-08-01 | 1 | -1/+1 |
| * | lazyrequest dont crash when no members can be found in lazyrequest | Madeline | 2023-07-31 | 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 |
| * | refactor checkToken | Madeline | 2023-07-28 | 1 | -40/+22 |
| * | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-07-28 | 2 | -3/+30 |
| |\ |
|
| | * | Merge pull request #1066 from Zert3x/master | Madeline | 2023-06-14 | 1 | -1/+1 |
| | |\ |
|
| | | * | Update Connection.ts | Zert3x | 2023-05-28 | 1 | -1/+1 |
| | * | | feat: implement member list id generation | V3L0C1T13S | 2023-05-24 | 1 | -1/+26 |
| | |/ |
|
| | * | oapi: bug fixes | Puyodead1 | 2023-04-13 | 1 | -1/+3 |
| * | | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-04-13 | 1 | -8/+1 |
| |\| |
|
| | * | Merge pull request #1026 from ochen1/patch-3 | Madeline | 2023-04-11 | 1 | -8/+1 |
| | |\ |
|
| | | * | Use partition func instead + use Promise.all | Madeline | 2023-04-11 | 1 | -8/+1 |
| | * | | Send guild name and icon of guild through Identify gateway opcode | ochen1 | 2023-04-09 | 1 | -0/+2 |
| | |/ |
|
| | * | Merge branch 'master' into refactor/dev/connections | Madeline | 2023-04-02 | 22 | -73/+73 |
| | |\ |
|
| | * | | prettier | Puyodead1 | 2023-03-18 | 1 | -47/+54 |
| | * | | add connections | Puyodead1 | 2023-03-18 | 1 | -2/+4 |
| * | | | 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 |
| * | | | Send d: {} in heartbeat ack | Madeline | 2023-04-04 | 1 | -1/+1 |
| * | | | Respect CLIENT_STATE_V2 capability | Madeline | 2023-04-03 | 4 | -5/+44 |
| * | | | allow all role props through ready | Madeline | 2023-04-01 | 1 | -11/+5 |
| * | | | Merge branch 'master' into feat/refactorIdentify | Madeline | 2023-04-01 | 22 | -73/+73 |
| |\ \ \
| | |/
| |/| |
|
| | * | | Remove ALL fosscord mentions | Madeline | 2023-03-31 | 17 | -29/+29 |
| | * | | SPACEBAR | Madeline | 2023-03-31 | 22 | -22/+22 |
| | * | | SPACEBAR | Madeline | 2023-03-31 | 22 | -22/+22 |
| | |/ |
|
| * / | Initial identify rewrite | Madeline | 2023-03-13 | 1 | -193/+295 |
| |/ |
|
| * | send required_action in gateway for when email verification is required | Madeline | 2023-02-24 | 1 | -0/+6 |
| * | Fix gateway encoding Date objects as {} when using erlpack. Fixes NaN/NaN/NaN... | Madeline | 2023-02-21 | 1 | -3/+23 |
| * | Fix a bug prevent connections using erlpack (#977) | Madeline | 2023-02-16 | 1 | -1/+1 |
| * | Use erlpack instead of @yukikaze-bot/erlpack (#968) | Madeline | 2023-02-01 | 3 | -27/+25 |
| * | subscribe clients to member events when they lazy request members | Madeline | 2023-01-30 | 1 | -8/+23 |
| * | question mark. | Madeline | 2023-01-30 | 1 | -1/+1 |
| * | Impl member lazy request (#970) | Madeline | 2023-01-30 | 1 | -18/+60 |
| * | Fix SIGTERM handler not disconnecting gateway clients and leaving timeouts ac... | Madeline | 2023-01-26 | 1 | -2/+6 |
| * | Add ESLint (#941) | Madeline | 2023-01-20 | 17 | -92/+102 |
| * | Don't fetch the emoji owner in identify, as this causes mass-disconnects with... | Madeline | 2023-01-18 | 1 | -1/+0 |
| * | Script to add license preamble to each file. Also, does that. (#935) | Madeline | 2023-01-18 | 22 | -0/+396 |
| * | send GUILD_CREATE after READY event (#938) | V3L0C1T13S | 2023-01-17 | 1 | -9/+13 |
| * | Fix dumping incoming messages | Madeline | 2023-01-13 | 1 | -2/+2 |
| * | Dont send sessions replace or presence update for unidentified users | Madeline | 2023-01-13 | 1 | -0/+3 |
| * | Dev/post refactor fixes (#927) | TheArcaneBrony | 2023-01-12 | 4 | -4/+42 |
| * | Temp fix for DMs | Madeline | 2023-01-12 | 1 | -4/+5 |
| * | https://discord.com/channels/806142446094385153/898197424340860928/1062404340... | Madeline | 2023-01-11 | 1 | -1/+1 |
| * | Move sentry init to util. use sentry in each module, not just bundle | Madeline | 2023-01-10 | 1 | -1/+9 |
| * | Add error handler for individual gateway sockets | Madeline | 2023-01-10 | 1 | -0/+3 |
| * | Don't send private user data in ready event | Madeline | 2023-01-05 | 1 | -3/+4 |
| * | Prettier | Madeline | 2023-01-05 | 5 | -28/+44 |
| * | Merge pull request #922 from MaddyUnderStars/maddy/bodyParserPatch | Madeline | 2023-01-02 | 1 | -0/+1 |
| |\ |
|
| | * | Profile themes and pronouns | Madeline | 2022-12-31 | 1 | -0/+1 |
| * | | Only send public user details in GUILD_MEMBER_LIST_UPDATE | Madeline | 2023-01-02 | 1 | -1/+1 |
| |/ |
|
| * | Add WS_LOGEVENTS and WS_VERBOSE env vars | Madeline | 2022-12-31 | 2 | -1/+17 |
| * | Client: update to canary 165341 | Puyodead1 | 2022-12-20 | 1 | -8/+8 |
| * | Move UserSettings to own entity | TheArcaneBrony | 2022-12-19 | 2 | -3/+12 |
| * | Add additional config | Madeline | 2022-12-19 | 1 | -1/+1 |
| * | Make ConfigValue a directory, move defaults to those classes instead of a sep... | TheArcaneBrony | 2022-12-19 | 1 | -2/+1 |
| * | Add basic developer panel functionality - doesn't work yet | ChrisChrome | 2022-12-18 | 1 | -1/+1 |
| * | Add comment for 123 magic number | Madeline | 2022-12-17 | 1 | -1/+1 |
| * | Remove fluent-ffmpeg dep. TODO: Merge puyo's PR | Madeline | 2022-12-17 | 1 | -4/+2 |
| * | Remove unneeded comments | Madeline | 2022-12-17 | 1 | -2/+2 |
| * | Remove IP logging from gateway | Madeline | 2022-12-17 | 2 | -4/+4 |
| * | Remove bad banned words implementation | Madeline | 2022-12-17 | 1 | -2/+1 |
| * | Premium tier 0 SKU from staging | Madeline | 2022-12-17 | 2 | -1/+2 |
| * | Rewrite gateway message decoding | Madeline | 2022-10-31 | 1 | -11/+15 |
| * | Allow running api, cdn, gateway separately | Madeline | 2022-10-31 | 1 | -1/+2 |
| * | Add `private_channels_version` to `client_state` in identity. also set sentry... | Madeline | 2022-10-31 | 2 | -2/+11 |
| * | Sentry stuff? | Madeline | 2022-10-30 | 1 | -5/+8 |
| * | capture exception in sentry for embed processing | Madeline | 2022-10-04 | 1 | -1/+1 |
| * | Remove user settings from GUILD_MEMBER_LIST_UPDATE response | Madeline | 2022-09-28 | 1 | -1/+1 |
| * | Missed some schemas | Madeline | 2022-09-28 | 1 | -14/+7 |
| * | Bad check for if buffer is json string instead of gzip | Madeline | 2022-09-27 | 1 | -2/+2 |
| * | Set tutorial to null | Madeline | 2022-09-27 | 1 | -0/+1 |
| * | Prettier | Madeline | 2022-09-26 | 9 | -48/+94 |
| * | Move schemas to /src/util/schemas | Madeline | 2022-09-26 | 9 | -220/+16 |
| * | Add generate:client script | Madeline | 2022-09-26 | 1 | -1/+1 |
| * | Refactor to mono-repo + upgrade packages | Madeline | 2022-09-25 | 27 | -0/+1682 |