🇵🇱 🇬🇧
Back to login
Change history

CHANGELOG

What changes on the platform. Newest first.

2026-04-27 · INTEGRATIONS

πŸ“œ REST endpoint /api/upload-history β€” see what your device pushed

For anyone building integrations with WDGoWars (ESP32, uConsole, custom Python scripts, whatever) β€” a new GET endpoint that returns a list of your recent uploads with the full server response for each one. Real REST this time: just an X-API-Key header, no cookies, no sessions.

curl -H "X-API-Key: $WDGWARS_KEY" "https://wdgwars.pl/api/upload-history?limit=5" | jq

Returns: filename, size, endpoint (upload or upload-csv), date and the complete original response payload (imported / captured / duplicates / etc. β€” exactly what the server replied at upload time). Default 10 entries, max 50 β€” use ?limit=N.

Full docs at /help#api-upload-history. Existing integrations (Bruce, Biscuit, Marauder, etc.) work unchanged β€” this is a brand new endpoint, nothing was touched in the existing upload paths.

For developers: a feedback loop without logging into the browser πŸ›°οΈ

2026-04-26 · ANTI-CHEAT FIX

🚨 SSID-flood detector fix β€” 23 accounts restored

The detector defends the network against bots faking thousands of fake APs, but it had a blind spot: files with lots of empty SSIDs (typical for some ESP32-C5 / Cardputer firmware + devices with broken RTC) all bucketed together as "empty" and triggered a sweeping ban.

23 people restored to full play: oycze, gr3p, Irishghost818, mini_ash, justRay, Jamin, Y0UNG_X3NNT, frozenkow, krays1, cvrf, cosmicmuffin, CyberRogue, 1c@r0s, karbonxx, NSFP, getamap, bracdabarebones, MotokoIwakura, zerorez, POGO, buttbundy, dustindikes, Lupo. Sorry for the downtime β€” your uploads are counting toward stats again. A second false-positive on the GPS-spread check was also fixed (P5-P95 percentile now, immune to 1-2 outliers).

Hardware with broken RTC keeps uploading πŸ“‘

2026-04-26 · ADS-B

✈️ Per-user aircraft dedup β€” Plane Spotter / Hunter / Sky Watcher count YOUR aircraft only

Until now the aircraft counter on your profile was a global check: if anyone, anywhere, had ever scanned a given ICAO, that aircraft was "seen" for you and didn't count toward badges. Brutally unfair on popular airliners.

What changed: a new user_aircraft_seen table tracks ICAOs per user. If that Boeing flew over you for the first time β€” you get +1, regardless of who else has logged it. Existing history was backfilled from past uploads so nobody loses progress.

Badges Plane Spotter (1 aircraft), Plane Hunter (50), Sky Watcher (200) recompute correctly for everyone immediately. The game agent (WatchDogsGo 0.9.6) shipped a matching client-side update at the same time.

Bonus: aircraft without ADS-B Out (Mode-S, lat=0/lon=0) now count too β€” the server used to drop them.

Look up, count them all πŸ›©οΈ

2026-04-25 · PORTAL

πŸ“– New /rules page + naming change: gang β†’ team

All game rules in one place. Ten sections with anchors: #core, #wardriving, #uploads, #anticheat, #gangs, #territory, #bounty, #economy, #badges, #privacy. PL and EN, linked from the main nav.

Naming: in the portal UI, gang becomes team (PL: druΕΌyna). Visual layer only β€” the database schema, API endpoints, Discord channels stay as they are. Reason: external legal considerations. All features work exactly as before, just the labels changed.

Daily new-AP cap raised to 500,000 (was 20k before, 6k earlier still) β€” only applies to brand new APs, your own re-scans always get through. Sections /help#daily-cap and /rules#uploads are up to date.

Any doubt? Black on white at /rules πŸ“–

2026-04-24 · BOUNTY HUNT v1

πŸ’° Bounty Hunt β€” teams can put a price on enemy APs

Contract system launched. Your team puts up a credit pool, picks a map area dense with enemy APs, and posts a contract: first hunter to capture 20 of those specific APs takes the entire pool. Contracts are public on /bounties β€” anyone can hunt, you don't have to be in the issuing team.

Mechanics in short:

Three new badges: Bounty Hunter (1), Bounty Pro (5), Bounty Legend (25 contracts completed).

Full economy + worked examples: /rules#bounty. Short summary in /help#bounty-hunt. Weekly team payouts started last Sunday β€” first economy tick already ran.

Catch them, cash in, take the territory 🎯

2026-04-22 · BRANDING

🦍 Official WDGoWars logo β€” the digital silverback arrives

WDGoWars finally has a face. Official logo: a gorilla with a WiFi arc over its head, magenta/cyan glitch, cracked-terminal vibe. No corporate, no Disney β€” just a digital silverback guarding the spectrum.

Official WDGoWars logo β€” gorilla with WiFi arc

You'll see him on the login and register screens, and in the BRANDING section on /press β€” together with usage guidelines for content creators and integration partners.

Official color palette:

#f0abfc#00e5ff#a855f7#c4b5fd#0d1117

Pink, cyan, purple, lavender, deep-black β€” the visual identity of the portal and the whole WDGoWars ecosystem.

Gorilla stays silent. Gorilla watches the spectrum. πŸ¦πŸ“‘

2026-04-16 · PROFILE

πŸ“Š Full battlefield awareness β€” expanded profile stats

The stats section on your profile got a major upgrade. Instead of a single AP counter you now see a full breakdown of your assets and the state of the war:

Expanded profile stats

One glance at your profile and you know: what you have, what you fight with, what you're losing and who you're attacking. Full transparency over your arsenal.

Know your enemy β€” and your own resources 🎯

2026-04-15 · PRIVACY

πŸ•΅ Private Mode β€” show your map without exposing your APs

A new button in the map top bar for streamers, content creators, and anyone who wants to share their map publicly without giving away the exact location of their access points. Click once β€” your individual AP markers disappear and are replaced with aggregated territory cells, the same kind of cells you see for other players' areas.

End result: Your own map looks like an outside observer's view of your area β€” your neighbour sees that you control the neighbourhood but no longer sees any SSID, MAC, or precise router position. The territory grid is aggregated to cells of roughly 2Γ—3 km, so showing this map on YouTube or in a screenshot is safe.

The state persists in your browser β€” flip it on once before recording, close the tab, come back later and it's still on. Click the button again to turn it off and your normal full-detail markers come back.

Where to find it:

Off:

Private Mode off β€” eye-slash icon

On:

Private Mode on β€” user-secret icon, highlighted

It only affects your own browser β€” the server still knows what you uploaded, and this does not change how visible your APs are to other users (that's a separate Network Visibility switch in your profile). Private Mode is strictly a presentation tool for you.

Stay safe on stream πŸ“Ή

2026-04-15 · DISCORD

πŸ”— Link your account to Discord β€” bot commands work regardless of handle

If your Discord handle is different from your username here (most people's is), the bot couldn't find you when you ran /mylimit or /me. Added a simple account linking flow:

  1. On the WDGWars Discord server, run /link in any channel β€” the command takes no arguments so it is safe even in public channels
  2. The bot replies privately with a 6-digit code (only you can see it)
  3. You paste that code in the Connect Discord card on your profile page and submit

Once linked, all bot commands β€” /mylimit, /me, /stats, /leaderboard, /help β€” work immediately, regardless of your Discord handle. New: /mylimit shows how much of your 24 h new-AP quota is still free, with a progress bar and a status chip ("plenty left / getting close / limit reached").

Connect Discord card in the profile page

Before trying β€” log out, log back in, then Ctrl+Shift+R on the profile page to grab the fresh version πŸ™

2026-04-15 · UPLOAD UI

πŸ“Š Daily new-AP limit visible in profile β€” no more guessing

Above the CSV upload form on your profile there is now a small bar showing your daily budget: how many new APs you have left, how many you have already used in the last 24 hours, your total cap and your percent usage. Colours: green when you have headroom, amber from 80 %, red at the cap.

Same numbers that /mylimit returns on Discord β€” zero drift between the dashboard and the bot.

Daily limit shown in the upload section

When you hit 100 % β€” new APs are silently skipped, but your own earlier scans still upload fine. They reinforce your existing points (and help capture enemy turf) without counting against the cap. Note: importing from external databases (WiGLE, etc.) is not allowed.

One glance and you know whether it's worth going out for another scan run πŸ“‘

2026-04-14 · UPLOAD

πŸš€ Big uploads no longer freeze the page

Until now, trying to upload a sizeable CSV through the profile form could leave you staring at a spinner for several minutes β€” and in the worst case, an empty error page. I've rewritten the upload path so that can't happen anymore:

Integrations (Bruce, Biscuit, your own scripts) keep using /api/upload-csv exactly as before β€” synchronous, with full stats in the response. The profile form change is live for everyone.

⚠️ Before your first upload after this change:

Thanks for the reports πŸ™

2026-04-14 · LIMITS

πŸ“¦ Bigger upload limits for real wardrivers

After feedback from active wardrivers, two limits that were pinching real-world use got bumped:

20k/24h still isn't "unlimited" β€” scripted flood attempts still trip the limit. If you're active and it still pinches you, reach out and we'll bump you individually.

Thanks for the report πŸ™

2026-04-12 · HOTFIX

πŸ› Profile upload broken for teamless users

A PHP type error (silently failing β€” not logged anywhere) caused users who weren't in any team to hit a blank 500 error when trying to upload CSV/LOG files through the profile page form. The API endpoint (/api/upload-csv) worked fine throughout β€” this only affected the web form on the profile page.

It's fixed now. If you tried to upload a file and saw an empty "This page isn't working" error page β€” sorry about that. Refresh your profile and give it another shot, everything should work as expected.

Thanks r4tkn for the report πŸ™

2026-04-12 · PLATFORM UPDATE

πŸ›‘οΈ Anti-cheat improvements

πŸ—ΊοΈ Privacy-first map

✨ New features

βš”οΈ Territory war mechanics clarified

πŸ”’ Account safety

πŸ› Bug fixes

Stay safe, happy wardriving πŸ“‘ β€” WDGoWars team