View Issue Details

IDProjectCategoryView StatusLast Update
0002650unrealircdpublic2005-10-17 13:47
ReporterRandomNumber Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to duplicate 
Product Version3.2.3 
Summary0002650: Away is not shown when ssl and opered.
DescriptionI have umode z and am opered. I set "away" and whois myself the is available for help dissapears but the away doesnt appears
Steps To Reproduce/whois MrStatic
MrStatic is [email protected] * MrStatic
MrStatic is using modes +iowghraAsxNWzvtp +kcfFjveGnNqSso
MrStatic is connecting from *@asd 654
MrStatic is a registered nick
MrStatic on @#help
MrStatic using server.hub.tld (Blagh)
MrStatic is a Network Administrator
MrStatic is available for help.
MrStatic is using a Secure Connection
MrStatic has been idle 13secs, signed on Wed Sep 28 19:33:12
MrStatic End of /WHOIS list.
Then
/away This is a test
Then
/whois MrStatic
MrStatic is [email protected] * MrStatic
MrStatic is using modes +iowghraAsxNWzvtp +kcfFjveGnNqSso
MrStatic is connecting from *@asd 654
MrStatic is a registered nick
MrStatic on @#help
MrStatic using server.hub.tld (Blagh)
MrStatic is a Network Administrator
MrStatic is using a Secure Connection
MrStatic has been idle 13secs, signed on Wed Sep 28 19:33:12
MrStatic End of /WHOIS list.
3rd party modulesNone

Activities

Dukat

2005-09-29 05:39

reporter   ~0010531

Unable to reproduce here...

Maybe some strange script?
Check the debug output...

RandomNumber

2005-09-29 06:32

reporter   ~0010532

no strange script checked debug and had non opers and opers whois me and output, tried various clients as well mIRC, irssi

w00t

2005-09-29 06:41

reporter   ~0010533

Best example I can give..

 ----------------WHOIS: Stskeeps------------------
» NUH: [email protected]
» Realname: we just want to keep on breathing
» Status: is a Registered Nickname
» Channels: @#unreal-support @#unrealircd
» Server: lain.tspre.org the reason why socks disappear in the wash
» away: work
» Status: Network Administrator
» Status: is on a secure connection
» Time idle: 1min 31secs
» Uptime: 1day 16hrs 20mins 4secs
 ---------------END OF WHOIS----------------

syzop

2005-09-30 20:53

administrator   ~0010538

Looking at the code, I don't see how this would be possible:
            if (user->away)
                sendto_one(sptr, rpl_str(RPL_AWAY), me.name,
                    parv[0], name, user->away);

Which you say isn't send.
But:

            if (IsHelpOp(acptr) && !hideoper && !user->away)
                sendto_one(sptr, rpl_str(RPL_WHOISHELPOP), me.name, parv[0], name);

Which is not sent either, and since you are +h and not +H, you must be away.

Anybody else able to reproduce this?
Are you able to reproduce this on all your servers?

White_Magic

2005-10-06 17:07

reporter   ~0010552

[22:05] ^White_Mgagic^ is ([email protected]) With Realname: h0ly
[22:05] ^White_Mgagic^ is using modes +iowghAsRTxWzvtp
[22:05] Real IP Can Be Found In Status Window
[22:05] ^White_Mgagic^ On +#chatuniverse #gamebots #network_staff #admin #guardians +#Network-staff
[22:05] ^White_Mgagic^ *.ChatUniverse.net Cool Chat For Cool People
[22:05] ^White_Mgagic^ is Away: bleh
[22:05] ^White_Mgagic^ is a Server Administrator
[22:05] ^White_Mgagic^ is using a Secure Connection
[22:05] ^White_Mgagic^ has idle time of 12secs, Signed On Thu Oct 06 22:05:12
[22:05] ^White_Mgagic^ has been connected for 28secs
[22:05] ^White_Mgagic^ End of /WHOIS list.

not a problem here.. 3.2.3

RandomNumber

2005-10-17 12:46

reporter   ~0010593

It was just on one server. I recompiled and now its not there. *shrugs* Ghost in the system I guess *close please*

syzop

2005-10-17 13:47

administrator   ~0010596

Ok

Issue History

Date Modified Username Field Change
2005-09-29 03:35 RandomNumber New Issue
2005-09-29 03:35 RandomNumber 3rd party modules => None
2005-09-29 05:39 Dukat Note Added: 0010531
2005-09-29 06:32 RandomNumber Note Added: 0010532
2005-09-29 06:41 w00t Note Added: 0010533
2005-09-30 20:53 syzop Note Added: 0010538
2005-10-06 17:07 White_Magic Note Added: 0010552
2005-10-17 12:46 RandomNumber Note Added: 0010593
2005-10-17 13:47 syzop Status new => closed
2005-10-17 13:47 syzop Note Added: 0010596
2005-10-17 13:47 syzop Resolution open => unable to duplicate