ddnet/src/engine/server
2024-01-05 18:10:57 +01:00
..
databases Fix readability-make-member-function-const 2023-12-14 23:38:03 +01: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 Remove #include <system.h> from one more header 2023-12-12 00:44:46 +01:00
authmanager.h Correctly update auth keys when using auth_remove 2023-09-22 21:12:20 +02:00
main.cpp Support arbitrary number of kernel interfaces, assert on errors 2023-12-04 18:11:47 +01:00
name_ban.cpp Refactor name bans, move code to separate class CNameBans 2023-11-25 22:28:54 +01:00
name_ban.h Refactor name bans, move code to separate class CNameBans 2023-11-25 22:28:54 +01: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 Group NETMSG_RCON_CMD_ADD 2024-01-05 18:10:57 +01:00
server.h Don't use the same demo recorder for auto and manual demos. 2023-12-25 17:29:39 +01: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 Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00