Merge branch 'general-devel' into player-data

This commit is contained in:
Chris 2018-12-24 13:57:10 +10:30 committed by GitHub
commit 550967b430
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 3342 additions and 3150 deletions

View file

@ -89,6 +89,11 @@ This is the rolling changelog for TShock for Terraria. Use past tense when addin
* `Utils.TryParseTime` can now take spaces (e.g., `3d 5h 2m 3s`) (@QuiCM)
* Enabled banning unregistered users (@QuiCM)
* Added filtering and validation on packet 96 (Teleport player through portal) (@QuiCM)
* Update tracker now uses TLS (@pandabear41)
* When deleting an user account, any player logged in to that account is now logged out properly (@Enerdy)
* Add NPCAddBuff data handler and bouncer (@AxeelAnder)
* Improved config file documentation (@Enerdy)
* Add PlayerZone data handler and bouncer (@AxeelAnder)
## TShock 4.3.25
* 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.