Skip to main content

Module signature_cache

Module signature_cache 

Source
Expand description

Chat message signature tracking for secure chat validation.

Structsยง

LastSeen
Tracks the last seen message signatures by a player
MessageCache
Message signature cache for a player

Constantsยง

MAX_CACHED_SIGNATURES ๐Ÿ”’
Maximum number of cached signatures (Vanilla: 128)
MAX_PREVIOUS_MESSAGES ๐Ÿ”’
Maximum number of previous messages to track (Vanilla: 20)