From 97b61c5855e5015269301f7127e82c3cf3e77a39 Mon Sep 17 00:00:00 2001 From: malindiboys Date: Tue, 10 Feb 2026 21:26:32 +0000 Subject: [PATCH 01/16] Add AetherMC --- js/eags-servers.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/eags-servers.js b/js/eags-servers.js index 37870d1..d5a60e0 100644 --- a/js/eags-servers.js +++ b/js/eags-servers.js @@ -1,5 +1,6 @@ (function () { var servers = [ + { addr: "wss://[play.aethermc.cc", name: "§c§AetherMC" } { addr: "wss://tuffest.org", name: "§c§ltuffnet" }, { addr: "wss://tuff.ws", name: "§c§ltuffnet" } ]; From 15822f315a81349683e7df4202d7de6aa2922913 Mon Sep 17 00:00:00 2001 From: malindiboys Date: Tue, 10 Feb 2026 21:38:17 +0000 Subject: [PATCH 02/16] Fix server address in eags-servers.js --- js/eags-servers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/eags-servers.js b/js/eags-servers.js index d5a60e0..1e124ab 100644 --- a/js/eags-servers.js +++ b/js/eags-servers.js @@ -1,6 +1,6 @@ (function () { var servers = [ - { addr: "wss://[play.aethermc.cc", name: "§c§AetherMC" } + { addr: "wss://play.aethermc.cc", name: "§c§AetherMC" } { addr: "wss://tuffest.org", name: "§c§ltuffnet" }, { addr: "wss://tuff.ws", name: "§c§ltuffnet" } ]; From 64aa1724fb1e8d5cb00037162ffbab541dd7ebcb Mon Sep 17 00:00:00 2001 From: malindiboys Date: Tue, 10 Feb 2026 21:46:00 +0000 Subject: [PATCH 03/16] Fix syntax error in server list --- js/eags-servers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/eags-servers.js b/js/eags-servers.js index 1e124ab..cfeca13 100644 --- a/js/eags-servers.js +++ b/js/eags-servers.js @@ -1,6 +1,6 @@ (function () { var servers = [ - { addr: "wss://play.aethermc.cc", name: "§c§AetherMC" } + { addr: "wss://play.aethermc.cc", name: "§c§AetherMC" }, { addr: "wss://tuffest.org", name: "§c§ltuffnet" }, { addr: "wss://tuff.ws", name: "§c§ltuffnet" } ]; From 60a0bd4c1161583aaf88d874a78ce1f5e7e8c2bf Mon Sep 17 00:00:00 2001 From: malindiboys Date: Tue, 10 Feb 2026 21:51:01 +0000 Subject: [PATCH 04/16] Update eags-servers.js --- js/eags-servers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/eags-servers.js b/js/eags-servers.js index cfeca13..d4bc455 100644 --- a/js/eags-servers.js +++ b/js/eags-servers.js @@ -1,6 +1,6 @@ (function () { var servers = [ - { addr: "wss://play.aethermc.cc", name: "§c§AetherMC" }, + { addr: "wss://play.aethermc.cc", name: "§c§lAetherMC" }, { addr: "wss://tuffest.org", name: "§c§ltuffnet" }, { addr: "wss://tuff.ws", name: "§c§ltuffnet" } ]; From b6778c787103922d3d774db02458be244797531c Mon Sep 17 00:00:00 2001 From: malindiboys Date: Tue, 24 Feb 2026 18:53:40 +0000 Subject: [PATCH 05/16] Meta tags + wasm vs js comparison Added viewport and description meta tags, updated theme color, and included experimental build information. --- index.html | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/index.html b/index.html index 51d4e2a..42cfc09 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,11 @@ TuffClient + + + + @@ -21,6 +25,16 @@

Tuff Untested

+ +
+

Experimental Performance Builds

+

+ Untested releases featuring the latest Via updates, + optimizations, and experimental modules. +

+ 1.1UT13 - Feb 9, 2026 +
+

Latest Build

1.1UT13 @@ -32,6 +46,34 @@

Play Online

WASM Version JS Version
+

+ WASM = Higher performance • + JS = Higher compatibility +

+ + +
+

Why WASM vs JS?

+
+
+

WASM Version

+
    +
  • Optimized runtime performance
  • +
  • Lower CPU overhead
  • +
  • Better sustained FPS
  • +
  • Slightly slower initial load
  • +
+
+
+

JS Version

+
    +
  • Maximum browser compatibility
  • +
  • Faster initial startup
  • +
  • Easier debugging
  • +
  • Lower peak performance
  • +
+
+
@@ -146,6 +188,10 @@

Self-Hosting

+ +
+

© 2026 TuffNetwork - Experimental Builds

+
- From 6cd1bd0c04dd7c3fc7825a948c1e2430e5a52e3d Mon Sep 17 00:00:00 2001 From: malindiboys Date: Tue, 17 Mar 2026 22:45:24 +0000 Subject: [PATCH 13/16] no the other message was weird ;-; From 7df491142b3fe0f10bcdb1ab581d53ba2e594b0d Mon Sep 17 00:00:00 2001 From: Vercel Date: Mon, 20 Apr 2026 11:33:05 +0000 Subject: [PATCH 14/16] Install Vercel Web Analytics Vercel Web Analytics Implementation ==================================== Summary ------- Successfully installed and configured Vercel Web Analytics for the TuffClient static HTML5 website. Changes Made ------------ Modified Files: - index.html: Added Vercel Web Analytics tracking scripts in the section Implementation Details ---------------------- Since this is a static HTML5 website (not a framework-based project), I followed the HTML5-specific installation instructions from the official Vercel Analytics quickstart guide (https://vercel.com/docs/analytics/quickstart). The implementation adds two script tags to the HTML head: 1. Analytics initialization script that sets up the window.va function and queue 2. Deferred loading of the Vercel Insights script from /_vercel/insights/script.js The scripts are placed in the section, before the closing tag, ensuring proper initialization before the page content loads. Additional Steps Required ------------------------- To complete the setup: 1. Enable Analytics in the Vercel Dashboard: - Navigate to your project in Vercel - Go to Analytics in the sidebar - Click "Enable" 2. Deploy the changes: - The analytics will begin tracking once deployed to Vercel 3. Verify the installation: - After deployment, visit your site - Open browser DevTools > Network tab - Look for a Fetch/XHR request to /_vercel/insights/view - This confirms analytics is working 4. View analytics data: - Access your Vercel dashboard to view analytics after users visit your site Notes ----- - This implementation uses the Vercel-managed script path (/_vercel/insights/script.js) - The script loads with the 'defer' attribute for optimal page performance - No package manager or build step is required for this static HTML site - The analytics will automatically track page views once deployed to Vercel Co-authored-by: Vercel --- index.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/index.html b/index.html index a7c5e27..58ad426 100644 --- a/index.html +++ b/index.html @@ -6,6 +6,10 @@ + + From ddded9ca145b39d09d0ebdb0faa8db5160b3813e Mon Sep 17 00:00:00 2001 From: malindiboys Date: Mon, 20 Apr 2026 12:36:19 +0100 Subject: [PATCH 15/16] Update download link for TuffX+ Plugin --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 58ad426..3c74399 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@
Quick Links

Server-side plugin and source releases.

From fe48fbf5aff8227e2c197bceb45dbc071a97cbac Mon Sep 17 00:00:00 2001 From: malindiboys Date: Mon, 20 Apr 2026 12:38:35 +0100 Subject: [PATCH 16/16] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 3c74399..dce12a0 100644 --- a/index.html +++ b/index.html @@ -59,7 +59,7 @@
Quick Links

Server-side plugin and source releases.