From 6d534949ffaead17a974f0e8cb2a52af6dcf826b Mon Sep 17 00:00:00 2001 From: Timo Pollmeier Date: Tue, 14 Aug 2018 20:37:54 +0200 Subject: [PATCH] Fixing Submodule BBCode (#12) * Fixing Submodule BBCode Adding in Readme Required TypeScript Version Signed-off-by: Timo Pollmeier * Fixing Dont push CMake Signed-off-by: Timo Pollmeier * fixes Signed-off-by: Timo Pollmeier --- .gitignore | 5 +++++ README.md | 3 +++ asm/libraries/tomcrypt | 2 +- package.json | 12 ++++++++++-- vendor/bbcode | 1 + 5 files changed, 20 insertions(+), 3 deletions(-) create mode 160000 vendor/bbcode diff --git a/.gitignore b/.gitignore index b3ab151a..3b230808 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,8 @@ auth/js/auth.js.map .idea/ #This is just for me local (a nice animation which i may implement later) animates/ +asm/** +!asm/identity/ +!asm/src/ +!asm/CMakeLists.txt +!asm/make_opus.sh diff --git a/README.md b/README.md index 47ee652c..7a2e394b 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,10 @@ Welcome here! This repository is created with two reasons: 1. People can bring their own ideas and follow their implementation 2. People can see TeaSpeak Web client progress and avoid creating repetitive issues all the time. +#Requirements +1. TypeScript Version 2.8.3 +# To **report an issue**, then find and push the **New Issue** button, fill all the fields you see in a template, and then click the **Submit new issue** button. diff --git a/asm/libraries/tomcrypt b/asm/libraries/tomcrypt index 5f0bdabf..a2310a14 160000 --- a/asm/libraries/tomcrypt +++ b/asm/libraries/tomcrypt @@ -1 +1 @@ -Subproject commit 5f0bdabfc023376fed3640391f1a9228a4449fb0 +Subproject commit a2310a14c314ea5c488b69422fd207bc239e4923 diff --git a/package.json b/package.json index ac5a5b5a..2a1b09e4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "client", "version": "1.0.0", - "description": "", + "description": "Welcome here! This repository is created with two reasons:\r 1. People can bring their own ideas and follow their implementation\r 2. People can see TeaSpeak Web client progress and avoid creating repetitive issues all the time.", "main": "main.js", "directories": { "test": "test" @@ -20,5 +20,13 @@ "@types/jquery": "^3.3.0", "@types/text-encoding": "0.0.32", "@types/websocket": "0.0.38" - } + }, + "repository": { + "type": "git", + "url": "git+https://github.com/MypowerHD/TeaWeb.git" + }, + "bugs": { + "url": "https://github.com/MypowerHD/TeaWeb/issues" + }, + "homepage": "https://github.com/MypowerHD/TeaWeb#readme" } diff --git a/vendor/bbcode b/vendor/bbcode new file mode 160000 index 00000000..67a1519a --- /dev/null +++ b/vendor/bbcode @@ -0,0 +1 @@ +Subproject commit 67a1519a7254f2db9706f13184c0c38f331464b0