LANCommander/LANCommander.SDK/Providers
Pat Hartl 4fc1a45f88 Add support for horizontal scaling
This commit adds support to allow the LANCommander server to scale horizontally. Multiple instances of the application can be deployed for load-balancing purposes. This will require a load balancer in front of the instances, as well as either MySQL or PostgreSQL and a Redis cache.
2026-07-22 20:19:31 -05:00
..
AuthenticationProvider.cs Rename SDK services -> clients, implement new configuration, use dependency injection for clients 2025-09-24 20:58:23 -05:00
NetworkInformationProvider.cs Implement SDK using dependency injection 2025-09-22 00:29:51 -05:00
ServerAddressProvider.cs Separate SignalR chat client from RPC client. Create abstraction for getting server address. Implement server-side chat client. 2025-12-23 21:12:06 -06:00
ServerConfigurationProvider.cs Dispose HTTP client on provider dispose 2026-05-09 19:41:24 -05:00
SettingsProvider.cs Add support for horizontal scaling 2026-07-22 20:19:31 -05:00
SteamCmdProfileStore.cs Move Steam integrations to separate assembly, add cmdlets for various Steam actions 2026-01-24 16:37:07 -06:00
TokenProvider.cs Fix token lost after IOptionsMonitor cache invalidation 2026-03-21 15:12:57 +11:00