- 15 Feb, 2022 5 commits
- 14 Feb, 2022 3 commits
- 13 Feb, 2022 3 commits
- 11 Feb, 2022 1 commit
-
-
Taylor authored
-
- 05 Jul, 2018 3 commits
-
-
Zachary Sistrunk authored
logs.php works not only on apache See merge request !42
-
-
Zachary Sistrunk authored
Screen has changed yet again, removing the argument from the -L parameter and adding a new parameter -Logfile.
-
- 15 Jun, 2018 2 commits
-
-
Zachary Sistrunk authored
Corrected crash due to faulty logic.
-
Zachary Sistrunk authored
-
- 21 Apr, 2018 1 commit
-
-
Zachary Sistrunk authored
-
- 24 Mar, 2018 2 commits
-
-
Zachary Sistrunk authored
Uncommented one too many lines last commit
-
Zachary Sistrunk authored
I missed one of these when I last fixed them. PvP servers were not getting the 'server started' message printed due to this
-
- 23 Mar, 2018 2 commits
-
-
-
Zachary Sistrunk authored
-
- 15 Mar, 2018 1 commit
-
-
Taylor authored
removing these because the latest factorio releases generate zip files with inconsistencies. Game still runs, but php-zip will fail on the inconsistency with how we're currently scripted.
-
- 01 Mar, 2018 2 commits
-
-
Taylor Rhodes authored
was not needed.
-
Taylor Rhodes authored
i hate you php
-
- 02 Feb, 2018 2 commits
- 01 Feb, 2018 1 commit
-
-
Zachary Sistrunk authored
My fault, I commented a line that shouldn't have been commented
-
- 31 Jan, 2018 1 commit
-
-
Zachary Sistrunk authored
Bot will restart upon encountering an error A player logging in or sending a chat message will set the server status to 'started' if it is not already correctly set Pipes are now set to automatically close on exec, so there will no longer be extraneous file handles leaking into servers
-
- 29 Jan, 2018 2 commits
-
-
Zachary Sistrunk authored
The new version of PvP allows an admin to force the round to end. This new code detects that and prints the appropriate message.
-
Zachary Sistrunk authored
Factorio 0.16 added [SHOUT] before shouts. This update is primarily to remove that so that the bot functions properly.
-
- 27 Jan, 2018 1 commit
-
-
Taylor authored
check if this function exists before trying to call it. Otherwise, nginx fails, because nginx isn't apache, i guess.
-
- 26 Jan, 2018 2 commits
-
-
Zachary Sistrunk authored
Update is backwards compatible, just like the version_send is. .setGame was depreciated in 11.3, replaced with .setActivity.
-
Zachary Sistrunk authored
Added extra error detection
-
- 25 Jan, 2018 1 commit
-
-
Zachary Sistrunk authored
Zombie processes are child processes that were not fully closed by their parent process. The servers are launched as child processes. Zombies do not take up any memory, but they do take a spot on the process list. Enough zombies could prevent any more processes from being started. This commit now prevents those zombies from being formed. Opening this file in Visual Studio made VS automatically format it, so the vast majority of changes in this commit are actually minot formatting changes.
-
- 20 Jan, 2018 1 commit
-
-
Taylor authored
added "@" + per zackmans reccomendations
-
- 13 Dec, 2017 2 commits
- 05 Dec, 2017 2 commits
-
-
Zachary Sistrunk authored
Some servers don't want to have a third role, this update will make the role optional. There is some incorrect indentation here (4 space instead of tabs), the web editor is refusing to insert proper tabs. I will fix this in a later commit.
-
Zachary Sistrunk authored
Found another place that depended on the word 'stable' being in the URL
-