TShock 4.5.7 (Terraria 1.4.3.1)
hakusaro
released this
23 Nov 02:15
·
731 commits
to general-devel
since this release
This release includes protocol compatibility with Terraria 1.4.3.1.
Did you miss version 4.5.6? A lot of stuff changed in TShock 4.5.6 so you might want to read those change notes too.
Notable changes
- 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 becausebcrypt
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.
Updating
To update TShock, simply replace all of the files in your server folder with those from the release folder.