From 50e55cafab7429e8fbfd262edd062ff1ee920cda Mon Sep 17 00:00:00 2001 From: James Puleo Date: Mon, 7 Nov 2022 10:40:08 -0500 Subject: [PATCH] Update `docs/changelog.md` --- docs/changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.md b/docs/changelog.md index 435162b2..2ef58409 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -25,6 +25,10 @@ Use past tense when adding new entries; sign your name off when you add or chang * Excluded GeoIP.dat from release bundle (@SignatureBeef) * Added `TownSlimeRed` to `FishableNpcIDs` list, allowing it to be fished up (@drunderscore) * Added permission for summoning Mechdusa, Deerclops and slime pet (@sgkoishi, #2808) +* Only restrict CC'd players during login whilst SSC is enabled (@drunderscore) + * This change allows the config option `RequireLogin` to function usefully again when SSC is not enabled. +* Properly remove all buffs in `PlayerData.RestoreCharacter` (@drunderscore) + * Before this change, it was theoretically possible to smuggle buffs onto servers with SSC enabled, by using buff indexes past `22`. ## TShock 5.0.0 * Reduced load/save console spam. (@SignatureBeef, @YehnBeep)