View Revisions: Issue #2358 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0002358: `playerwas` command, tell admins all names associated with an IP. |
|
Revision |
2015-07-24 00:14 by AlexMax |
|
Description |
Pretty simple. Zandronum could keep track of all player connections and their names, and `playerwas <pid>` would reveal all of their previous names from the same IP since the server was started.
Maybe this could be centralized in an sqlite database using `connectionlog` to make it possible to keep track of players across servers? |
|
Revision |
2015-07-24 00:13 by AlexMax |
|
Description |
Pretty simple. Zandronum could keep track of all player connections and their names, and `playerwas <pid>` would reveal all of their previous names since the server was started.
Maybe this could be centralized in an sqlite database using `connectionlog` to make it possible to keep track of players across servers? |