View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005950 | unreal | ircd | public | 2021-07-02 21:26 | 2021-07-02 21:26 |
Reporter | progval | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Summary | 0005950: Do not kill users on nick collision while registering | ||||
Description | When two users register with the same nick at the same time, Unreal kills one. Instead it should probably either: * send ERR_NICKCOLLISION, * send ERR_NICKNAMEINUSE (like Charybdis), or * force a nick change (like InspIRCd) | ||||
Steps To Reproduce | 1625253865.268 1: connects to server. 1625253865.268 2: connects to server. 1625253865.268 1 -> S: NICK foo 1625253865.268 2 -> S: NICK foo 1625253865.268 1 -> S: USER username * * :Realname 1625253865.268 2 -> S: USER username * * :Realname 1625253865.268 S -> 1: PING :65B94077 1625253865.269 S -> 1: ERROR :Closing Link: foo[127.0.0.1] (Overridden) | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2021-07-02 21:26 | progval | New Issue |