View Issue Details

IDProjectCategoryView StatusLast Update
0002692unrealircdpublic2005-11-13 15:59
ReporterKlown Assigned To 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionnot fixable 
Product Version3.2.3 
Summary0002692: yet another funky issue
Descriptionok, 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 Reproducelink 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

Activities

syzop

2005-11-13 15:49

administrator   ~0010736

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 :).

Klown

2005-11-13 15:56

reporter   ~0010737

Last edited: 2005-11-13 15:59

/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 )

syzop

2005-11-13 15:59

administrator   ~0010738

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.

Issue History

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