| Commit message (Expand) | Author | Age | Files | Lines |
| * | Gateway: get around some typeorm weirdness | Rory& | 2026-04-16 | 1 | -0/+4 |
| * | Explicitly specify status for temp sessions, since that suddenly broke...? | Rory& | 2026-04-13 | 1 | -0/+1 |
| * | Fix op19 property not found error | Rory& | 2026-04-13 | 1 | -1/+1 |
| * | Make presence clear async, clean up temp session code | Rory& | 2026-04-13 | 1 | -1/+16 |
| * | Presence disconnect works! | Rory& | 2026-04-13 | 2 | -4/+9 |
| * | Time out presence | Rory& | 2026-04-13 | 2 | -4/+4 |
| * | Mark users as offline when gateway connection is closed | Rory& | 2026-04-13 | 1 | -1/+30 |
| * | prep for presence | Rory& | 2026-04-13 | 2 | -24/+5 |
| * | Emit presence on identify, support deduped gw events | Rory& | 2026-04-13 | 4 | -1/+64 |
| * | revert the change on ElapsedTime read-only class | Oh64 | 2026-04-06 | 1 | -6/+6 |
| * | use arrayGroupBy, include group time in query traces | Oh64 | 2026-04-06 | 1 | -47/+24 |
| * | Refactor Identify : batch guild queries and parallelise relation fetches | Oh64 | 2026-04-06 | 3 | -56/+92 |
| * | Fix voice state query trying to include member | Rory& | 2026-03-21 | 2 | -3/+14 |
| * | Migrate ReadyEventData to satisfies, part of #1577 | Rory& | 2026-03-20 | 1 | -1/+1 |
| * | Migrate Stream*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 3 | -6/+6 |
| * | Migrate PresenceUpdateEvent to satisfies, part of #1577 | Rory& | 2026-03-20 | 3 | -20/+16 |
| * | Migrate VoiceS*Event to satisfies, part of #1577 | Rory& | 2026-03-20 | 4 | -7/+16 |
| * | merge the functions | MathMan05 | 2026-03-20 | 1 | -1/+1 |
| * | remove weird debugging | MathMan05 | 2026-03-20 | 1 | -2/+1 |
| * | a lot of small fixes | MathMan05 | 2026-03-20 | 1 | -1/+2 |
| * | it ain't async | MathMan05 | 2026-03-20 | 1 | -8/+6 |
| * | sign 'em | MathMan05 | 2026-03-20 | 1 | -0/+11 |
| * | Some minor work | Rory& | 2026-03-14 | 1 | -1/+1 |
| * | Shorten imports | Rory& | 2026-03-14 | 3 | -5/+3 |
| * | Remove unused imports for non-entities | Rory& | 2026-03-14 | 4 | -24/+6 |
| * | Clean up some type guards | Rory& | 2026-03-14 | 1 | -3/+3 |
| * | properly mark unused params | Rory& | 2026-03-14 | 5 | -9/+6 |
| * | Qodana: fix async warnings | Rory& | 2026-03-14 | 2 | -3/+3 |
| * | gateway offload work | Rory& | 2026-03-13 | 5 | -6/+26 |
| * | identify: use proto toVoiceState | Rory& | 2026-03-13 | 1 | -1/+1 |
| * | gateway: util function to do gateway offload stuff | Rory& | 2026-03-13 | 1 | -1/+35 |
| * | Gateway: add SB_SESSION_CLOSE and SB_SESSION_INVALIDATE events | Rory& | 2026-03-13 | 2 | -10/+30 |
| * | Gateway: allow addressing dispatch events to specific sessions | Rory& | 2026-03-13 | 1 | -0/+1 |
| * | Gateway: include entity counts in trace names | Rory& | 2026-03-12 | 1 | -5/+5 |
| * | Factor out getMostRelevantSession | Rory& | 2026-03-12 | 3 | -34/+20 |
| * | fix op43 | Rory& | 2026-03-12 | 1 | -3/+3 |
| * | Gateway: implement op43 | Rory& | 2026-03-12 | 3 | -1/+51 |
| * | requestguildmembers: immediately send data instead of buffering | Rory& | 2026-03-11 | 1 | -26/+26 |
| * | requestguildmembers: dont forget user relation, lol | Rory& | 2026-03-11 | 1 | -0/+1 |
| * | requestguildmembers: assign presence list directly without for loop | Rory& | 2026-03-11 | 1 | -15/+18 |
| * | requestguildmembers: select only relevant data | Rory& | 2026-03-11 | 1 | -1/+7 |
| * | requestguildmembers: track member count properly | Rory& | 2026-03-11 | 1 | -3/+4 |
| * | requestguildmembers: log chunks | Rory& | 2026-03-11 | 1 | -2/+7 |
| * | requestguildmembers: bulk query sessions | Rory& | 2026-03-11 | 1 | -5/+9 |
| * | when guild region is misconfigured, fallback to default region | dank074 | 2026-03-07 | 2 | -4/+18 |
| * | gateway should not crash for clients that send Op 37 with missing channel ran... | dank074 | 2026-03-07 | 1 | -1/+1 |
| * | oooops | Rory& | 2026-03-06 | 1 | -1/+1 |
| * | actually backpropagate session id in identify to ws object | Rory& | 2026-03-06 | 1 | -0/+1 |
| * | Log creation of new sessions, fix some comments | Rory& | 2026-03-06 | 1 | -0/+12 |
| * | Inline pointless const for session_id | Rory& | 2026-03-06 | 1 | -3/+1 |
| * | onVoiceStateUpdate: change to VoiceState.merge() for copying properties | dank074 | 2026-02-28 | 1 | -2/+7 |
| * | Log usage of old access token versions in identify | Rory& | 2026-02-25 | 1 | -0/+11 |
| * | Gateway: log user ID/i | Rory& | 2026-02-17 | 12 | -24/+36 |
| * | Gateway: dont block on clearing voice states | Rory& | 2026-02-16 | 2 | -8/+4 |
| * | gateeway debug logs | Rory& | 2026-02-16 | 1 | -0/+3 |
| * | add keys to make bot libs happy | MathMan05 | 2026-02-14 | 1 | -0/+2 |
| * | fix guild join | MathMan05 | 2026-02-13 | 1 | -4/+9 |
| * | gateway: introspect endpoint | Rory& | 2026-02-08 | 2 | -3/+117 |
| * | shoot, screwed up the merge conflict github/tmp-master tmp-master | MathMan05 | 2026-02-05 | 1 | -5/+0 |
| * | fix merge conflic | MathMan05 | 2026-02-05 | 1 | -4/+11 |
| |\ |
|
| | * | fix slight error | MathMan05 | 2026-02-06 | 1 | -2/+2 |
| | * | maybe fix bot threads? | MathMan05 | 2026-02-06 | 1 | -8/+10 |
| * | | create tags | MathMan05 | 2026-02-05 | 1 | -0/+1 |
| * | | more forum fixes | MathMan05 | 2026-02-04 | 1 | -13/+19 |
| |/ |
|
| * | Fix disabling migrations on nix not wirking | Rory& | 2026-02-04 | 1 | -1/+5 |
| * | fix threads :3 | MathMan05 | 2026-02-04 | 1 | -1/+0 |
| * | some fixes | MathMan05 | 2026-02-04 | 2 | -1/+2 |
| * | Merge remote-tracking branch 'mathium05/threadFixes' | Rory& | 2026-02-04 | 1 | -3/+24 |
| |\ |
|
| | * | some thread fixes | MathMan05 | 2026-02-03 | 1 | -3/+24 |
| * | | Merge remote-tracking branch 's074/add-rabbitmq-error-handling' | Rory& | 2026-02-03 | 1 | -26/+78 |
| |\ \ |
|
| | * | | convert event listener iterations to Promise.all + map | dank074 | 2026-01-30 | 1 | -16/+24 |
| | * | | add rabbitmq reconnection logic with state recovery | dank074 | 2026-01-22 | 1 | -25/+69 |
| * | | | LazyRequest: minor cleanup | Rory& | 2026-01-30 | 1 | -3/+3 |
| * | | | Identify: hold onto access token | Rory& | 2026-01-30 | 2 | -1/+4 |
| | |/
|/| |
|
| * | | READY changes for threads ported from #876 | Rory& | 2026-01-29 | 1 | -1/+1 |
| * | | thread API start | MathMan05 | 2026-01-28 | 1 | -1/+4 |
| * | | Identify: add self as recipient for DMs with nonexistnt users | Rory& | 2026-01-23 | 1 | -19/+27 |
| |/ |
|
| * | Make this not use the whole session object | ohayo | 2026-01-15 | 1 | -1/+2 |
| * | Gateway close logging for 4002 | Rory& | 2026-01-13 | 2 | -3/+16 |
| * | Commit evil (set process names) | Rory& | 2025-12-20 | 1 | -0/+6 |
| * | Deprecation: Use object-based relations for typeorm | Rory& | 2025-12-19 | 7 | -13/+13 |
| * | DEPRECATION: Move most select queries to object instead of string[] | Rory& | 2025-12-19 | 2 | -3/+3 |
| * | More gateway trace | Rory& | 2025-12-18 | 1 | -61/+97 |
| * | Fix identify trace | Rory& | 2025-12-18 | 1 | -3/+4 |
| * | Clean up some pointless gateway log noise | Rory& | 2025-12-18 | 1 | -2/+1 |
| * | Try traces again | Rory& | 2025-12-18 | 1 | -10/+0 |
| * | Fill these back in? | Rory& | 2025-12-17 | 1 | -0/+3 |
| * | Reorganise traces? | Rory& | 2025-12-17 | 1 | -9/+44 |
| * | trace checkToken | Rory& | 2025-12-17 | 1 | -4/+10 |
| * | Avoid roundtrip when updating session | Rory& | 2025-12-17 | 1 | -8/+14 |
| * | Reorganise identify queries | Rory& | 2025-12-17 | 1 | -11/+11 |
| * | Remove more dead code | Rory& | 2025-12-17 | 1 | -10/+0 |
| * | Remove dead code from identify | Rory& | 2025-12-17 | 1 | -22/+2 |
| * | Merge remote-tracking branch 'DEVTomatoCake/fix/getPublicUser-no-defaults' | Rory& | 2025-12-17 | 1 | -1/+1 |
| |\ |
|
| | * | Stop returning defaults when using getPublicUser() | TomatoCake | 2024-09-01 | 1 | -1/+1 |
| * | | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 29 | -2159/+2159 |
| * | | Move region to webrtc schemas | Rory& | 2025-12-17 | 1 | -2/+2 |
| * | | Prettier u10 | Rory& | 2025-12-17 | 4 | -65/+22 |
| * | | Prettier u8 | Rory& | 2025-12-17 | 6 | -132/+34 |
| * | | Prettier u4 | Rory& | 2025-12-17 | 1 | -16/+3 |
| * | | Prettier 4 | Rory& | 2025-12-17 | 1 | -3/+1 |
| * | | Prettier 2 | Rory& | 2025-12-17 | 3 | -3/+3 |
| * | | Fix typo | Rory& | 2025-12-17 | 1 | -1/+1 |
| * | | Fix session id shenanigs | Rory& | 2025-12-17 | 2 | -2/+2 |
| * | | forgot to clean up | Rory& | 2025-12-17 | 1 | -2/+0 |
| * | | Centralise ip info logic | Rory& | 2025-12-17 | 1 | -23/+7 |
| * | | Update session info | Rory& | 2025-12-17 | 3 | -24/+37 |
| * | | Experimental unix socket mode | Rory& | 2025-12-16 | 1 | -3/+1 |
| * | | Dirty rabbitmq hack | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | Gateway token frefresh | Rory& | 2025-12-16 | 1 | -0/+6 |
| * | | Fix gateway | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | Fix bad imports | Rory& | 2025-12-16 | 1 | -1/+1 |
| * | | Expire old sessions, update last seen on gateway heartbeat | Rory& | 2025-12-16 | 1 | -0/+6 |
| * | | Gateway: update session last seen on heartbeat | Rory& | 2025-12-16 | 1 | -1/+16 |
| * | | Session fixes | Rory& | 2025-12-16 | 2 | -21/+30 |
| * | | Try adjusting CORS rules to make cookies work? | Rory& | 2025-12-13 | 1 | -1/+1 |
| * | | Fix IP tracking for bans | Rory& | 2025-12-12 | 4 | -0/+24 |
| * | | fix: prevent race condition in rabbitmq | dank074 | 2025-12-12 | 2 | -75/+41 |
| * | | fix: send presences array (empty for now) in READY event data | CyberL1 | 2025-12-04 | 1 | -0/+1 |
| * | | Remove fallback URIs, remove endpointClient, expose admin api | Rory& | 2025-12-04 | 1 | -1/+1 |
| * | | Log origin for missing roles | Rory& | 2025-12-02 | 1 | -1/+1 |
| * | | Trace origin for addToGuild call, warn if sending null roles | Rory& | 2025-12-02 | 1 | -1/+10 |
| * | | More gateway stuff | Rory& | 2025-12-02 | 3 | -1/+38 |
| * | | Various gateway stuff | Rory& | 2025-12-02 | 4 | -3/+151 |
| * | | Handle case where session is an object, merges #1412 | Rory& | 2025-11-29 | 1 | -1/+1 |
| * | | don't show invis | MathMan05 | 2025-11-29 | 4 | -18/+8 |
| * | | change partition | MathMan05 | 2025-11-26 | 1 | -2/+2 |
| * | | remove distinct | MathMan05 | 2025-11-26 | 1 | -4/+1 |
| * | | actually include fix | MathMan05 | 2025-11-25 | 1 | -4/+8 |
| * | | remove first/last | MathMan05 | 2025-11-25 | 2 | -92/+23 |
| * | | 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 |