From 6a5c4685cf7a13267c72c2a751d1a5310c6e7c6b Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Sun, 20 Aug 2023 00:11:25 +0200 Subject: [PATCH] Update to SVR.JS 3.4.21 --- .gitignore | 2 + config.json | 10 +- index.html | 13 +- licenses/.index.html.kate-swp | Bin 48 -> 0 bytes licenses/index.html | 8 +- mods/easteregg.tar.gz | Bin 0 -> 6052 bytes serverSideScript.js | 14 +- svr.js | 248 ++++++++++++++++++---------------- svrpasswd.js | 20 ++- tests.html | 4 +- 10 files changed, 182 insertions(+), 137 deletions(-) delete mode 100644 licenses/.index.html.kate-swp create mode 100644 mods/easteregg.tar.gz diff --git a/.gitignore b/.gitignore index 47d6e3b..0ca2a9a 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,3 @@ commit.sh +log + diff --git a/config.json b/config.json index 9090fe9..5180f90 100644 --- a/config.json +++ b/config.json @@ -3,7 +3,7 @@ "port": 80, "pubport": 80, "page404": "404.html", - "timestamp": 1680954429282, + "timestamp": 1692482564058, "blacklist": [], "nonStandardCodes": [], "enableCompression": true, @@ -77,10 +77,14 @@ } ], "allowStatus": true, - "dontCompress": ["/.*\\.ipxe$/","/.*\\.img$/","/.*\\.iso$/"], + "dontCompress": [ + "/.*\\.ipxe$/", + "/.*\\.img$/", + "/.*\\.iso$/" + ], "enableIPSpoofing": false, "secure": false, "sni": {}, "disableNonEncryptedServer": false, "disableToHTTPSRedirect": false -} +} \ No newline at end of file diff --git a/index.html b/index.html index 8b44e41..651df3e 100644 --- a/index.html +++ b/index.html @@ -1,7 +1,7 @@ - SVR.JS 3.4.20 + SVR.JS 3.4.21 -

Welcome to SVR.JS 3.4.20

+

Welcome to SVR.JS 3.4.21



@@ -110,7 +110,14 @@

Changes:

Bugs: