LANCommander/LANCommander.Server.Services/Models
Pat Hartl add770b227 Refactor Settings
Settings for the server are now combined with the settings from the SDK. This introduces a large breaking change and a migration should be created. This refactor utilizes .NET Configuration and the Options pattern. This will allow for the overriding of any setting using envionment variables. It also means that Settings.yml can be used to override any .NET configuration. A SettingsProvider implementation was created, and any updating of settings was changed from SettingsService.SaveSettings() to SettingsProvider.Update(s => { ... })
2025-11-16 12:31:25 -06:00
..
BeaconSocket.cs Rewrite BeaconService 2025-04-13 03:16:19 -05:00
DockerContainer.cs Missing class 2025-03-25 20:54:08 -05:00
ExistingEntityResult.cs Enable navigation properties for user roles, use service in place of managers 2024-10-16 01:54:51 -05:00
GameLookupResult.cs Move data and service layers to separate projects, update packages 2024-10-07 18:04:26 -05:00
MediaGrabberOptions.cs Move data and service layers to separate projects, update packages 2024-10-07 18:04:26 -05:00
MediaGrabberResult.cs Move data and service layers to separate projects, update packages 2024-10-07 18:04:26 -05:00
RconConnection.cs Abstract server control to IServerEngine, basic implementation of DockerServerEngine 2025-03-23 17:30:50 -05:00
ServerLogEventArgs.cs Abstract server control to IServerEngine, basic implementation of DockerServerEngine 2025-03-23 17:30:50 -05:00
ServerStatusUpdateEventArgs.cs Abstract server control to IServerEngine, basic implementation of DockerServerEngine 2025-03-23 17:30:50 -05:00
Snippet.cs Move data and service layers to separate projects, update packages 2024-10-07 18:04:26 -05:00