This is a collection of core plugins for the extensible mod backend Hive, and come bundled with a standard Hive distribution.
These plugins extend Hive with basic functionality useful (or necessary) for almost all Hive instances. Because these are all plugins, you can also choose to replace these with third party plugins that provide the same functionality using different methods.
The File System Rule Provider plugin provides the Hive Permission System with rule information that is stored on the file system.
The File System CDN Provider plugin offers a basic CDN interface which uses the local file system to store uploaded mods.
The Rate Limiting plugin implements the AspNetCoreRateLimit middleware to Hive, which offers highly extensible rate limiting.
The Tags plugin adds a collection of short keywords to mods and users, adding new ways for grouping and filtering.
The Permission Query plugin exposes the GET api/permissions/query
endpoint and allows external sources (such as a frontend) to query the instance's Permission System to dynamically gauge the permissions of a user.
The Webhooks plugin allows the broadcasting of core Hive events as a webhook.