View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0001874 | unreal | ircd | public | 2004-06-16 06:49 | 2004-06-18 12:57 |
Reporter | Jiuka | Assigned To | |||
Priority | normal | Severity | trivial | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.2 | ||||
Summary | 0001874: duplicate user over svsnick | ||||
Description | It is possible to duplicate users over the svsnick command. | ||||
Steps To Reproduce | Join as test Join as test2 execute "SVSNICK test2 test! <timestamp>" | ||||
Additional Information | in m_svsnick.c line 102 first of all it checks if the new nick name makes a collision. And after that removes disallowed characters from the nickname. if in the nickname a disallowed character is used, the collision-check fails because the strings don't match. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
and why should there exist a user with disallowed characters, as they are, like you said, disallowed for use in nicks? is this something you actually produced, or something you guessed while reading the source? |
|
> and why should there exist a user with disallowed characters, as they are, like you said, disallowed for use in nicks? they dont exist, they characters would be striped out. but the check id processed befor striping out. If they have a disallowed character in the nich, they can't match. > is this something you actually produced, or something you guessed while reading the source? i had produced it by testing my services. Ich have plades arround with the options an suddenly i had two clients with the same nick edited on: 2004-06-16 08:14 |
|
ah - i missed the point ;) - now it's clear. sounds more like something severe than trivial... (but as only svs* cmds can do this - it might be not as well...) |
|
> sounds more like something severe than trivial yes, but i didn't now which is the correct Severity. Im not tath good in english. |
|
Fixed in .63 |
Date Modified | Username | Field | Change |
---|---|---|---|
2004-06-16 06:49 | Jiuka | New Issue | |
2004-06-16 06:57 | medice | Note Added: 0006647 | |
2004-06-16 07:04 | Jiuka | Note Added: 0006648 | |
2004-06-16 07:22 | medice | Note Added: 0006649 | |
2004-06-16 08:14 | Jiuka | Note Edited: 0006648 | |
2004-06-16 08:44 | Jiuka | Note Added: 0006650 | |
2004-06-18 12:27 |
|
Status | new => confirmed |
2004-06-18 12:57 |
|
Status | confirmed => resolved |
2004-06-18 12:57 |
|
Resolution | open => fixed |
2004-06-18 12:57 |
|
Assigned To | => codemastr |
2004-06-18 12:57 |
|
Note Added: 0006699 |