Automatic moderation (#875)

* Automatic moderation

* finish

* modpack fixes

* fix unknown license msg

* fix moderation issues
This commit is contained in:
Geometrically
2024-02-21 16:24:21 -07:00
committed by GitHub
parent 33b2a94d90
commit 04d834187b
43 changed files with 1597 additions and 158 deletions

7
Cargo.lock generated
View File

@@ -2343,6 +2343,7 @@ dependencies = [
"log",
"maxminddb",
"meilisearch-sdk",
"murmur2",
"rand",
"rand_chacha",
"redis",
@@ -2695,6 +2696,12 @@ dependencies = [
"windows-sys 0.48.0",
]
[[package]]
name = "murmur2"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb585ade2549a017db2e35978b77c319214fa4b37cede841e27954dd6e8f3ca8"
[[package]]
name = "native-tls"
version = "0.2.11"