mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-22 03:36:58 +01:00
Co-authored-by: silicons <no@you.cat> Co-authored-by: LordME <58342752+TheLordME@users.noreply.github.com>
15 lines
609 B
Plaintext
15 lines
609 B
Plaintext
// todo: we need to rethink if we need/want a cluster at some point (and why is the answer yes :^))
|
|
// and how to orchestrate. topics are nice, but they shouldn't be the end-all backend for this.
|
|
//
|
|
// not to mention we also need a cross-server/unified DB.
|
|
// 2025 DB rework..?
|
|
|
|
/datum/config_entry/string/comms_key
|
|
protection = CONFIG_ENTRY_HIDDEN
|
|
|
|
/datum/config_entry/string/comms_key/ValidateAndSet(str_val)
|
|
return str_val != "default_pwd" && length(str_val) > 6 && ..()
|
|
|
|
// todo: remove, cluster staging/organization should be in a database
|
|
/datum/config_entry/string/cross_comms_name
|