ui_browserShowPasswordProtected
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls ui_browserShowPasswordProtected in the ui module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Server & networking |
| Feature family | Server browser |
| Module | ui |
| Also registered in | ui |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | medium |
| 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/ui/ui_main.c:9181 |
1 |
Enabled. | codemp/ui/ui_main.c:9181 |
Flags
CVAR_ARCHIVE— saved to the user configurationCVAR_INTERNAL— internal UI/engine state
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
8fdb5fb65dbein OpenJK (content authored2013-09-28, integrated2013-09-28) - Upstream registration evidence: codemp/ui/ui_xcvar.h:60
- Attribution method:
shared-earliest-commit-lineage-order - Attribution confidence:
medium - Notes: The earliest authored/submitted introduction is shared by openjk, eternaljk, rend2, taystjk, japro, newjk, vulkan; fork-lineage order selects openjk.
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-09-28 |
— | 2013-09-28 |
8fdb5fb65dbe |
Ultimate origin |
| EternalJK | 2013-09-28 |
— | 2013-09-28 |
8fdb5fb65dbe |
Shared integration commit |
| rend2 | 2013-09-28 |
— | 2013-09-28 |
8fdb5fb65dbe |
Shared integration commit |
| TaystJK | 2013-09-28 |
— | 2013-09-28 |
8fdb5fb65dbe |
Shared integration commit |
| jaPRO | 2013-09-28 |
— | 2013-09-28 |
8fdb5fb65dbe |
Shared integration commit |
| NewJK / NewMod | 2013-09-28 |
— | 2013-09-28 |
8fdb5fb65dbe |
Shared integration commit |
| Vulkan | 2013-09-28 |
— | 2013-09-28 |
8fdb5fb65dbe |
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 |
|---|---|---|---|---|
2013-09-30 |
OpenJK | 2ca29aebe0e9[MP] Fix more defaults for saber names and team names. Don’t register cg_viewsize needlessly on client startup, update cvar as soon as it’s changed |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/ui/ui_xcvar.h |
medium |
Evidence
- registration: codemp/ui/ui_xcvar.h:65 (XCVAR_DEF)
- behavior: codemp/ui/ui_main.c:9181
- behavior: codemp/ui/ui_main.c:9183