Xrasher/engine/server
Alibek Omarov 340a8b5e0c engine: server: fixes for userinfo change ratelimiting
* Add pentalty earlier
* Increase disallowed timewindow according to penality multiplier
* Allow first change even if it falls into ignore timewindow
2025-02-15 08:01:44 +03:00
..
server.h Cleanup xash3d_types.h from engine-specific macros and types 2025-01-22 15:10:18 +03:00
sv_client.c engine: server: fixes for userinfo change ratelimiting 2025-02-15 08:01:44 +03:00
sv_cmds.c engine: server: cmds: fix kick command incorrect argc 2025-02-14 20:52:45 +03:00
sv_custom.c Replace hardcoded functions names by __func__ macro 2024-06-19 06:53:42 +03:00
sv_filter.c engine: fix potential UB in netadr_t 2025-02-06 20:54:18 +03:00
sv_frame.c engine: server: slight refactoring, make SV_ModelHandle inlined, move PlayerIsFrozen to sv_client, fix packet loss data type 2025-01-14 12:09:23 +03:00
sv_game.c engine: server: pfnClientCommand and pfnQueryClientCvarValue should execute on unspawned player 2025-02-14 20:52:45 +03:00
sv_init.c engine: server: slight refactoring, make SV_ModelHandle inlined, move PlayerIsFrozen to sv_client, fix packet loss data type 2025-01-14 12:09:23 +03:00
sv_log.c engine: server: replace useless call to SV_Serverinfo to a direct access 2024-04-06 06:58:15 +03:00
sv_main.c engine: server: enable sv_zmax clamping back to avoid overflowing zmax value encoded in delta 2025-02-08 16:38:11 +03:00
sv_move.c engine: server: for entities physics code directly use cvar values rather than movevars. Leave movevars to player movement only 2024-12-08 01:39:24 +03:00
sv_phys.c engine: slight refactoring of lightstyle handling functions 2024-12-17 17:04:26 +03:00
sv_pmove.c engine: server: remove impulse 204, it's not used anywhere 2025-02-09 17:16:05 +03:00
sv_query.c engine: fix A2S_GOLDSRC_INFO, it must always include Source Engine Query and a null terminator 2024-10-26 20:24:31 +03:00
sv_save.c engine: replace few more Xash3D strings by XASH_ENGINE_NAME macro 2025-01-23 10:33:22 +03:00
sv_world.c engine: server: fix out of bounds write in SV_FindTouchedLeafs 2025-02-11 21:15:54 +03:00