cl_discordRichPresenceSharePassword
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
If set, sends password to Discord friends who request to join your game
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| Module | engine-client |
| Also registered in | engine-client |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | documented |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | 1 |
| Value type | bitmask |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
No discrete value list is enforced or documented in the inspected source.
Flags
CVAR_ARCHIVE_ND— saved to configuration without marking the cvar as user-created
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
53b43cd32500in EternalJK (content authored2019-03-21, integrated2019-03-21) - Upstream registration evidence: codemp/client/cl_discordrpc.cpp:382
- Attribution method:
shared-earliest-commit-lineage-order - Attribution confidence:
medium - Notes: The earliest authored/submitted introduction is shared by eternaljk, taystjk, japro, vulkan; fork-lineage order selects eternaljk.
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 |
|---|---|---|---|---|---|
| EternalJK | 2019-03-21 |
— | 2019-03-21 |
53b43cd32500 |
Ultimate origin |
| TaystJK | 2019-03-21 |
— | 2019-03-21 |
53b43cd32500 |
Shared integration commit |
| jaPRO | 2019-03-21 |
— | 2019-03-21 |
53b43cd32500 |
Shared integration commit |
| Vulkan | 2019-03-21 |
— | 2019-03-21 |
53b43cd32500 |
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 |
|---|---|---|---|---|
2019-03-21 |
EternalJK | f6c6472650ccDiscord RPC integration |
Changed an exact bound cvar-variable reference. codemp/client/cl_discordrpc.cpp |
medium |
Evidence
- registration: codemp/client/cl_discordrpc.cpp:448 (Cvar_Get); condition
defined DISCORD && !(_DEBUG) - behavior: codemp/client/cl_discordrpc.cpp:193