quakeforge-old/qw_server
Jeff Teunissen 5fe2d742d5 Added cvars to configure (or disable) the server-side time cheat
protection.

sv_timekick: This cvar controls the number of times a player has to
be caught "cheating" before they get kicked. sv_timekick shows up in
serverinfo if changed from the default. If sv_timekick < 1, timecheat
detection is disabled. Default is 3.

sv_timekick_fuzz: This cvar affects how strict the protection is. The
higher the number, the more "fuzz" is applied, and the less strict the
detection code is. Raise this if your players are being kicked for packet
loss and lag. Default is 10, giving a fuzz factor of about 1 percent.

sv_timekick_interval: This cvar controls how often, in seconds, the time
tally is counted. Lowering this value increases the chance of false
positives, but helps to minimize the amount of damage a timecheating
player can cause. Default is 30 seconds.
2000-04-06 14:52:56 +00:00
..
.gitignore Added autoheader support. Also added ./bootstrap to go from a freshly 2000-01-01 20:45:27 +00:00
Makefile.in fix the incorrect $i and -ne :/. 2000-03-23 23:04:48 +00:00
progdefs.h The big whitespace cleanup. ;-) 2000-03-19 15:59:51 +00:00
qw_server.dsp *** empty log message *** 2000-04-03 11:22:34 +00:00
sv_ccmds.c Added fraglogdir cvar. 2000-03-31 13:28:23 +00:00
sv_ents.c The big whitespace cleanup. ;-) 2000-03-19 15:59:51 +00:00
sv_init.c Changed Cvar_Set(char *, char*) to Cvar_Set(cvar_t *, char *). You can kill me now =] 2000-04-03 14:30:02 +00:00
sv_main.c Added cvars to configure (or disable) the server-side time cheat 2000-04-06 14:52:56 +00:00
sv_move.c The big whitespace cleanup. ;-) 2000-03-19 15:59:51 +00:00
sv_nchan.c The big whitespace cleanup. ;-) 2000-03-19 15:59:51 +00:00
sv_phys.c cleanup 2000-04-04 12:10:08 +00:00
sv_send.c flymode WORKS! I'm also poking around a few other qw_server files.. 2000-04-01 23:40:29 +00:00
sv_user.c Added cvars to configure (or disable) the server-side time cheat 2000-04-06 14:52:56 +00:00
sys_unix.c The big whitespace cleanup. ;-) 2000-03-19 15:59:51 +00:00
sys_win.c Changed Cvar_Set(char *, char*) to Cvar_Set(cvar_t *, char *). You can kill me now =] 2000-04-03 14:30:02 +00:00