| /datum/ui_module/admin/geoip | TGUI report of every connected client's ping and GeoIP data.
Read-only; lazily triggers a GeoIP refresh on any row whose status is not "updated". |
|---|
| /datum/ui_module/admin/geoip/focused | Per-viewer ckey filter. Keyed by viewer ckey, value is the target ckey to display.
One singleton instance is shared between admins; each admin's window reads its own slot. |
|---|
| /proc/geoip_build_row | Build a single row of GeoIP data for player. Triggers a lazy refresh if the cached lookup hasn't completed. |
|---|