freeso/TSOClient/FSO.Server
2024-12-30 17:25:21 +00:00
..
Admin Admin docs, build fix 2024-12-23 02:49:18 +00:00
DataService Add a default nhood failsafe 2024-12-23 14:05:19 +00:00
Discord Cleanup: Remove most unused usings and MPL per-file licenses 2023-11-25 03:45:29 +00:00
Domain Cleanup: Remove most unused usings and MPL per-file licenses 2023-11-25 03:45:29 +00:00
Framework Cleanup: Remove most unused usings and MPL per-file licenses 2023-11-25 03:45:29 +00:00
Mono.Options [Nuget] Fix all packages 2019-04-06 00:36:07 +01:00
Properties Basic project setup. Ninject for DI, Dapper for ORM, NLog for logging, Mina.NET for networking, Newtonsoft for Json parsing and CommandLineParser for switch parsing 2015-08-15 14:11:07 +01:00
Servers Remove unused config, correct a few things, add docs 2024-12-30 17:25:21 +00:00
Utils Cleanup: Remove most unused usings and MPL per-file licenses 2023-11-25 03:45:29 +00:00
.gitignore [Festive] HO HO HO 2016-11-01 00:20:42 +00:00
App.config [Project] Consolidate Newtonsoft.json Versions 2019-09-06 00:22:54 +01:00
config.sample.json Remove unused config, correct a few things, add docs 2024-12-30 17:25:21 +00:00
FreeSO.ico Added some documentation for db setup 2015-08-15 16:15:37 +01:00
FSO.Server.csproj Remove unused API project 2024-12-30 01:21:10 +00:00
ITool.cs Cleanup: Remove most unused usings and MPL per-file licenses 2023-11-25 03:45:29 +00:00
LICENSE [Nuget] Fix all packages 2019-04-06 00:36:07 +01:00
NLog.config Fix broken log date format, add file logging 2024-12-30 01:28:33 +00:00
packages.config [Project] Consolidate Newtonsoft.json Versions 2019-09-06 00:22:54 +01:00
Program.cs Cleanup: Remove most unused usings and MPL per-file licenses 2023-11-25 03:45:29 +00:00
ProgramOptions.cs Fix default value types 2024-11-21 15:34:43 +00:00
README.md Update font xnb, some solution cleanup. 2020-06-13 23:48:02 +01:00
ServerConfiguration.cs Cleanup: Remove most unused usings and MPL per-file licenses 2023-11-25 03:45:29 +00:00
ServerOptions.cs Basic project setup. Ninject for DI, Dapper for ORM, NLog for logging, Mina.NET for networking, Newtonsoft for Json parsing and CommandLineParser for switch parsing 2015-08-15 14:11:07 +01:00
ToolImportNhood.cs Cleanup: Remove most unused usings and MPL per-file licenses 2023-11-25 03:45:29 +00:00
ToolInitDatabase.cs Cleanup: Remove most unused usings and MPL per-file licenses 2023-11-25 03:45:29 +00:00
ToolRestoreLots.cs Improve logging for restore tool 2024-11-21 17:24:02 +00:00
ToolRunServer.cs Cleanup: Remove most unused usings and MPL per-file licenses 2023-11-25 03:45:29 +00:00

Migration Note

Please see FSO.Server.Core for the full information on how to run the server.

The server software is currently being migrated to run on .NET Core. Due to framework version restrictions (and target OS support), most projects are still in .NET framework, including the majority of the server. In future, shared projects will use .NET Standard and will be easily shared between the .NET Framework client project and .NET Core server, but that day is not today.