Add sane whitelist, fix bad server init logging
This commit is contained in:
@@ -60,6 +60,9 @@ namespace Torch.Server
|
||||
/// <inheritdoc />
|
||||
public List<string> Plugins { get; set; } = new List<string>();
|
||||
|
||||
public bool EnableWhitelist { get; set; } = false;
|
||||
public HashSet<ulong> Whitelist { get; set; } = new HashSet<ulong>();
|
||||
|
||||
internal Point WindowSize { get; set; } = new Point(800, 600);
|
||||
internal Point WindowPosition { get; set; } = new Point();
|
||||
[XmlIgnore]
|
||||
|
Reference in New Issue
Block a user