ddnet/src/engine/server
Robert Müller 2258cbca57
Merge pull request #8007 from heinrich5991/pr_ddnet_vital_ping
Respond to pings sent as vital messages with vital pongs
2024-02-26 12:22:46 +00:00
..
databases Set correct size of name column in SQL table 2024-02-03 00:21:42 +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 Improve client/server launch log messages 2024-01-30 20:45:23 +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 Make http states a enum class and use it across the codebase 2024-01-22 01:06:59 +03:00
register.h Fix CRegister 2024-01-13 15:28:53 +03:00
server.cpp Merge pull request #8007 from heinrich5991/pr_ddnet_vital_ping 2024-02-26 12:22:46 +00:00
server.h Allow background jobs to be aborted, refactoring 2024-02-25 17:03:45 +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 Move CSnapIDPool to separate compilation unit 2024-02-02 20:33:43 +01:00
snap_id_pool.h Move CSnapIDPool to separate compilation unit 2024-02-02 20:33:43 +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