MantisBT - Zandronum |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0002565 | Zandronum | [All Projects] Suggestion | public | 2016-01-06 12:57 | 2018-09-30 22:12 |
|
Reporter | Fused | |
Assigned To | Dusk | |
Priority | normal | Severity | text | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | | OS Version | |
Product Version | 3.0-beta | |
Target Version | 3.0 | Fixed in Version | 3.0 | |
|
Summary | 0002565: Merge a connecting player's name and IP together in one line |
Description | Currently the "Connection ..." and "... has connected/entered the game" lines are not one line and this can cause a messy log when multiple people are connecting at the same time.
Since there is a delay between these lines you won't be able to sort players with the corresponding ID when multiple people join. |
Steps To Reproduce | |
Additional Information | sv_main.cpp
replace line 1589-1601 with
'http://pastebin.com/raw/mYTtVT5N [^]' |
Tags | No tags attached. |
Relationships | related to | 0002562 | closed | Dusk | Include IP with player's disconnect message |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2016-01-06 12:57 | Fused | New Issue | |
2016-01-06 16:18 | Dusk | Note Added: 0014049 | |
2016-01-06 16:19 | Dusk | Note Edited: 0014049 | bug_revision_view_page.php?bugnote_id=14049#r8399 |
2016-01-06 18:18 | WaTaKiD | Note Added: 0014050 | |
2016-01-06 22:15 | Dusk | Note Added: 0014051 | |
2016-01-06 22:15 | Dusk | Relationship added | related to 0002562 |
2016-01-06 22:41 | Dusk | Note Edited: 0014051 | bug_revision_view_page.php?bugnote_id=14051#r8401 |
2016-01-06 22:41 | Dusk | Note Edited: 0014051 | bug_revision_view_page.php?bugnote_id=14051#r8402 |
2016-01-21 22:15 | Dusk | Note Added: 0014149 | |
2016-01-21 22:15 | Dusk | Assigned To | => Dusk |
2016-01-21 22:15 | Dusk | Status | new => needs review |
2016-01-22 11:22 | Fused | Note Added: 0014155 | |
2016-01-24 13:22 | cobalt | Status | needs review => needs testing |
2016-01-24 13:22 | cobalt | Target Version | => 3.0 |
2016-01-24 13:22 | cobalt | Description Updated | bug_revision_view_page.php?rev_id=8514#r8514 |
2016-01-24 13:22 | cobalt | Additional Information Updated | bug_revision_view_page.php?rev_id=8516#r8516 |
2016-01-24 13:22 | cobalt | Note Added: 0014174 | |
2016-01-24 13:25 | Dusk | Priority | low => normal |
2016-01-24 13:25 | Dusk | Severity | tweak => text |
2016-01-24 13:25 | Dusk | Description Updated | bug_revision_view_page.php?rev_id=8517#r8517 |
2016-01-24 13:25 | Dusk | Additional Information Updated | bug_revision_view_page.php?rev_id=8518#r8518 |
2016-01-24 22:04 | WaTaKiD | Note Added: 0014192 | |
2016-01-24 22:06 | WaTaKiD | Status | needs testing => resolved |
2016-01-24 22:06 | WaTaKiD | Resolution | open => fixed |
2016-01-24 22:06 | WaTaKiD | Fixed in Version | => 3.0 |
2018-09-30 22:12 | Blzut3 | Status | resolved => closed |
Notes |
|
(0014049)
|
Dusk
|
2016-01-06 16:18
(edited on: 2016-01-06 16:19) |
|
I'm not convinced that we should merge these lines since connection is asynchronous. The first message (with the IP address) logs the initial connection and the "player has connected" line logs when the player is properly in the server.
I'm getting the vibe here that this request is for external RCON tools, judging by the proposal of adding a parseable connection line in the log. In such a case a protocol feature would probably be the way to go.
|
|
|
|
it does feel kind of messy when multiple players connect at the same time or after a 'map' change, resulting in multiple lines of "connect: (ip)" followed by multiple lines of "player has connected"
BE logs always gave me the confidence that i knew exactly whos ip was whos upon connecting with this "CONNECTION (name) (ip)" line, whereas with NJ logs that lacked this, i would have to wait until certain users called votes under these circumstances (albeit rarely)
however i suppose theres also a part of me that just wants a little consistency to go with:'http://zandronum.com/tracker/view.php?id=2562 [^]'
as in if the disconnect message displays their name and ip on the same line (im only assuming it does this, please correct me if im wrong), why not on connect as well?
but as i give this more thought while rambling on, if this connect line is a no go, then as long as ticket 2562 is implemented i will be satisfied |
|
|
(0014051)
|
Dusk
|
2016-01-06 22:15
(edited on: 2016-01-06 22:41) |
|
We could add the IP address to the connect message as well as to the disconnect one. I remain unconvinced that we should add more of these kinds of print lines when the RCON protocol should be the go-to for 3rd party server administration tools.
|
|
|
(0014149)
|
Dusk
|
2016-01-21 22:15
|
|
|
|
(0014155)
|
Fused
|
2016-01-22 11:22
|
|
Sorry. WaTaKiD's post elaborated everything I had in mind and I had nothing to add to it. |
|
|
(0014174)
|
cobalt
|
2016-01-24 13:22
|
|
|
|
|
|