sv_autoWhitelist
JK2MV
Automatically add IPs of players to a whitelist. Whitelisted IPs are can still access the server while it’s under a DOS attack and they are stored in ipwhitelist.dat file. Collecting IP addresses without consent may be against European Union’s General Data Protection Regulation.
At a glance
| Field | Value |
|---|---|
| Category | Server & networking |
| Module | engine-server |
| Also registered in | engine-server |
| Renderer | All / not renderer-specific |
| Network scope | server-authoritative — Owned or enforced by the server. |
| Derivation | documented |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | 1 |
| Value type | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/server/sv_client.cpp:586 |
1 |
Enabled. | codemp/server/sv_client.cpp:586 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: JK2MV
- Ultimate-origin introduction:
8045afb65e1ein JK2MV (content authored2018-06-10, integrated2018-06-10) - TaystJK integration evidence:
fffc00dab968 - Upstream registration evidence: src/server/sv_init.cpp:888
- Attribution method:
earliest-authored-project-introduction - Attribution confidence:
high - Notes: Dated commit evidence identifies later registration changes relative to the origin snapshot.
Dated project introductions
Authored dates come from the exact registration’s first content commit, PR dates identify when work was proposed to each project, and integration dates come from each first-parent mainline. A project merging first does not override earlier upstream authorship or submission.
| Project | Authored | PR opened | Integrated | Commit | Relationship |
|---|---|---|---|---|---|
| JK2MV | 2018-06-10 |
— | 2018-06-10 |
8045afb65e1e |
Ultimate origin |
| EternalJK | 2019-04-27 |
— | 2020-05-15 |
fffc00dab968 |
Other project appearance |
| TaystJK | 2019-04-27 |
— | 2020-05-15 |
fffc00dab968 |
Other project appearance |
| jaPRO | 2019-04-27 |
— | 2020-05-15 |
fffc00dab968 |
Other project appearance |
| Vulkan | 2019-04-27 |
— | 2020-05-15 |
fffc00dab968 |
Other project appearance |
| OpenJK | 2020-08-21 |
— | 2020-08-21 |
962f3198371a |
Other project appearance |
| rend2 | 2020-08-21 |
— | 2020-08-21 |
962f3198371a |
Other project appearance |
Later changes
These commits occur after the ultimate-origin introduction on TaystJK’s inherited first-parent lineage. Registration evidence is exact; behavior evidence requires a changed bound cvar reference or a changed registered command-handler hunk.
| Date | Change source | Commit / subject | Evidence | Confidence |
|---|---|---|---|---|
2020-05-15 |
EternalJK | fffc00dab968Merge pull request #97 from aufau/ratelimiter |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/server/server.h, codemp/server/sv_client.cpp, codemp/server/sv_init.cpp and 1 more |
medium |
Evidence
- registration: codemp/server/sv_init.cpp:1053 (Cvar_Get)
- behavior: codemp/server/sv_client.cpp:586
- upstream-documentation: CVARS.rst:537