summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.DS_Storebin6148 -> 6148 bytes
-rw-r--r--gateway/.env.example (renamed from .env.example)0
-rw-r--r--gateway/.github/FUNDING.yml (renamed from .github/FUNDING.yml)0
-rw-r--r--gateway/.github/workflows/docker-publish.yml (renamed from .github/workflows/docker-publish.yml)0
-rw-r--r--gateway/.gitignore (renamed from .gitignore)0
-rw-r--r--gateway/.vscode/launch.json (renamed from .vscode/launch.json)0
-rw-r--r--gateway/Dockerfile (renamed from Dockerfile)0
-rw-r--r--gateway/LICENSE (renamed from LICENSE)0
-rw-r--r--gateway/README.md (renamed from README.md)0
-rw-r--r--gateway/client.js (renamed from client.js)0
-rw-r--r--gateway/package-lock.json (renamed from package-lock.json)0
-rw-r--r--gateway/package.json (renamed from package.json)0
-rw-r--r--gateway/src/Server.ts (renamed from src/Server.ts)0
-rw-r--r--gateway/src/events/Close.ts (renamed from src/events/Close.ts)0
-rw-r--r--gateway/src/events/Connection.ts (renamed from src/events/Connection.ts)0
-rw-r--r--gateway/src/events/Message.ts (renamed from src/events/Message.ts)0
-rw-r--r--gateway/src/index.ts (renamed from src/index.ts)0
-rw-r--r--gateway/src/listener/listener.ts (renamed from src/listener/listener.ts)0
-rw-r--r--gateway/src/opcodes/Heartbeat.ts (renamed from src/opcodes/Heartbeat.ts)0
-rw-r--r--gateway/src/opcodes/Identify.ts (renamed from src/opcodes/Identify.ts)0
-rw-r--r--gateway/src/opcodes/LazyRequest.ts (renamed from src/opcodes/LazyRequest.ts)0
-rw-r--r--gateway/src/opcodes/PresenceUpdate.ts (renamed from src/opcodes/PresenceUpdate.ts)0
-rw-r--r--gateway/src/opcodes/RequestGuildMembers.ts (renamed from src/opcodes/RequestGuildMembers.ts)0
-rw-r--r--gateway/src/opcodes/Resume.ts (renamed from src/opcodes/Resume.ts)0
-rw-r--r--gateway/src/opcodes/VoiceStateUpdate.ts (renamed from src/opcodes/VoiceStateUpdate.ts)0
-rw-r--r--gateway/src/opcodes/experiments.json (renamed from src/opcodes/experiments.json)0
-rw-r--r--gateway/src/opcodes/index.ts (renamed from src/opcodes/index.ts)0
-rw-r--r--gateway/src/opcodes/instanceOf.ts (renamed from src/opcodes/instanceOf.ts)0
-rw-r--r--gateway/src/schema/Activity.ts (renamed from src/schema/Activity.ts)0
-rw-r--r--gateway/src/schema/Emoji.ts (renamed from src/schema/Emoji.ts)0
-rw-r--r--gateway/src/schema/Identify.ts (renamed from src/schema/Identify.ts)0
-rw-r--r--gateway/src/schema/LazyRequest.ts (renamed from src/schema/LazyRequest.ts)0
-rw-r--r--gateway/src/schema/VoiceStateUpdate.ts.ts (renamed from src/schema/VoiceStateUpdate.ts.ts)0
-rw-r--r--gateway/src/start.ts (renamed from src/start.ts)0
-rw-r--r--gateway/src/util/Config.ts (renamed from src/util/Config.ts)0
-rw-r--r--gateway/src/util/Constants.ts (renamed from src/util/Constants.ts)0
-rw-r--r--gateway/src/util/Send.ts (renamed from src/util/Send.ts)0
-rw-r--r--gateway/src/util/WebSocket.ts (renamed from src/util/WebSocket.ts)0
-rw-r--r--gateway/src/util/setHeartbeat.ts (renamed from src/util/setHeartbeat.ts)0
-rw-r--r--gateway/tsconfig.json (renamed from tsconfig.json)0
40 files changed, 0 insertions, 0 deletions
diff --git a/.DS_Store b/.DS_Store
index 6bf60ffd..899ed6f3 100644
--- a/.DS_Store
+++ b/.DS_Store
Binary files differdiff --git a/.env.example b/gateway/.env.example
index 0224de64..0224de64 100644
--- a/.env.example
+++ b/gateway/.env.example
diff --git a/.github/FUNDING.yml b/gateway/.github/FUNDING.yml
index f76b9015..f76b9015 100644
--- a/.github/FUNDING.yml
+++ b/gateway/.github/FUNDING.yml
diff --git a/.github/workflows/docker-publish.yml b/gateway/.github/workflows/docker-publish.yml
index 46d9d04d..46d9d04d 100644
--- a/.github/workflows/docker-publish.yml
+++ b/gateway/.github/workflows/docker-publish.yml
diff --git a/.gitignore b/gateway/.gitignore
index daf8591a..daf8591a 100644
--- a/.gitignore
+++ b/gateway/.gitignore
diff --git a/.vscode/launch.json b/gateway/.vscode/launch.json
index 29bdde13..29bdde13 100644
--- a/.vscode/launch.json
+++ b/gateway/.vscode/launch.json
diff --git a/Dockerfile b/gateway/Dockerfile
index e07b7d8f..e07b7d8f 100644
--- a/Dockerfile
+++ b/gateway/Dockerfile
diff --git a/LICENSE b/gateway/LICENSE
index f19bf520..f19bf520 100644
--- a/LICENSE
+++ b/gateway/LICENSE
diff --git a/README.md b/gateway/README.md
index 9ae6a5f1..9ae6a5f1 100644
--- a/README.md
+++ b/gateway/README.md
diff --git a/client.js b/gateway/client.js
index 34a59458..34a59458 100644
--- a/client.js
+++ b/gateway/client.js
diff --git a/package-lock.json b/gateway/package-lock.json
index f3b31763..f3b31763 100644
--- a/package-lock.json
+++ b/gateway/package-lock.json
diff --git a/package.json b/gateway/package.json
index 4a6043d6..4a6043d6 100644
--- a/package.json
+++ b/gateway/package.json
diff --git a/src/Server.ts b/gateway/src/Server.ts
index d4b3271c..d4b3271c 100644
--- a/src/Server.ts
+++ b/gateway/src/Server.ts
diff --git a/src/events/Close.ts b/gateway/src/events/Close.ts
index f819b064..f819b064 100644
--- a/src/events/Close.ts
+++ b/gateway/src/events/Close.ts
diff --git a/src/events/Connection.ts b/gateway/src/events/Connection.ts
index 1ef9fb48..1ef9fb48 100644
--- a/src/events/Connection.ts
+++ b/gateway/src/events/Connection.ts
diff --git a/src/events/Message.ts b/gateway/src/events/Message.ts
index 2ca82b3c..2ca82b3c 100644
--- a/src/events/Message.ts
+++ b/gateway/src/events/Message.ts
diff --git a/src/index.ts b/gateway/src/index.ts
index 7513bd2f..7513bd2f 100644
--- a/src/index.ts
+++ b/gateway/src/index.ts
diff --git a/src/listener/listener.ts b/gateway/src/listener/listener.ts
index 6a6967d6..6a6967d6 100644
--- a/src/listener/listener.ts
+++ b/gateway/src/listener/listener.ts
diff --git a/src/opcodes/Heartbeat.ts b/gateway/src/opcodes/Heartbeat.ts
index 015257b9..015257b9 100644
--- a/src/opcodes/Heartbeat.ts
+++ b/gateway/src/opcodes/Heartbeat.ts
diff --git a/src/opcodes/Identify.ts b/gateway/src/opcodes/Identify.ts
index 43368367..43368367 100644
--- a/src/opcodes/Identify.ts
+++ b/gateway/src/opcodes/Identify.ts
diff --git a/src/opcodes/LazyRequest.ts b/gateway/src/opcodes/LazyRequest.ts
index b1d553b9..b1d553b9 100644
--- a/src/opcodes/LazyRequest.ts
+++ b/gateway/src/opcodes/LazyRequest.ts
diff --git a/src/opcodes/PresenceUpdate.ts b/gateway/src/opcodes/PresenceUpdate.ts
index 3760f8a3..3760f8a3 100644
--- a/src/opcodes/PresenceUpdate.ts
+++ b/gateway/src/opcodes/PresenceUpdate.ts
diff --git a/src/opcodes/RequestGuildMembers.ts b/gateway/src/opcodes/RequestGuildMembers.ts
index 2701d978..2701d978 100644
--- a/src/opcodes/RequestGuildMembers.ts
+++ b/gateway/src/opcodes/RequestGuildMembers.ts
diff --git a/src/opcodes/Resume.ts b/gateway/src/opcodes/Resume.ts
index 4efde9b0..4efde9b0 100644
--- a/src/opcodes/Resume.ts
+++ b/gateway/src/opcodes/Resume.ts
diff --git a/src/opcodes/VoiceStateUpdate.ts b/gateway/src/opcodes/VoiceStateUpdate.ts
index 0d51513d..0d51513d 100644
--- a/src/opcodes/VoiceStateUpdate.ts
+++ b/gateway/src/opcodes/VoiceStateUpdate.ts
diff --git a/src/opcodes/experiments.json b/gateway/src/opcodes/experiments.json
index 0370b5da..0370b5da 100644
--- a/src/opcodes/experiments.json
+++ b/gateway/src/opcodes/experiments.json
diff --git a/src/opcodes/index.ts b/gateway/src/opcodes/index.ts
index fa57f568..fa57f568 100644
--- a/src/opcodes/index.ts
+++ b/gateway/src/opcodes/index.ts
diff --git a/src/opcodes/instanceOf.ts b/gateway/src/opcodes/instanceOf.ts
index c4ee5ee6..c4ee5ee6 100644
--- a/src/opcodes/instanceOf.ts
+++ b/gateway/src/opcodes/instanceOf.ts
diff --git a/src/schema/Activity.ts b/gateway/src/schema/Activity.ts
index 62cf7ad6..62cf7ad6 100644
--- a/src/schema/Activity.ts
+++ b/gateway/src/schema/Activity.ts
diff --git a/src/schema/Emoji.ts b/gateway/src/schema/Emoji.ts
index 413b8359..413b8359 100644
--- a/src/schema/Emoji.ts
+++ b/gateway/src/schema/Emoji.ts
diff --git a/src/schema/Identify.ts b/gateway/src/schema/Identify.ts
index 646c5f05..646c5f05 100644
--- a/src/schema/Identify.ts
+++ b/gateway/src/schema/Identify.ts
diff --git a/src/schema/LazyRequest.ts b/gateway/src/schema/LazyRequest.ts
index 7c828ac6..7c828ac6 100644
--- a/src/schema/LazyRequest.ts
+++ b/gateway/src/schema/LazyRequest.ts
diff --git a/src/schema/VoiceStateUpdate.ts.ts b/gateway/src/schema/VoiceStateUpdate.ts.ts
index 4345c2f6..4345c2f6 100644
--- a/src/schema/VoiceStateUpdate.ts.ts
+++ b/gateway/src/schema/VoiceStateUpdate.ts.ts
diff --git a/src/start.ts b/gateway/src/start.ts
index 09a54751..09a54751 100644
--- a/src/start.ts
+++ b/gateway/src/start.ts
diff --git a/src/util/Config.ts b/gateway/src/util/Config.ts
index 9ceb8cd5..9ceb8cd5 100644
--- a/src/util/Config.ts
+++ b/gateway/src/util/Config.ts
diff --git a/src/util/Constants.ts b/gateway/src/util/Constants.ts
index 692f9028..692f9028 100644
--- a/src/util/Constants.ts
+++ b/gateway/src/util/Constants.ts
diff --git a/src/util/Send.ts b/gateway/src/util/Send.ts
index be25ac4f..be25ac4f 100644
--- a/src/util/Send.ts
+++ b/gateway/src/util/Send.ts
diff --git a/src/util/WebSocket.ts b/gateway/src/util/WebSocket.ts
index 1bd0ff2f..1bd0ff2f 100644
--- a/src/util/WebSocket.ts
+++ b/gateway/src/util/WebSocket.ts
diff --git a/src/util/setHeartbeat.ts b/gateway/src/util/setHeartbeat.ts
index 9f88b481..9f88b481 100644
--- a/src/util/setHeartbeat.ts
+++ b/gateway/src/util/setHeartbeat.ts
diff --git a/tsconfig.json b/gateway/tsconfig.json
index e5bf92c6..e5bf92c6 100644
--- a/tsconfig.json
+++ b/gateway/tsconfig.json