net_ip
Base Jedi Academy
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls net_ip in the engine-shared module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Server & networking |
| Module | engine-shared |
| Also registered in | engine-shared |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | high |
| In-game xdocs | No |
| In-game menu | No |
| Default | localhost |
| Value type | string |
| Restart | Yes; the value is latched. |
| Cheat protected | No |
Values
No discrete value list is enforced or documented in the inspected source.
Flags
CVAR_LATCH— latched until the relevant subsystem or map is restarted
Provenance
Origin: Base Jedi Academy
- Baseline evidence:
14cea1563762 - Upstream registration evidence: code/unix/unix_net.c:307
- Attribution method:
present-in-openjk-initial-source-import - Attribution confidence:
high - Notes: Identifier is present in OpenJK’s initial Raven source-import snapshot. Dated commit evidence identifies later registration changes relative to the origin snapshot.
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-04-08 |
OpenJK | 9950d594349cMerge branch ‘master’ of https://github.com/Razish/OpenJK |
Changed registration, default, flags, module, renderer scope, handler, or gating. codemp/unix/unix_net.c |
high |
2013-04-24 |
OpenJK | f6cadd34c6abMerge branch ‘master’ of https://github.com/Razish/OpenJK into modrender-port |
Changed registration, default, flags, module, renderer scope, handler, or gating. code/unix/unix_net.c |
high |
2013-07-05 |
OpenJK | 7f053f0964ccImproved status command for the console. Is mostly inspired by the SOURCE status cmd. |
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp |
medium |
2014-01-31 |
OpenJK | cd5d3753f0a7[MP] Removed net_noudp in favor of net_enabled. Currently only 0 or 1, but it will be supported via bitmask later. Some other minor cleanups and merges from ioq3 in net_ip. |
Changed registration, default, flags, module, renderer scope, handler, or gating; and an exact bound cvar-variable reference. codemp/qcommon/net_ip.cpp |
medium |
2014-08-25 |
OpenJK | 036c904c5bd8[MP] Tweaked client list in status rcon cmd Cut client number down to 2 width since 32 is max players. Remove lastmsg and qport. Increased size of address to accommodate for future ipv6 support. Fix colored name padding. Based on ioquake/ioq3@94e36c288c6ce6b5273055e61077c29e81fbd2bf |
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp |
medium |
2018-10-06 |
EternalJK | 05f1ac70497ercon status cleanup move name to end of line, remove notrunc, cleanup status info |
Changed an exact bound cvar-variable reference. codemp/server/sv_ccmds.cpp |
medium |
Evidence
- registration: codemp/qcommon/net_ip.cpp:882 (Cvar_Get)
- behavior: codemp/qcommon/net_ip.cpp:846
- behavior: codemp/server/sv_ccmds.cpp:1190
- behavior: codemp/qcommon/net_ip.cpp:883
- behavior: codemp/qcommon/net_ip.cpp:884