ddnet/src/engine/server
heinrich5991 ee32ceb1da
Merge pull request #7092 from furo321/pr_fix_ipv4only_registering
Don't register to ipv6 when sv_ipv4only is enabled. (fixes #7091)
2023-08-28 21:09:59 +00:00
..
databases Fix assertion failure when SQLite connection fails 2023-08-22 20:40:36 +02:00
antibot.cpp Allow antibot to record data into teehistorian 2023-08-25 14:26:09 +02:00
antibot.h Allow antibot to record data into teehistorian 2023-08-25 14:26:09 +02:00
authmanager.cpp Port some code to str_copy() template 2022-07-09 19:40:58 +03:00
authmanager.h Use std::vector<CKey> instead of array 2022-05-27 16:31:18 +02:00
main.cpp Add separate log levels for each output 2023-07-24 22:43:05 +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 Move sv_ipv4only check to OnConfigChange 2023-08-28 22:45:53 +02:00
register.h Explicitly delete game server from list on shutdown 2022-06-03 11:27:47 +02:00
server.cpp Add possibility to persist game data past map changes 2023-08-27 16:11:45 +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 Extract server main() to its own file 2022-08-15 16:07:27 +03: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