OpenFactorioServerManager / factorio-server-manager

A tool to help manage Factorio multiplayer servers including mods and save games.
MIT License
541 stars 130 forks source link

Update 0.10.0 #256

Closed knoxfighter closed 3 years ago

knoxfighter commented 3 years ago

Added

Config files can be defined with absolute paths. - Thanks to @FoxAmes

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

Fixed

Crosscompilation with mingw-w64 on linux. (Broke with sqlite3) - Thanks to @knoxfighter
Crash on async writing to websocket room array. - Thanks to @knoxfighter