Rev 14 |
Go to most recent revision |
Last modification |
Compare with Previous |
View Log
| RSS feed
Last modification
- Rev 15 2016-01-06 22:01:31
- Author: valery
- Log message:
- * Extracted service names and start/stop tracing to service base class;
* Relative paths in configuration paths are now relative to the server entry assembly;
* Switched to .NET Framework 4.5.1;
* Switched from .csproj projects to .xproj;
* Preparing for .NET Core support;
* Renamed HTTP, IRC & NAT servers to services;
* Switched to C# 6.0 syntax when formatting strings;
* Switched to using nameof() when throwing argument exceptions;
* Switched from using integer to string player IDs;
* Switched to using async tasks instead of thread pooling;
* Fixed copyright information;
* Improved deployment script;
* Much better CommunityServerList.htm;
IRC Service:
* Improved handling of disconnecting users;
* Improved version and date retrieval when registering a user.
HTTP Service:
* Improved MIME type map initialization;
* Added support for HTTP listener prefixes (virtual hosts/paths);
* Fixed erronous exception message in HandleClientAsync();
* Unified player retrieval in command handlers.
Server:
* Added a publish profile;
* Removed CommunityServerList.htm from www/;
* Added a favicon to www/;
* Improved index.html in www/.