4 Commits

Author SHA1 Message Date
A. Svensson
d2af505b0c Add TOML config and clean up startup.
- Removed servers.json and it's config code.
- Load the new config.toml, using TOML instead of JSON.
- Moved most of the cli flags to the config file.
- Simplified creation of a new server instance (using New()).
- Goroutine running updates was moved inside the lib.
2016-06-19 15:31:38 +02:00
A. Svensson
d710ef9bea Refactor ss13.go into main.go and a much cleaner state. 2016-06-19 14:22:19 +02:00
A. Svensson
74fe8963d3 Use a better name for the main file. 2016-02-20 17:13:23 +01:00
A. Svensson
c6ec28fc9b Added the new go code. 2015-11-03 19:36:33 +01:00