CodexCore Security Module
Documentation
Overview π
The CodexCore Security Module helps to secure your events and manage them through a whitelist and blacklist system, rate-limiting, and event logging. This means developers or server administrators can configure which events can be triggered, prevent malicious or unauthorized events, and keep track of activity through logs.
Key Features:
Event Whitelisting β : Allows certain events to pass security checks and be triggered.
Event Blacklisting β: Prevents certain events from being triggered, protecting the server from unwanted events.
Rate-Limiting β±οΈ: Prevents users from flooding the server with too many requests within a short period of time.
Logging π: Tracks activity related to event security, including blocked or failed attempts, and provides a way to identify suspicious activity.
Getting Started π:
As a server owner or developer, you will only interact with the security system via the configuration file and predefined settings. This allows you to customize your serverβs security without having to edit or modify the core code.
Configuration File (config.lua
) π οΈ
config.lua
) π οΈThe security system settings are configured via the CodexCore_CFG
table within the configuration file. Below is an example configuration and explanations of each field.
Example Configuration:
Last updated
Was this helpful?