con_notifyconnect
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 someone connects to the server
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 | bool |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
| Value | Meaning | Evidence |
|---|---|---|
0 |
Disabled. | codemp/client/cl_cgame.cpp:615 |
1 |
Enabled. | codemp/client/cl_cgame.cpp:615 |
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
8fff5e2c8dc2in EternalJK (content authored2016-04-15, integrated2016-04-15) - Upstream registration evidence: codemp/client/cl_console.cpp:544
- 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 | 2016-04-15 |
— | 2016-04-15 |
8fff5e2c8dc2 |
Ultimate origin |
| TaystJK | 2016-04-15 |
— | 2016-04-15 |
8fff5e2c8dc2 |
Shared integration commit |
| jaPRO | 2016-04-15 |
— | 2016-04-15 |
8fff5e2c8dc2 |
Shared integration commit |
| Vulkan | 2016-04-15 |
— | 2016-04-15 |
8fff5e2c8dc2 |
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 | 00588c8f6da8Better fix for verbose/fs_debug logging option |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
medium |
2018-02-25 |
EternalJK | 1379d10d1d14Fix con_notifyconnect condition |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
medium |
2018-02-25 |
EternalJK | 55d350a25827con_notifynames -1 blinks for every chat msg https://github.com/eternalcodes/EternalJK/issues/66 |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
high |
2018-02-25 |
EternalJK | 9b5228bcfe2fMove engine chatlogging to chat cmd, instead of scanning console Start of fix for con_notifyname https://github.com/eternalcodes/EternalJK/issues/53, https://github.com/eternalcodes/EternalJK/issues/52 |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp, codemp/client/cl_console.cpp |
high |
2018-02-25 |
EternalJK | b9e48ef6bd40Fix timestamp colors |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
medium |
2018-02-25 |
EternalJK | ede80a39ef3fNotifyconnect fix? |
Changed an exact bound cvar-variable reference. codemp/client/cl_cgame.cpp |
medium |
2018-03-21 |
EternalJK | e689fdabde75Merge remote-tracking branch ‘eternalcodes/master’ |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_console.cpp |
medium |
2018-05-24 |
EternalJK | 097a0d05fa4eMerge remote-tracking branch ‘bucky/master’ |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_console.cpp |
medium |
Evidence
- registration: codemp/client/cl_console.cpp:662 (Cvar_Get)
- behavior: codemp/client/cl_cgame.cpp:615