WheelMUD
WheelMUD copied to clipboard
C# Multiple-User Dimension (MUD) framework
The FTP server plugin is disabled by default. One can enable it with an `App.config` change of `FtpPort`. However, the plugin has been ignored for some time. Most MUD shouldn't...
Does WheelMUD support GMCP in future? I follow this project for a while, really appreciate the owner keep working/updating on it, and I was curious that seems like there is...
Our telnet support stack should allow us to register multiple open ports for incoming telnet connections. For this ticket, ensure that the groundwork is present, and it should be _possible_...
It would be nice if we can determine a desire for screen reader friendly output even before the splash screen is sent, so we can have the screen reader printer...
Would be nice to demonstrate drop-in modular minigame libraries where all code for the mini-game is self contained in a single tiny library. (This sort of approach means the eventual...
Similar to #185, it would be good to demonstrate highly-modular _in-world_ mini-game systems as well that can also be fully self-contained in a library. For this ticket though, it would...
Right now, if an attacker manages to get access to the DB, they can get user salts and hashed passwords, and could then potentially brute force their way into other...
When the server sends clock time displays (such as for account creation history display, or a "give me the current time" command or message board post dates and the like),...
Right now while we have a User logged into an active session, the `User` object is fully in memory. This currently includes their `Salt` and `HashedPassword`. However, we have to...
The `ServerStatus.cs` file/command are getting disabled for a move from `netcoreapp3.1` to `net7.0` to improve forward-mobility on our dependencies, as the command relies on Windows-only API. (.NET 7 targeting any...