SmoOnlineServer/Shared
Robin C. Ladiges bf0bfae10b
add commands: `ban stage <stage-name>` and `unban stage <stage-name>`
To kick players from the server when they enter a banned stage.

<stage-name> can also be a kingdom alias, which bans/unbans all stages in that kingdom.

Because we aren't banning the player, d/c them would be no good, because of the client auto reconnect.
Instead send them the crash and ignore all packets by them until they d/c on their own.

This is an alternative solution for issue #43.
2023-03-24 01:02:41 +01:00
..
Packet Add init packet 2022-05-08 16:04:57 -06:00
Constants.cs verify stage values for send and sendall 2023-03-22 16:50:38 -06:00
Extensions.cs Add RentZero extension as rented memory can be non-zero 2022-02-16 15:20:03 -06:00
Logger.cs Add date to log messages 2022-06-20 12:57:45 -06:00
Shared.csproj Packet cleanup and refactoring 2022-03-13 05:14:01 -06:00
Stages.cs add commands: `ban stage <stage-name>` and `unban stage <stage-name>` 2023-03-24 01:02:41 +01:00