diff --git a/.gitignore b/.gitignore index 44f9f5d..a7ec6d3 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ node_modules/ .DS_STORE .docker/data/* -!.docker/data/.keep \ No newline at end of file +!.docker/data/.keep +dist/ \ No newline at end of file diff --git a/.gitmodules b/.gitmodules index 56987bd..73bcf50 100644 --- a/.gitmodules +++ b/.gitmodules @@ -62,3 +62,6 @@ path = rtc url = https://github.com/fosscord/fosscord-rtc branch = master +[submodule "rtc-js"] + path = rtc-js + url = https://github.com/fosscord/fosscord-rtc-js diff --git a/api b/api index 711dc1c..491565a 160000 --- a/api +++ b/api @@ -1 +1 @@ -Subproject commit 711dc1c4d477849a0f92028f95c123233584bf7f +Subproject commit 491565aef88ce08444bba83a571c1a5006271f56 diff --git a/cdn b/cdn index 3f4df73..e4fc61d 160000 --- a/cdn +++ b/cdn @@ -1 +1 @@ -Subproject commit 3f4df736d095ff6faadd0a8a4a21ecc833fc9685 +Subproject commit e4fc61dc347cc54d81eded31000377ee9e78e888 diff --git a/fosscord.code-workspace b/fosscord.code-workspace index 12ba777..d7b35bd 100644 --- a/fosscord.code-workspace +++ b/fosscord.code-workspace @@ -33,6 +33,9 @@ { "path": "./rtc" }, + { + "path": "./rtc-js" + }, { "path": "./voice-gateway" }, @@ -63,5 +66,6 @@ { "path": "./ui" } - ] + ], + "settings": {} } diff --git a/fosscord.js b/fosscord.js index 2d5da64..9b079b2 160000 --- a/fosscord.js +++ b/fosscord.js @@ -1 +1 @@ -Subproject commit 2d5da64549b311829d2af5b2271b42f49770146e +Subproject commit 9b079b2097899f881f242730ce4b4984a3a28c53 diff --git a/gateway b/gateway index 3b9e4a2..532d7b1 160000 --- a/gateway +++ b/gateway @@ -1 +1 @@ -Subproject commit 3b9e4a23c56d7f6934bce60ee9820104db211e2e +Subproject commit 532d7b16a1e3062aecbbacf1b21b27b36a364008 diff --git a/rtc-js b/rtc-js new file mode 160000 index 0000000..ae1a1fd --- /dev/null +++ b/rtc-js @@ -0,0 +1 @@ +Subproject commit ae1a1fddd36836cad127bc86a3220ccacd97ec17 diff --git a/scripts/server/start b/scripts/server/start new file mode 100755 index 0000000..f320fc6 Binary files /dev/null and b/scripts/server/start differ diff --git a/server-util b/server-util index 4ae6430..9c86dea 160000 --- a/server-util +++ b/server-util @@ -1 +1 @@ -Subproject commit 4ae643039889eaf4f2b31e3df43153155eb2fe87 +Subproject commit 9c86deaa7d43b50269805739bcc4c8afe5031859