afk
EternalJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Rename to or from afk
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 |
| Syntax | afk |
| Cheat protected | No |
Arguments and gating
No verified argument schema is available beyond the syntax shown above.
Provenance
Origin: EternalJK
- Ultimate-origin introduction:
d0b29886a80din EternalJK (content authored2016-03-05, integrated2016-03-05) - Upstream registration evidence: codemp/client/cl_main.cpp:3401
- 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-03-05 |
— | 2016-03-05 |
d0b29886a80d |
Ultimate origin |
| TaystJK | 2016-03-05 |
— | 2016-03-05 |
d0b29886a80d |
Shared integration commit |
| jaPRO | 2016-03-05 |
— | 2016-03-05 |
d0b29886a80d |
Shared integration commit |
| Vulkan | 2016-03-05 |
— | 2016-03-05 |
d0b29886a80d |
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 |
|---|---|---|---|---|
2016-03-11 |
EternalJK | 71cc8ccbae52Add /colorstring command |
Changed the registered command handler. codemp/client/cl_main.cpp |
medium |
2016-03-14 |
EternalJK | 09b3f68fcc6fAutomatic execution of afk cmd after x minutes Add cvar /cl_afkTime to adjust number of minutes |
Changed the registered command handler. codemp/client/cl_main.cpp |
medium |
2016-03-21 |
EternalJK | e6ed053d8fa5Improved Afk code |
Changed the registered command handler. codemp/client/cl_input.cpp, codemp/client/cl_main.cpp, codemp/client/client.h |
medium |
2016-03-21 |
EternalJK | 1cdc9fc78b3bAfk bugfix Accidentally deleted essential code in cl_input Added 5 second wait time before using afk cmd again. |
Changed the registered command handler. codemp/client/cl_main.cpp |
medium |
2016-03-24 |
EternalJK | ee1e5380b1dbExecute afk on focus/unfocus |
Changed the registered command handler. shared/sdl/sdl_input.cpp |
medium |
2016-03-24 |
EternalJK | b01a0a6ba02aUnfocus execute afk after 30 seconds |
Changed the registered command handler. shared/sdl/sdl_input.cpp |
medium |
2016-03-25 |
EternalJK | b8696a7ad9f9Add chatlogs to engine raz0r’s chatlog code re-purposed for engine |
Changed the registered command handler. codemp/client/client.h |
medium |
2016-03-26 |
EternalJK | 844387592b09Reset afkTime when window is refocused |
Changed the registered command handler. shared/sdl/sdl_input.cpp |
medium |
2016-04-23 |
EternalJK | cc95a484132fAdded cvar cl_afkTimeUnfocused, Added Cvar/Cmd descriptions This will allow you to set the amount of minutes to autorename to afk while the jka window is unfocused or minimized. The default is 1 minute. |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/client/cl_main.cpp |
medium |
2018-02-25 |
EternalJK | 652bd7e7bf18define timestamp length, new prompt char, comments |
Changed the registered command handler. codemp/client/cl_input.cpp, codemp/client/cl_main.cpp |
medium |
2019-03-19 |
EternalJK | c55cb9d28c23Engine chat logging - don’t log “end log” message until something has been logged |
Changed the registered command handler. codemp/client/client.h |
medium |
2020-05-15 |
EternalJK | 8e7c210be049Merge pull request #101 from eternalcodes/features/afkPrefix |
Changed the registered command handler. codemp/client/cl_main.cpp |
medium |
Evidence
- registration: codemp/client/cl_main.cpp:3500 (Cmd_AddCommand)
- handler: codemp/client/cl_main.cpp:3000