| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 7 hours | Test everything in configs/valid | xengineering | |
| This allows easily to add JSON configuration files testing certain aspects. | |||
| 7 hours | Simplify TestDefaultConfig | xengineering | |
| The validation step is always called in .FromJSON(). | |||
| 2025-12-20 | Add StartupConfiguration.Validate() | xengineering | |
| This method makes it easy to validate a configuration. A call of it is now embedded into the StartupConfiguration.FromJSON() method which should always be the lowest level function to parse configurations. Thus configurations can usually be trusted. | |||
| 2025-12-20 | Add default config parsing | xengineering | |
| This is a first step towards configurability. | |||
