added Iris Password system

This commit is contained in:
2025-12-29 00:27:25 -05:00
parent dce10bb02e
commit f493405b48
4 changed files with 332 additions and 73 deletions

View File

@ -27,6 +27,19 @@ config.autoCloseIrisOnIncoming = true
config.irisCloseDelay = 0.1 -- seconds before closing iris on incoming
config.autoOpenIrisAfterDisconnect = true
-- Iris password (set to nil to disable remote password unlock)
config.irisPassword = "1234"
---------------------------------------------
-- MESSAGING
---------------------------------------------
-- Program version (sent to remote gates when connection established)
config.programVersion = "1.0"
-- Enable computer-to-computer messaging through stargate
config.enableMessaging = true
---------------------------------------------
-- SECURITY
---------------------------------------------