From 270cc4c481577abbed4b539ddb9a0733d823f3ae Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Tue, 12 Dec 2017 03:18:44 -0700 Subject: [PATCH] Update changelog for critical crash fix --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fe9a120f..4f47ae8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Removed `/restart` command. (@hakusaro) * Removed `Permissions.updateplugins` permission. (@hakusaro) * Removed REST `/v3/server/restart/` route and `/server/restart/` route. (@hakusaro) +* Fixed a critical exploit in the Terraria protocol that could cause massive unpreventable world corruption as well as a number of other problems. Thanks to @bartico6 for reporting. Fixed by the efforts of @QuiCM, @hakusaro, and tips in the right directioon from @bartico6. ## TShock 4.3.24 * Updated OpenTerraria API to 1.3.5.3 (@DeathCradle)