Aaron Kimbrell
e297aacc68
Breakout message identifiers ( #1065 )
...
and make them scope enums
2023-05-03 16:38:32 -05:00
Aaron Kimbrell
6d989f37f1
Breakout ServerDisconnectIdentifiers into an enum ( #995 )
2023-02-19 04:29:14 -08:00
David Markowitz
51dd56f0a0
Add MTU config option ( #908 )
...
* Add config option
* Add reloading
2022-12-21 10:51:27 -06:00
Gie "Max" Vanommeslaeghe
f41dfaebdf
Merge pull request #887 from EmosewaMC/ServerShutdown
...
Improve server shutdown process
2022-12-18 15:41:58 +01:00
David Markowitz
e1bcde628f
Implement lower cap datagram size ( #890 )
2022-12-17 20:54:41 -08:00
EmosewaMC
1afe717563
Properly exit
...
Properly exit based on the path taken to shutdown master.
Tested that shutting down through sigint or sigterm returns -1
Tested that a segfault exits the program properly
Need to test that players who are trying to connect while master is shutting down are not able to spawn more child worlds.
2022-12-15 05:46:03 -08:00
EmosewaMC
435761f64b
Improve shutdown
2022-12-15 04:14:00 -08:00
David Markowitz
18a0ae599b
Add bandwidth limit of 10kb/s( #863 )
2022-12-05 16:08:47 -08:00
David Markowitz
1464762bcd
Implement GTest and change windows output path
...
Implement GTest as a testing infrastructure.
Make windows output binaries to the build folder instead of the release type folder (potentially issue further down the line)
Add a simple unit test for DestroyableComponent
2022-11-07 00:12:35 -08:00
aronwk-aaron
19e77a38d8
format codebase
2022-07-28 08:39:57 -05:00
Aaron Kimbrell
e97ae92624
Make logger automatically put a newline ( #675 )
...
at the end of the line
remove all the newlines in log calls
2022-07-24 21:26:51 -05:00
cooltrain7
975654f8e2
Merge branch 'main' into Log-Line-Cleaning
2022-01-03 17:51:13 +00:00
Jett
2d5d5b273a
remove unneeded log
2021-12-31 15:07:20 +00:00
Jett
f15b716ea7
Implement master server fix
2021-12-31 02:52:35 +00:00
cooltrain7
ed151e6d45
Added extra information to connection log
...
- Added correct class name to log calls
- Added extra zone and instance information in ambiguous log call
2021-12-13 01:33:51 +00:00
Unknown
0545adfac3
Public release of the DLU server code!
...
Have fun!
2021-12-05 18:54:36 +01:00