View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001456 | unreal | ircd | public | 2003-12-29 19:54 | 2014-01-12 11:00 |
| Reporter | m | Assigned To | syzop | ||
| Priority | normal | Severity | major | Reproducibility | always |
| Status | closed | Resolution | unable to duplicate | ||
| Product Version | 3.2-beta19 | ||||
| Summary | 0001456: bug in m_server_synch (s_serv.c) | ||||
| Description | m_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 | |||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2003-12-29 19:54 | m | New Issue | |
| 2007-04-27 05:53 |
|
Note Added: 0013848 | |
| 2007-04-27 05:53 |
|
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 |