factorio-server-manager/src
2017-08-23 17:47:36 +09:00
..
auth.go add handlers for received commands, improved initial rcon connection establishment 2017-01-22 21:30:11 -05:00
factorio_config.go moved serverSettings to own component, changed settings to format into a table 2016-10-11 11:17:17 -04:00
factorio_server_linux.go Reworked FactorioServer.Stop() to cleanly close servers in Windows, rather than killing them, so that a save is triggered 2017-05-24 21:29:00 -05:00
factorio_server_windows.go Reworked FactorioServer.Stop() to cleanly close servers in Windows, rather than killing them, so that a save is triggered 2017-05-24 21:29:00 -05:00
factorio_server.go Committed the rest of the last commit 2017-05-24 22:13:49 -05:00
gamelog.go moved backend application to src directory 2016-05-12 07:31:05 -04:00
handlers.go added functionality to update Mods automatically 2017-08-23 17:47:36 +09:00
main.go removed functions out of handlers 2017-07-28 17:51:33 +02:00
mods_old.go more tests :) 2017-07-28 17:46:57 +02:00
mods.go added deletion of a mod 2017-08-19 21:05:53 +09:00
rcon.go add handlers for received commands, improved initial rcon connection establishment 2017-01-22 21:30:11 -05:00
routes.go added functionality to update Mods automatically 2017-08-23 17:47:36 +09:00
saves.go fix nil reference pointer in saves 2016-10-23 20:00:50 -07:00
wsclient.go add websocket router and connection upgrader, create rcon connection function 2017-01-22 21:30:11 -05:00
wsroutes.go added check for running Factorio server before sending command 2017-01-22 21:30:11 -05:00