con_notifywords
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Notifies you when defined words are mentioned
At a glance
| Field | Value |
|---|---|
| Category | Engine & diagnostics |
| Feature family | Console |
| 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 | 0 |
| Value type | string |
| 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— saved to the user configuration
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
d1ec3b6ad84cin EternalJK (content authored2018-02-11, integrated2018-02-25) - Upstream registration evidence: codemp/client/cl_console.cpp:543
- Attribution method:
squash-feature-group-explicit-credit - Attribution confidence:
medium - Notes: The identifier’s single-prefix squash feature group explicitly credits 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 | 2018-02-11 |
— | 2018-02-25 |
d1ec3b6ad84c |
Ultimate origin |
| TaystJK | 2018-02-11 |
— | 2018-02-25 |
d1ec3b6ad84c |
Shared integration commit |
| jaPRO | 2018-02-11 |
— | 2018-02-25 |
d1ec3b6ad84c |
Shared integration commit |
| Vulkan | 2018-02-11 |
— | 2018-02-25 |
d1ec3b6ad84c |
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 |
|---|---|---|---|---|
2018-02-25 |
EternalJK | 90370c5d809cAdd back stampColor support |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
medium |
2018-02-25 |
EternalJK | ac81f588076fImproved description for con_notifywords |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_console.cpp |
medium |
2019-01-17 |
EternalJK | 0d37a09aa77fConsole/Chat field: Ctrl+A clears field and copies contents to clipboard. |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
medium |
Evidence
- registration: codemp/client/cl_console.cpp:661 (Cvar_Get)
- behavior: codemp/client/cl_cgame.cpp:586
- behavior: codemp/client/cl_cgame.cpp:591
- behavior: codemp/client/cl_main.cpp:2399
- behavior: codemp/client/cl_main.cpp:2450
- behavior: codemp/client/cl_main.cpp:2451