EmosewaMC
6927bc614e
Spacing
2022-04-09 18:33:38 -07:00
EmosewaMC
aee3290248
Update MasterServer.cpp
2022-04-09 16:02:12 -07:00
EmosewaMC
1efbe2d2c0
added returns
2022-04-09 15:57:18 -07:00
EmosewaMC
d085c0cf10
correct exit
2022-04-09 15:35:40 -07:00
EmosewaMC
fd13770e87
Sped up server shutdown
2022-04-09 14:17:31 -07:00
Gie "Max" Vanommeslaeghe
5e5fefb501
Merge pull request #416 from Marcono1234/MasterServer-closing-db
...
Fix MasterServer not always closing database connection on exit
2022-04-03 11:31:53 +02:00
Xiphoseer
b8c1f7629e
Merge pull request #359 from AxtonF/HandleSIGTERM
...
Add handling of SIGTERM
2022-02-05 15:38:49 +01:00
Marcono1234
4cd38f1174
Use exit code macros
2022-01-25 01:30:06 +01:00
Marcono1234
910448b0e7
Fix MasterServer not always closing database connection on exit
2022-01-25 01:30:06 +01:00
TheMatt2
ef194f8796
Remove <filesystem> dependency ( #400 )
2022-01-21 17:46:19 +01:00
TheMatt2
df77997b0b
Clearer Error Message on Misconfiguration
...
Checks if CDServer.sqlite exists before attempting to open it. Otherwise
Sqlite will create an empty file only cause a crash when CDClientManager
tries to Initialize.
Also catches error if CDClientManager tries to initialize, in case an
empty CDServer.sqlite file already exists.
2022-01-17 15:13:30 -05:00
Felix Racz
03e2a855b1
Add handling of SIGTERM
2022-01-09 01:25:45 +01:00
Nils Bergmann
0f3fafde4b
Merge branch 'DarkflameUniverse:main' into main
2022-01-05 16:33:13 +01:00
cooltrain7
ff8d68f45c
Merge branch 'main' into Log-Line-Cleaning
2021-12-28 18:46:44 +00:00
Nils Bergmann
8ba3fe33f3
Merge branch 'DarkflameUniverse:main' into main
2021-12-25 17:05:37 +01:00
Gie "Max" Vanommeslaeghe
1006bd17e3
Merge pull request #276 from cuzitsjonny/main
...
ChatServer respawn after crash
2021-12-21 20:09:16 +01:00
Jonny
dfb41c7c40
MasterServer now respawns ChatServer on crash
2021-12-20 10:08:57 +01:00
Nils Bergmann
2b92bbc45f
Merge branch 'DarkflameUniverse:main' into main
2021-12-14 20:05:31 +01:00
Nexus
ca8f0059a3
Add port recycling to instance creation
...
Made instance creation use previously used ports when available, to prevent
crashes caused by ports being used that are outside of the assigned range.
2021-12-14 11:05:33 +08:00
wincent
259c236b72
Fixes dlogger PR
...
When applied this commit fixes the unix build of the previous dLogger PR.
This commit also fixes backwards compatability with config files.
2021-12-13 16:57:43 +01:00
cooltrain7
932128a084
Replaced printf with correct logger->log call
...
- Use of printf breaks the flow of the console
2021-12-13 01:31:39 +00:00
Jett
74742771c4
Added a LogDebug
...
- Added debug logging
- Created vLog, a root function for all log functions
- Placed failed to load script log under this new LogDebug function
- Updated included config functions
2021-12-11 12:29:34 +00:00
Nils Bergmann
11ade05510
style: fix whitespace
2021-12-09 18:49:46 +01:00
Nils Bergmann
7f1e392be2
WIP: add master_ip option
2021-12-08 14:57:16 +01:00
Unknown
0545adfac3
Public release of the DLU server code!
...
Have fun!
2021-12-05 18:54:36 +01:00