sv_filterCommands
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls sv_filterCommands in the engine-server module. Consult the cited behavior reads before relying on values not listed here.
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 | code-trace |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | 2 |
| Value type | enum |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
2 |
Selects the code path tested for value 2. | codemp/server/sv_client.cpp:1512 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
f6cadd34c6abin OpenJK (content authored2013-04-24, integrated2013-04-24) - Upstream registration evidence: codemp/server/sv_init.cpp:1001
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits openjk. 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 |
|---|---|---|---|---|---|
| OpenJK | 2013-04-24 |
— | 2013-04-24 |
f6cadd34c6ab |
Ultimate origin |
| EternalJK | 2013-04-24 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
| rend2 | 2013-04-24 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
| TaystJK | 2013-04-24 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
| jaPRO | 2013-04-24 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
| NewJK / NewMod | 2013-04-24 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
| Vulkan | 2013-04-24 |
— | 2013-04-24 |
f6cadd34c6ab |
Shared integration commit |
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 |
|---|---|---|---|---|
2017-12-29 |
EternalJK | 43b393062090Merge remote-tracking branch ‘upstream/master’ |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/server/sv_client.cpp, codemp/server/sv_init.cpp, codemp/server/sv_main.cpp |
medium |
2019-05-10 |
EternalJK | 15c685c83005Merge pull request #95 from Yberion/serversideEngineFix |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/server/sv_client.cpp, codemp/server/sv_init.cpp |
medium |
Evidence
- registration: codemp/server/sv_init.cpp:1034 (Cvar_Get)
- behavior: codemp/server/sv_client.cpp:1510
- behavior: codemp/server/sv_client.cpp:1512