summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.DS_Storebin6148 -> 6148 bytes
-rw-r--r--rtc/.gitignore (renamed from .gitignore)0
-rw-r--r--rtc/.npmignore (renamed from .npmignore)0
-rw-r--r--rtc/.prettierrc (renamed from .prettierrc)0
-rw-r--r--rtc/CMakeLists.txt (renamed from CMakeLists.txt)0
-rw-r--r--rtc/README.md (renamed from README.md)0
-rw-r--r--rtc/config.json (renamed from config.json)0
-rw-r--r--rtc/package-lock.json (renamed from package-lock.json)0
-rw-r--r--rtc/package.json (renamed from package.json)0
-rw-r--r--rtc/src/index.ts (renamed from src/index.ts)0
-rw-r--r--rtc/src/main.cpp (renamed from src/main.cpp)0
-rw-r--r--rtc/src/models/Activity.ts (renamed from src/models/Activity.ts)0
-rw-r--r--rtc/src/models/Application.ts (renamed from src/models/Application.ts)0
-rw-r--r--rtc/src/models/AuditLog.ts (renamed from src/models/AuditLog.ts)0
-rw-r--r--rtc/src/models/Ban.ts (renamed from src/models/Ban.ts)0
-rw-r--r--rtc/src/models/Channel.ts (renamed from src/models/Channel.ts)0
-rw-r--r--rtc/src/models/Emoji.ts (renamed from src/models/Emoji.ts)0
-rw-r--r--rtc/src/models/Event.ts (renamed from src/models/Event.ts)0
-rw-r--r--rtc/src/models/Guild.ts (renamed from src/models/Guild.ts)0
-rw-r--r--rtc/src/models/Interaction.ts (renamed from src/models/Interaction.ts)0
-rw-r--r--rtc/src/models/Invite.ts (renamed from src/models/Invite.ts)0
-rw-r--r--rtc/src/models/Member.ts (renamed from src/models/Member.ts)0
-rw-r--r--rtc/src/models/Message.ts (renamed from src/models/Message.ts)0
-rw-r--r--rtc/src/models/RateLimit.ts (renamed from src/models/RateLimit.ts)0
-rw-r--r--rtc/src/models/ReadState.ts (renamed from src/models/ReadState.ts)0
-rw-r--r--rtc/src/models/Role.ts (renamed from src/models/Role.ts)0
-rw-r--r--rtc/src/models/Status.ts (renamed from src/models/Status.ts)0
-rw-r--r--rtc/src/models/Team.ts (renamed from src/models/Team.ts)0
-rw-r--r--rtc/src/models/Template.ts (renamed from src/models/Template.ts)0
-rw-r--r--rtc/src/models/User.ts (renamed from src/models/User.ts)0
-rw-r--r--rtc/src/models/VoiceState.ts (renamed from src/models/VoiceState.ts)0
-rw-r--r--rtc/src/models/Webhook.ts (renamed from src/models/Webhook.ts)0
-rw-r--r--rtc/src/models/index.ts (renamed from src/models/index.ts)0
-rw-r--r--rtc/src/mongoStub.cpp (renamed from src/mongoStub.cpp)0
-rw-r--r--rtc/src/mongoStub.hpp (renamed from src/mongoStub.hpp)0
-rw-r--r--rtc/src/rtcPeerHandler.cpp (renamed from src/rtcPeerHandler.cpp)0
-rw-r--r--rtc/src/rtcPeerHandler.hpp (renamed from src/rtcPeerHandler.hpp)0
-rw-r--r--rtc/src/rtcServer.hpp (renamed from src/rtcServer.hpp)0
-rw-r--r--rtc/src/util/BitField.ts (renamed from src/util/BitField.ts)0
-rw-r--r--rtc/src/util/Config.ts (renamed from src/util/Config.ts)0
-rw-r--r--rtc/src/util/Constants.ts (renamed from src/util/Constants.ts)0
-rw-r--r--rtc/src/util/Database.ts (renamed from src/util/Database.ts)0
-rw-r--r--rtc/src/util/Intents.ts (renamed from src/util/Intents.ts)0
-rw-r--r--rtc/src/util/MessageFlags.ts (renamed from src/util/MessageFlags.ts)0
-rw-r--r--rtc/src/util/MongoBigInt.ts (renamed from src/util/MongoBigInt.ts)0
-rw-r--r--rtc/src/util/Permissions.ts (renamed from src/util/Permissions.ts)0
-rw-r--r--rtc/src/util/RabbitMQ.ts (renamed from src/util/RabbitMQ.ts)0
-rw-r--r--rtc/src/util/Regex.ts (renamed from src/util/Regex.ts)0
-rw-r--r--rtc/src/util/Snowflake.ts (renamed from src/util/Snowflake.ts)0
-rw-r--r--rtc/src/util/String.ts (renamed from src/util/String.ts)0
-rw-r--r--rtc/src/util/UserFlags.ts (renamed from src/util/UserFlags.ts)0
-rw-r--r--rtc/src/util/checkToken.ts (renamed from src/util/checkToken.ts)0
-rw-r--r--rtc/src/util/index.ts (renamed from src/util/index.ts)0
-rw-r--r--rtc/src/util/toBigInt.ts (renamed from src/util/toBigInt.ts)0
-rw-r--r--rtc/tsconfig.json (renamed from tsconfig.json)0
-rw-r--r--util/.vscode/launch.json17
56 files changed, 17 insertions, 0 deletions
diff --git a/.DS_Store b/.DS_Store
index 899ed6f3..52c1be4a 100644
--- a/.DS_Store
+++ b/.DS_Store
Binary files differdiff --git a/.gitignore b/rtc/.gitignore
index f14b4548..f14b4548 100644
--- a/.gitignore
+++ b/rtc/.gitignore
diff --git a/.npmignore b/rtc/.npmignore
index 05a9d0cf..05a9d0cf 100644
--- a/.npmignore
+++ b/rtc/.npmignore
diff --git a/.prettierrc b/rtc/.prettierrc
index d569c548..d569c548 100644
--- a/.prettierrc
+++ b/rtc/.prettierrc
diff --git a/CMakeLists.txt b/rtc/CMakeLists.txt
index 2cf5c0a6..2cf5c0a6 100644
--- a/CMakeLists.txt
+++ b/rtc/CMakeLists.txt
diff --git a/README.md b/rtc/README.md
index ee452adf..ee452adf 100644
--- a/README.md
+++ b/rtc/README.md
diff --git a/config.json b/rtc/config.json
index 9e26dfee..9e26dfee 100644
--- a/config.json
+++ b/rtc/config.json
diff --git a/package-lock.json b/rtc/package-lock.json
index 4977468d..4977468d 100644
--- a/package-lock.json
+++ b/rtc/package-lock.json
diff --git a/package.json b/rtc/package.json
index 0478fe69..0478fe69 100644
--- a/package.json
+++ b/rtc/package.json
diff --git a/src/index.ts b/rtc/src/index.ts
index 3565fb6b..3565fb6b 100644
--- a/src/index.ts
+++ b/rtc/src/index.ts
diff --git a/src/main.cpp b/rtc/src/main.cpp
index 372eaa00..372eaa00 100644
--- a/src/main.cpp
+++ b/rtc/src/main.cpp
diff --git a/src/models/Activity.ts b/rtc/src/models/Activity.ts
index 17abd1ca..17abd1ca 100644
--- a/src/models/Activity.ts
+++ b/rtc/src/models/Activity.ts
diff --git a/src/models/Application.ts b/rtc/src/models/Application.ts
index fae6e8db..fae6e8db 100644
--- a/src/models/Application.ts
+++ b/rtc/src/models/Application.ts
diff --git a/src/models/AuditLog.ts b/rtc/src/models/AuditLog.ts
index 02b2c444..02b2c444 100644
--- a/src/models/AuditLog.ts
+++ b/rtc/src/models/AuditLog.ts
diff --git a/src/models/Ban.ts b/rtc/src/models/Ban.ts
index f09950ee..f09950ee 100644
--- a/src/models/Ban.ts
+++ b/rtc/src/models/Ban.ts
diff --git a/src/models/Channel.ts b/rtc/src/models/Channel.ts
index 1dd05896..1dd05896 100644
--- a/src/models/Channel.ts
+++ b/rtc/src/models/Channel.ts
diff --git a/src/models/Emoji.ts b/rtc/src/models/Emoji.ts
index 3e5cad53..3e5cad53 100644
--- a/src/models/Emoji.ts
+++ b/rtc/src/models/Emoji.ts
diff --git a/src/models/Event.ts b/rtc/src/models/Event.ts
index 1564107d..1564107d 100644
--- a/src/models/Event.ts
+++ b/rtc/src/models/Event.ts
diff --git a/src/models/Guild.ts b/rtc/src/models/Guild.ts
index 13a7d078..13a7d078 100644
--- a/src/models/Guild.ts
+++ b/rtc/src/models/Guild.ts
diff --git a/src/models/Interaction.ts b/rtc/src/models/Interaction.ts
index 764247a5..764247a5 100644
--- a/src/models/Interaction.ts
+++ b/rtc/src/models/Interaction.ts
diff --git a/src/models/Invite.ts b/rtc/src/models/Invite.ts
index 01f12003..01f12003 100644
--- a/src/models/Invite.ts
+++ b/rtc/src/models/Invite.ts
diff --git a/src/models/Member.ts b/rtc/src/models/Member.ts
index d1c9ad9b..d1c9ad9b 100644
--- a/src/models/Member.ts
+++ b/rtc/src/models/Member.ts
diff --git a/src/models/Message.ts b/rtc/src/models/Message.ts
index 15a6f40d..15a6f40d 100644
--- a/src/models/Message.ts
+++ b/rtc/src/models/Message.ts
diff --git a/src/models/RateLimit.ts b/rtc/src/models/RateLimit.ts
index 6a0e1ffd..6a0e1ffd 100644
--- a/src/models/RateLimit.ts
+++ b/rtc/src/models/RateLimit.ts
diff --git a/src/models/ReadState.ts b/rtc/src/models/ReadState.ts
index 9c4fb323..9c4fb323 100644
--- a/src/models/ReadState.ts
+++ b/rtc/src/models/ReadState.ts
diff --git a/src/models/Role.ts b/rtc/src/models/Role.ts
index c1111c84..c1111c84 100644
--- a/src/models/Role.ts
+++ b/rtc/src/models/Role.ts
diff --git a/src/models/Status.ts b/rtc/src/models/Status.ts
index 5a9bf2ca..5a9bf2ca 100644
--- a/src/models/Status.ts
+++ b/rtc/src/models/Status.ts
diff --git a/src/models/Team.ts b/rtc/src/models/Team.ts
index 795c82d2..795c82d2 100644
--- a/src/models/Team.ts
+++ b/rtc/src/models/Team.ts
diff --git a/src/models/Template.ts b/rtc/src/models/Template.ts
index ad0f9104..ad0f9104 100644
--- a/src/models/Template.ts
+++ b/rtc/src/models/Template.ts
diff --git a/src/models/User.ts b/rtc/src/models/User.ts
index c667e954..c667e954 100644
--- a/src/models/User.ts
+++ b/rtc/src/models/User.ts
diff --git a/src/models/VoiceState.ts b/rtc/src/models/VoiceState.ts
index c1f90edd..c1f90edd 100644
--- a/src/models/VoiceState.ts
+++ b/rtc/src/models/VoiceState.ts
diff --git a/src/models/Webhook.ts b/rtc/src/models/Webhook.ts
index 7379e98f..7379e98f 100644
--- a/src/models/Webhook.ts
+++ b/rtc/src/models/Webhook.ts
diff --git a/src/models/index.ts b/rtc/src/models/index.ts
index d0a46bf9..d0a46bf9 100644
--- a/src/models/index.ts
+++ b/rtc/src/models/index.ts
diff --git a/src/mongoStub.cpp b/rtc/src/mongoStub.cpp
index ccd2abda..ccd2abda 100644
--- a/src/mongoStub.cpp
+++ b/rtc/src/mongoStub.cpp
diff --git a/src/mongoStub.hpp b/rtc/src/mongoStub.hpp
index 2809142f..2809142f 100644
--- a/src/mongoStub.hpp
+++ b/rtc/src/mongoStub.hpp
diff --git a/src/rtcPeerHandler.cpp b/rtc/src/rtcPeerHandler.cpp
index 9bfc6466..9bfc6466 100644
--- a/src/rtcPeerHandler.cpp
+++ b/rtc/src/rtcPeerHandler.cpp
diff --git a/src/rtcPeerHandler.hpp b/rtc/src/rtcPeerHandler.hpp
index 3ba32a83..3ba32a83 100644
--- a/src/rtcPeerHandler.hpp
+++ b/rtc/src/rtcPeerHandler.hpp
diff --git a/src/rtcServer.hpp b/rtc/src/rtcServer.hpp
index e69de29b..e69de29b 100644
--- a/src/rtcServer.hpp
+++ b/rtc/src/rtcServer.hpp
diff --git a/src/util/BitField.ts b/rtc/src/util/BitField.ts
index 728dc632..728dc632 100644
--- a/src/util/BitField.ts
+++ b/rtc/src/util/BitField.ts
diff --git a/src/util/Config.ts b/rtc/src/util/Config.ts
index 78b44315..78b44315 100644
--- a/src/util/Config.ts
+++ b/rtc/src/util/Config.ts
diff --git a/src/util/Constants.ts b/rtc/src/util/Constants.ts
index a9978c51..a9978c51 100644
--- a/src/util/Constants.ts
+++ b/rtc/src/util/Constants.ts
diff --git a/src/util/Database.ts b/rtc/src/util/Database.ts
index 8c6847a8..8c6847a8 100644
--- a/src/util/Database.ts
+++ b/rtc/src/util/Database.ts
diff --git a/src/util/Intents.ts b/rtc/src/util/Intents.ts
index 943b29cf..943b29cf 100644
--- a/src/util/Intents.ts
+++ b/rtc/src/util/Intents.ts
diff --git a/src/util/MessageFlags.ts b/rtc/src/util/MessageFlags.ts
index c76be4c8..c76be4c8 100644
--- a/src/util/MessageFlags.ts
+++ b/rtc/src/util/MessageFlags.ts
diff --git a/src/util/MongoBigInt.ts b/rtc/src/util/MongoBigInt.ts
index fc451925..fc451925 100644
--- a/src/util/MongoBigInt.ts
+++ b/rtc/src/util/MongoBigInt.ts
diff --git a/src/util/Permissions.ts b/rtc/src/util/Permissions.ts
index 445e901f..445e901f 100644
--- a/src/util/Permissions.ts
+++ b/rtc/src/util/Permissions.ts
diff --git a/src/util/RabbitMQ.ts b/rtc/src/util/RabbitMQ.ts
index 9da41990..9da41990 100644
--- a/src/util/RabbitMQ.ts
+++ b/rtc/src/util/RabbitMQ.ts
diff --git a/src/util/Regex.ts b/rtc/src/util/Regex.ts
index bbd48bca..bbd48bca 100644
--- a/src/util/Regex.ts
+++ b/rtc/src/util/Regex.ts
diff --git a/src/util/Snowflake.ts b/rtc/src/util/Snowflake.ts
index 1d725710..1d725710 100644
--- a/src/util/Snowflake.ts
+++ b/rtc/src/util/Snowflake.ts
diff --git a/src/util/String.ts b/rtc/src/util/String.ts
index 55f11e8d..55f11e8d 100644
--- a/src/util/String.ts
+++ b/rtc/src/util/String.ts
diff --git a/src/util/UserFlags.ts b/rtc/src/util/UserFlags.ts
index 72394eff..72394eff 100644
--- a/src/util/UserFlags.ts
+++ b/rtc/src/util/UserFlags.ts
diff --git a/src/util/checkToken.ts b/rtc/src/util/checkToken.ts
index 91bf08d5..91bf08d5 100644
--- a/src/util/checkToken.ts
+++ b/rtc/src/util/checkToken.ts
diff --git a/src/util/index.ts b/rtc/src/util/index.ts
index 7523a6ad..7523a6ad 100644
--- a/src/util/index.ts
+++ b/rtc/src/util/index.ts
diff --git a/src/util/toBigInt.ts b/rtc/src/util/toBigInt.ts
index d57c4568..d57c4568 100644
--- a/src/util/toBigInt.ts
+++ b/rtc/src/util/toBigInt.ts
diff --git a/tsconfig.json b/rtc/tsconfig.json
index 520774d3..520774d3 100644
--- a/tsconfig.json
+++ b/rtc/tsconfig.json
diff --git a/util/.vscode/launch.json b/util/.vscode/launch.json
new file mode 100644
index 00000000..07fd32ac
--- /dev/null
+++ b/util/.vscode/launch.json
@@ -0,0 +1,17 @@
+{
+	// Use IntelliSense to learn about possible attributes.
+	// Hover to view descriptions of existing attributes.
+	// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
+	"version": "0.2.0",
+	"configurations": [
+		{
+			"sourceMaps": true,
+			"type": "node",
+			"request": "launch",
+			"name": "Launch Server",
+			"program": "${workspaceFolder}/dist/index.js",
+			"preLaunchTask": "tsc: build - tsconfig.json",
+			"outFiles": ["${workspaceFolder}/dist/**/*.js"]
+		}
+	]
+}