Basic rate limiting for chat messages (#21907)

This commit is contained in:
Pieter-Jan Briers
2023-11-27 04:08:30 +01:00
committed by GitHub
parent dbb3da9232
commit 8bf807a9b5
7 changed files with 149 additions and 1 deletions

View File

@@ -89,4 +89,9 @@ public enum LogType
ItemConfigure = 84,
DeviceLinking = 85,
Tile = 86,
/// <summary>
/// A client has sent too many chat messages recently and is temporarily blocked from sending more.
/// </summary>
ChatRateLimited = 87,
}