crafty-4/app/classes/shared
Phillip Tarrant 6b686c5b47 patches for issue #4:
biggest issue causing the cascade was building crash detection in check_running method
that method is called everywhere, so when called (sometimes 5 times at the same time) it tries to restart the server over and over
i created a new detect_crash method that will now look for crashes and removed all crash detection from check_running method
also added the remove_watcher_thread method to remove the old scheduled task watching the older server.
2020-12-11 09:52:36 -05:00
..
cmd.py added version string to page footer 2020-09-01 13:29:39 -04:00
console.py first huge commit 2020-08-11 20:36:09 -04:00
controller.py fixed issue where server settings don't get reloaded when changing server config without restarting crafty. Now server settings get repulled from DB after writing new settings on config change 2020-10-07 09:19:47 -04:00
helpers.py changed notify icon - added code to grab remote json from craftycontrol.com for announcements and such - icon turns red if update available 2020-09-22 21:42:41 -04:00
models.py adding GUI / routing for users admin (eventually roles will be here as well) 2020-12-06 15:42:49 -05:00
server.py patches for issue #4: 2020-12-11 09:52:36 -05:00
tasks.py added version string to page footer 2020-09-01 13:29:39 -04:00