#2748: Port of PrimAITE Internal changes.

This commit is contained in:
Nick Todd
2024-08-19 12:55:45 +01:00
parent c886d4b014
commit 2c71958c91
4 changed files with 63 additions and 22 deletions

View File

@@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `User`, `UserManager` and `UserSessionManager` to enable the creation of user accounts and login on Nodes.
- Added a `listen_on_ports` set in the `IOSoftware` class to enable software listening on ports in addition to the
main port they're assigned.
- Added reward calculation details to AgentHistoryItem.
### Changed
- File and folder observations can now be configured to always show the true health status, or require scanning like before.