From 8e49609d2bfc02bc323c8889975fc25bf9bba271 Mon Sep 17 00:00:00 2001 From: Jonathan Barrow Date: Sun, 14 Aug 2022 03:58:09 -0400 Subject: [PATCH] Initial commit --- .gitmodules | 6 ++++++ Makefile | 8 ++++++++ README.md | 5 +++++ splatoon-authentication | 1 + splatoon-secure | 1 + 5 files changed, 21 insertions(+) create mode 100644 .gitmodules create mode 100644 Makefile create mode 100644 README.md create mode 160000 splatoon-authentication create mode 160000 splatoon-secure diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..aedd586 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,6 @@ +[submodule "splatoon-secure"] + path = splatoon-secure + url = https://github.com/PretendoNetwork/splatoon-secure +[submodule "splatoon-authentication"] + path = splatoon-authentication + url = https://github.com/PretendoNetwork/splatoon-authentication diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..206df35 --- /dev/null +++ b/Makefile @@ -0,0 +1,8 @@ +update_submodule: + git submodule init + git submodule update --remote --merge + git add -A + git commit -am 'Updated submodules' + git push -u origin master + +.PHONY: update_submodule \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..9527b60 --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Splatoon +### Pretendo Splatoon server implementation + +## What is this? +This repository contains both the authentication and secure server for the Pretendo Splatoon server. Project progress can be found in the repo projects. \ No newline at end of file diff --git a/splatoon-authentication b/splatoon-authentication new file mode 160000 index 0000000..48e8491 --- /dev/null +++ b/splatoon-authentication @@ -0,0 +1 @@ +Subproject commit 48e8491c32602c29999970f95d5e957c754f062c diff --git a/splatoon-secure b/splatoon-secure new file mode 160000 index 0000000..855906e --- /dev/null +++ b/splatoon-secure @@ -0,0 +1 @@ +Subproject commit 855906ead93fca844aa006cc505c8d74abe27f15