ddnet/src/engine/server
Dennis Felsing 043480b06e server: Handle dnsbl and other non-critical stuff only on new ticks
Less risk of causing microlags then, I think once per second is often enough since it has to iterate through all players
2024-08-12 18:49:17 +02:00
..
databases Consistently use str_copy instead of mem_copy for strings 2024-06-01 13:55:20 +02: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 Ensure that sv_max_clients can only be set when starting server 2024-07-15 14:37:11 +02: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 Use network tokens in big-endian byte order consistently 2024-05-06 20:33:17 +02:00
register.h Fix CRegister 2024-01-13 15:28:53 +03:00
server.cpp server: Handle dnsbl and other non-critical stuff only on new ticks 2024-08-12 18:49:17 +02:00
server.h Don't show ban time for vpn bans 2024-08-05 20:27:16 +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
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 Support new UPNP API 2024-07-02 00:32:46 +02:00
upnp.h Make less headers depend on <base/system.h> 2023-12-11 23:52:23 +01:00