View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002692 | unreal | ircd | public | 2005-11-13 15:47 | 2005-11-13 15:59 |
| Reporter | Klown | Assigned To | |||
| Priority | normal | Severity | trivial | Reproducibility | always |
| Status | closed | Resolution | not fixable | ||
| Product Version | 3.2.3 | ||||
| Summary | 0002692: yet another funky issue | ||||
| Description | ok, linked servers, when you /uwho some one (pull up their "info") it only shows their idle times on the same server your on, not when they are on a linked server server1: idletime: 60sec; awayinfo: blah server2: idletime: 0sec; awayinfo: blah and yes i know they could be chatting but the other owner and i have tested this out to no end, just seems to be a bit of funk in there | ||||
| Steps To Reproduce | link 2 servers, have friend idle server2 without doing a thing, then look at their info in a couple minutes, idle time shall report to you as 0 server1 will report acctual idle time provided they are connected to that server | ||||
| 3rd party modules | |||||
|
|
Ehm, idle time is always local. This is the way on every ircd every network since the beginning of IRC :P. I don't know /uwho (something mIRCish ? ;p), but for example '/whois remoteuser' will not show the idle time but: '/whois remoteuser remoteuser' (yes 2 times) will :). |
|
|
/uwho username brings up the user info dialog. and idle time is something that should be shared across the network isnt it, concidering there is options to kill idle connections, wouldnt it be better to let idle time show network wide so these things can work? *without doing it with 2 names* (btw thanks for that :p ) |
|
|
no that's impossible. well it's possible, but then for EVERY message a user sends (be it a msg to another local user or whatever), a servermessage would have to be broadcasted to all servers 'THIS USER HAS RESET THEIR IDLE TIME'.. That's not good :P. That would have an enormous bandwidth impact for something so small. That's why no servers do it ;p. |
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2005-11-13 15:47 | Klown | New Issue | |
| 2005-11-13 15:49 | syzop | Note Added: 0010736 | |
| 2005-11-13 15:56 | Klown | Note Added: 0010737 | |
| 2005-11-13 15:59 | Klown | Note Edited: 0010737 | |
| 2005-11-13 15:59 | syzop | Status | new => closed |
| 2005-11-13 15:59 | syzop | Note Added: 0010738 | |
| 2005-11-13 15:59 | syzop | Resolution | open => not fixable |