-
Notifications
You must be signed in to change notification settings - Fork 167
Todo
justh1n10 edited this page Jul 30, 2016
·
1 revision
- GoogleAuth not saving/loading
In the auto-update branch you will find the current work in progress of the auto-update. It needs to download Release.zip from the latest release, keep the old config files and replace the running binaries with what's in Release.zip.
We want to expose a websocket interface so that we can start working on HTML/JS interfaces.
All the Thread.Sleep and Task.Delay calls need to be configurable via ILogicSettings.
We want all settings to be serialize to JSON, both ClientSettings and LogicSettings should be serialized to the same file.
The current Logger system isn't great, we want to replace it with log4net.
The contents of this repo are a proof of concept and are for educational use only