summary refs log tree commit diff
path: root/src/gateway/opcodes/RequestGuildMembers.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Gateway offload: gracefully fall back to TS code on failureRory&2026-06-231-1/+1
|
* Move more extensions to extensionsRory&2026-06-121-1/+2
|
* Move entities to databaseRory&2026-06-121-2/+2
|
* Move database to toplevelRory&2026-06-121-3/+4
|
* Refactor Identify : batch guild queries and parallelise relation fetchesOh642026-04-061-1/+2
|
* gateway offload workRory&2026-03-131-2/+6
|
* requestguildmembers: immediately send data instead of bufferingRory&2026-03-111-26/+26
|
* requestguildmembers: dont forget user relation, lolRory&2026-03-111-0/+1
|
* requestguildmembers: assign presence list directly without for loopRory&2026-03-111-15/+18
|
* requestguildmembers: select only relevant dataRory&2026-03-111-1/+7
|
* requestguildmembers: track member count properlyRory&2026-03-111-3/+4
|
* requestguildmembers: log chunksRory&2026-03-111-2/+7
|
* requestguildmembers: bulk query sessionsRory&2026-03-111-5/+9
|
* Gateway: log user ID/iRory&2026-02-171-1/+1
|
* Deprecation: Use object-based relations for typeormRory&2025-12-191-1/+1
|
* lintstagedrc: regenerate schemas/openapi if schemas changedRory&2025-12-171-136/+136
|
* Prettier u8Rory&2025-12-171-27/+7
|
* Reorganise schemas a little bitRory&2025-10-151-1/+1
|
* Log gateway handling timeRory&2025-07-061-2/+7
|
* Fix opcode 8Rory&2025-07-061-2/+7
|
* fix op 8 handler for some discord librariesdank0742025-04-121-1/+8
|
* fix op 8dank0742024-11-131-10/+12
|
* Fix op 8MathMan052024-09-091-1/+0
| | | Unless someone says this is wrong for some reason, this should fix op 8
* Fix bug & handle 75k/large_threshold in opcode 8TomatoCake2024-08-181-23/+86
| | | | | | Also fixes a bug that only allowed "guild_id" and "user_ids" to be an Array instead of also a String Co-Authored-By: Puyodead1 <puyodead@proton.me>
* fix: allow array in op 8Cyber2024-08-171-3/+6
|
* Fix typo in Request Guild Members relationTomatoCake2024-08-141-1/+1
|
* Fix issues with requesting presencesTomatoCake2024-08-111-4/+13
|
* Fix chunk_count & not_foundTomatoCake2024-08-101-20/+24
|
* opcode 8TomatoCake2024-08-091-6/+94
|
* Remove ALL fosscord mentionsMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* SPACEBARMadeline2023-03-311-1/+1
|
* Add ESLint (#941)Madeline2023-01-201-2/+2
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* 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
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+5