From ce8623e84eca473b870b51206fb914f292cc6839 Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Mon, 22 Nov 2021 18:02:40 -0800 Subject: [PATCH] Add support for 1.4.3.1 via submodule update --- CHANGELOG.md | 4 +++- TerrariaServerAPI | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9dad9c7d..9bcceb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,9 +12,11 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin * Do not forget to sign every line you change with your name. (@hakusaro) * If there is no section called "Upcoming changes" below this line, please add one with `## Upcoming changes` as the first line, and then a bulleted item directly after with the first change. -## Upcoming changes +## TShock 4.5.7 * Fixed the `/respawn` command to permit respawning players from the console. (@hakusaro, @Kojirremer) * Removed the old password hashing system, which predated `bcrypt` hashes and allowed specifying the hash algorithm in the config file. This also removes the config option for setting the hash algorithm (`HashAlgorithm`). This is because it helps clear the way for .NET5/6 and OTAPI 3, and because `bcrypt` has been the default since TShock 4.3 in 2015. (@hakusaro) +* Updated to OTAPI 2.0.0.46, which adds support for Terraria Protocol 1.4.3.1. (@Patrikkk, @DeathCradle) +* **Change warning: a release of TShock for .NET 5 and OTAPI 3 may be imminent.** ## TShock 4.5.6 * Updated Linux guide. (@NezbednikSK) diff --git a/TerrariaServerAPI b/TerrariaServerAPI index 302d9b75..b9a0fdf6 160000 --- a/TerrariaServerAPI +++ b/TerrariaServerAPI @@ -1 +1 @@ -Subproject commit 302d9b7595f3bdc9d66190de99129c34debef260 +Subproject commit b9a0fdf6d464d17c47f70ed9327779a78a0aaee4