Skip to content

Factorio Server Manager

Compare
Choose a tag to compare
@knoxfighter knoxfighter released this 10 Feb 22:52
· 27 commits to master since this release
2d536d1

Added

  • Config files can be defined with absolute paths. - Thanks to @FoxAmes
  • Support for >= 1.1.14 factorio saves - Thanks to @knoxfighter
  • Setting in info.json to allow usage without ssl/tls - Thanks to @knoxfighter

Changed

  • Rework of the authentication, to have a bit more security. - Thanks to @knoxfighter
  • Changed from leveldb to sqlite3 as backend database. - Thanks to @knoxfighter
  • generate new random passwords, if no exist, or if they are "factorio". - Thanks to @knoxfighter
  • Use "OpenFactorioServerManager" instead of "mroote" as go package name. - Thanks to @mroote
  • Disable mods-page, while server is running - Thanks to @knoxfighter
  • Renamed GO-package from mroote to OpenFactorioServerManager to match git repo - Thanks to @mroote

Fixed

  • old factorio versions depended by mods always shown as compatible - Thanks to @knoxfighter
  • Crosscompilation with mingw-w64 on linux. (Broke with sqlite3) - Thanks to @knoxfighter
  • Crash on async writing to websocket room array. - Thanks to @knoxfighter