ddnet/src/engine/server
2024-03-11 02:09:16 +01:00
..
databases Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
antibot.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
antibot.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +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 Define Windows header macros only once in CMakeLists.txt 2024-02-28 21:40:28 +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 Show error from masterserver in console 2024-03-04 21:58:30 +01:00
register.h Fix CRegister 2024-01-13 15:28:53 +03:00
server.cpp Add a No login required filter 2024-03-11 02:09:16 +01:00
server.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +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
snap_id_pool.cpp Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +01:00
snap_id_pool.h Rename all variables for strict camel-casing of abbreviations 2024-03-05 15:44:09 +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