View Issue Details

IDProjectCategoryView StatusLast Update
0001456unrealircdpublic2014-01-12 11:00
Reporterm Assigned Tosyzop  
PrioritynormalSeveritymajorReproducibilityalways
Status closedResolutionunable to duplicate 
Product Version3.2-beta19 
Summary0001456: bug in m_server_synch (s_serv.c)
Descriptionm_server_synch is sending hidden hosts as vhost in the if (!SupportNICKv2(cptr)) block when an attached "server" e.g. services does not support anything other than the older protocol.

if (IsHidden(acptr) && acptr->user->virthost)
should be:
((IsHidden(acptr) && (acptr->umodes & UMODE_SETHOST))
as used for other NICK server link support

3rd party modules

Activities

stskeeps

2007-04-27 05:53

reporter   ~0013848

Bump. Still happens?

syzop

2014-01-12 11:00

administrator   ~0017883

Haven't looked into this, but given the lack of response from anyone & that we haven't heard anyone complaining about this as well, I think this can be closed.

Issue History

Date Modified Username Field Change
2003-12-29 19:54 m New Issue
2007-04-27 05:53 stskeeps Note Added: 0013848
2007-04-27 05:53 stskeeps Status new => feedback
2014-01-12 11:00 syzop Note Added: 0017883
2014-01-12 11:00 syzop Status feedback => closed
2014-01-12 11:00 syzop Assigned To => syzop
2014-01-12 11:00 syzop Resolution open => unable to duplicate