From 30690158fd26b7726b080e9eb7b684bfeb0d6554 Mon Sep 17 00:00:00 2001 From: needs <624097+needs@users.noreply.github.com> Date: Sat, 15 Aug 2026 09:04:55 +0200 Subject: [PATCH] Add home page article about 0.7 servers and map counts Co-Authored-By: Claude Opus 5 (1M context) --- apps/frontend/app/page.tsx | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/apps/frontend/app/page.tsx b/apps/frontend/app/page.tsx index 6d03855..e0473f3 100644 --- a/apps/frontend/app/page.tsx +++ b/apps/frontend/app/page.tsx @@ -165,6 +165,25 @@ export default async function Index() {
+
+
+

0.7 servers and map counts

+

August 15th 2026

+
+

+ Initially Teerank only parsed 0.6 game servers, but now that 0.7 is + mainline, adding support for those new servers was due. 0.7 brings + a new handshake flow before being able to list players, which added + some complexity to the mix. +

+

+ Also map counts for game types were not updating for more than a + year because it was too costly to update them. It turns out that + with some SQL magic the query is not that bad: it takes 3 minutes to + update them, so this is done once a day. +

+
+

Archiving snapshots