1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Update personal data usage info

This commit is contained in:
NGnius (Graham)
2025-01-26 00:26:34 -05:00
parent e73002ea72
commit 82d0c3d0f3
3 changed files with 1 additions and 14 deletions

10
Cargo.lock generated
View File

@@ -163,7 +163,6 @@ dependencies = [
"libfj", "libfj",
"log", "log",
"rocket", "rocket",
"rocket-client-addr",
"steamworks", "steamworks",
"uuid", "uuid",
] ]
@@ -1686,15 +1685,6 @@ dependencies = [
"yansi", "yansi",
] ]
[[package]]
name = "rocket-client-addr"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30ca3b4757605fd3fbdffd2265091d5dad0086403bc9f31d5719c8352b6fa432"
dependencies = [
"rocket",
]
[[package]] [[package]]
name = "rocket_codegen" name = "rocket_codegen"
version = "0.5.1" version = "0.5.1"

View File

@@ -14,6 +14,4 @@ To use get CardLife to use these servers, replace the ServerConfig.json file in
## Privacy ## Privacy
### Authentication No data is collected or logged, except in dev mode. Some personal identifiers are sent but only exist ephemerally.
Due to current technical limitations, CardLife authentication uses your IP address to give you a consistent login user.

View File

@@ -13,6 +13,5 @@ libfj.workspace = true
log.workspace = true log.workspace = true
env_logger.workspace = true env_logger.workspace = true
uuid = { version = "1.12", features = [ "v4", "fast-rng" ] } uuid = { version = "1.12", features = [ "v4", "fast-rng" ] }
rocket-client-addr = "0.5"
steamworks = { version = "0.11", optional = true } steamworks = { version = "0.11", optional = true }
hex = "0.4" hex = "0.4"