ddnet/src/engine/server
2023-11-19 14:59:14 +01:00
..
databases Fix clang-tidy modernize-use-override 2023-10-06 14:06:52 +02:00
antibot.cpp Allow antibot to kick people 2023-11-19 14:59:14 +01:00
antibot.h Allow antibot to kick people 2023-11-19 14:59:14 +01:00
authmanager.cpp Correctly update auth keys when using auth_remove 2023-09-22 21:12:20 +02:00
authmanager.h Correctly update auth keys when using auth_remove 2023-09-22 21:12:20 +02:00
main.cpp Increase jobpool thread count based on hardware concurrency 2023-10-15 22:10:49 +02:00
name_ban.cpp Port some code to str_copy() template 2022-07-09 19:40:58 +03:00
name_ban.h Port some code to str_copy() template 2022-07-09 19:40:58 +03:00
register.cpp Add CLock wrapper for std::mutex to replace lock_* functions 2023-11-11 00:04:57 +01:00
register.h Explicitly delete game server from list on shutdown 2022-06-03 11:27:47 +02:00
server.cpp Encapsulate CHostLookup member variables 2023-10-22 13:38:56 +02:00
server.h Add possibility to persist game data past map changes 2023-08-27 16:11:45 +02:00
server_logger.cpp Add separate log levels for each output 2023-07-24 22:43:05 +02:00
server_logger.h Use CLock instead of std::mutex, add thread-safety annotations 2023-11-11 00:09:17 +01:00
sql_string_helpers.cpp Declare variables as const when possible 2022-11-29 23:32:32 +01:00
sql_string_helpers.h Fix some variable name's style 2020-11-08 17:15:48 +01:00
upnp.cpp Add str_from_int function 2023-08-24 20:54:17 +02:00
upnp.h Huge variable naming format 2022-07-08 18:01:29 +02:00