Remove the DMAPI requirement

- Add field to DreamMaker model
- Add permission
- Add migrations
- Add Incompatible ApiValidationStatus
- Send admin watchdog chat message when manual reboot required
- Remove DeadSessionController
- Suppress some chat tracking context logspam
- Add more session creation logging
- Add tests
This commit is contained in:
Jordan Brown
2020-07-05 17:11:41 -04:00
parent fcdd4a7afb
commit 7069b7ff12
32 changed files with 3643 additions and 195 deletions
+2
View File
@@ -0,0 +1,2 @@
/world/New()
log << "Hello world!"
+15
View File
@@ -0,0 +1,15 @@
// Hand crafted DME, will not work if saved with DreamMaker
// BEGIN_INTERNALS
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR
// BEGIN_PREFERENCES
// END_PREFERENCES
// BEGIN_INCLUDE
#include "Test.dm"
// END_INCLUDE
@@ -0,0 +1,17 @@
// Hand crafted DME, will not work if saved with DreamMaker
// BEGIN_INTERNALS
// END_INTERNALS
// BEGIN_FILE_DIR
#define FILE_DIR .
// END_FILE_DIR
// BEGIN_PREFERENCES
// END_PREFERENCES
// BEGIN_INCLUDE
#include "Config.dm"
#include "..\tgs_include.dm"
#include "Test.dm"
// END_INCLUDE