Expand description
Chat and messaging state for a player.
Groups the fields related to secure chat: message counters, signature cache, message validator, chat session, and message chain.
Modulesยง
- message_
chain - Message chain management for signed chat.
- message_
validator ๐ - Server-side validation of client message acknowledgements.
- profile_
key - Player profile public key management for secure chat.
- signature_
cache ๐ - Chat message signature tracking for secure chat validation.
- spam_
throttler ๐
Structsยง
- Chat
State - All chat-related state for a player.
- Last
Seen - Tracks the last seen message signatures by a player
- Last
Seen Messages Validator - Validates that the client is properly acknowledging messages sent by the server
- Message
Cache - Message signature cache for a player