:sparkles: gateway
1 parent affd3b1 commit d24348ef0f53c80ad618056c45eda6c147525133
@Flam3rboy Flam3rboy authored on 12 Aug 2021
Showing 79 changed files
View
.DS_Store
Not supported
View
.env.example 100644 → 0
View
.github/FUNDING.yml 100644 → 0
View
.github/workflows/docker-publish.yml 100644 → 0
View
.gitignore 100644 → 0
View
.vscode/launch.json 100644 → 0
View
Dockerfile 100644 → 0
View
LICENSE 100644 → 0
View
README.md 100644 → 0
View
client.js 100644 → 0
View
gateway/.env.example 0 → 100644
View
gateway/.github/FUNDING.yml 0 → 100644
View
gateway/.github/workflows/docker-publish.yml 0 → 100644
View
gateway/.gitignore 0 → 100644
View
gateway/.vscode/launch.json 0 → 100644
View
gateway/Dockerfile 0 → 100644
View
gateway/LICENSE 0 → 100644
View
gateway/README.md 0 → 100644
View
gateway/client.js 0 → 100644
View
gateway/package-lock.json 0 → 100644
Too large (Show diff)
View
gateway/package.json 0 → 100644
View
gateway/src/Server.ts 0 → 100644
View
gateway/src/events/Close.ts 0 → 100644
View
gateway/src/events/Connection.ts 0 → 100644
View
gateway/src/events/Message.ts 0 → 100644
View
gateway/src/index.ts 0 → 100644
View
gateway/src/listener/listener.ts 0 → 100644
View
gateway/src/opcodes/Heartbeat.ts 0 → 100644
View
gateway/src/opcodes/Identify.ts 0 → 100644
View
gateway/src/opcodes/LazyRequest.ts 0 → 100644
View
gateway/src/opcodes/PresenceUpdate.ts 0 → 100644
View
gateway/src/opcodes/RequestGuildMembers.ts 0 → 100644
View
gateway/src/opcodes/Resume.ts 0 → 100644
View
gateway/src/opcodes/VoiceStateUpdate.ts 0 → 100644
View
gateway/src/opcodes/experiments.json 0 → 100644
View
gateway/src/opcodes/index.ts 0 → 100644
View
gateway/src/opcodes/instanceOf.ts 0 → 100644
View
gateway/src/schema/Activity.ts 0 → 100644
View
gateway/src/schema/Emoji.ts 0 → 100644
View
gateway/src/schema/Identify.ts 0 → 100644
View
gateway/src/schema/LazyRequest.ts 0 → 100644
View
gateway/src/schema/VoiceStateUpdate.ts.ts 0 → 100644
View
gateway/src/start.ts 0 → 100644
View
gateway/src/util/Config.ts 0 → 100644
View
gateway/src/util/Constants.ts 0 → 100644
View
gateway/src/util/Send.ts 0 → 100644
View
gateway/src/util/WebSocket.ts 0 → 100644
View
gateway/src/util/setHeartbeat.ts 0 → 100644
View
gateway/tsconfig.json 0 → 100644
View
package-lock.json 100644 → 0
Too large (Show diff)
View
package.json 100644 → 0
View
src/Server.ts 100644 → 0
View
src/events/Close.ts 100644 → 0
View
src/events/Connection.ts 100644 → 0
View
src/events/Message.ts 100644 → 0
View
src/index.ts 100644 → 0
View
src/listener/listener.ts 100644 → 0
View
src/opcodes/Heartbeat.ts 100644 → 0
View
src/opcodes/Identify.ts 100644 → 0
View
src/opcodes/LazyRequest.ts 100644 → 0
View
src/opcodes/PresenceUpdate.ts 100644 → 0
View
src/opcodes/RequestGuildMembers.ts 100644 → 0
View
src/opcodes/Resume.ts 100644 → 0
View
src/opcodes/VoiceStateUpdate.ts 100644 → 0
View
src/opcodes/experiments.json 100644 → 0
View
src/opcodes/index.ts 100644 → 0
View
src/opcodes/instanceOf.ts 100644 → 0
View
src/schema/Activity.ts 100644 → 0
View
src/schema/Emoji.ts 100644 → 0
View
src/schema/Identify.ts 100644 → 0
View
src/schema/LazyRequest.ts 100644 → 0
View
src/schema/VoiceStateUpdate.ts.ts 100644 → 0
View
src/start.ts 100644 → 0
View
src/util/Config.ts 100644 → 0
View
src/util/Constants.ts 100644 → 0
View
src/util/Send.ts 100644 → 0
View
src/util/WebSocket.ts 100644 → 0
View
src/util/setHeartbeat.ts 100644 → 0
View
tsconfig.json 100644 → 0