Merge pull request #966 from spacebarchat/feat/refactorIdentify
Rewrite identify handler
commit 549979372b3d080c133f845b2fa9b6d8645d7875
2 parents 4235dec + 53aed18
@Madeline Madeline authored on 6 Aug 2023
GitHub committed on 6 Aug 2023
Showing 28 changed files
View
assets/openapi.json
View
assets/schemas.json
Too large (Show diff)
View
scripts/benchmark/connections.js 100644 → 0
View
scripts/benchmark/users.js 100644 → 0
View
scripts/stress/identify.js 0 → 100644
View
scripts/stress/users.js 0 → 100644
View
src/api/middlewares/Authentication.ts
View
src/api/routes/auth/reset.ts
View
src/api/routes/auth/verify/index.ts
View
src/api/routes/channels/#channel_id/messages/index.ts
View
src/api/routes/guilds/#guild_id/index.ts
View
src/gateway/opcodes/Heartbeat.ts
View
src/gateway/opcodes/Identify.ts
View
src/gateway/opcodes/LazyRequest.ts
View
src/gateway/util/Capabilities.ts 0 → 100644
View
src/gateway/util/WebSocket.ts
View
src/gateway/util/index.ts
View
src/util/dtos/ReadyGuildDTO.ts
View
src/util/entities/Channel.ts
View
src/util/entities/Guild.ts
View
src/util/entities/Message.ts
View
src/util/entities/Role.ts
View
src/util/entities/User.ts
View
src/util/interfaces/Event.ts
View
src/util/schemas/MessageCreateSchema.ts
View
src/util/schemas/RegisterSchema.ts
View
src/util/util/JSON.ts
View
src/util/util/Token.ts