View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004586 | unreal | ircd | public | 2016-02-28 13:48 | 2016-03-04 12:45 |
Reporter | capitaine | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Platform | Linux | OS | Debian | OS Version | 8.3 |
Product Version | 4.0.1 | ||||
Fixed in Version | 4.0.2 | ||||
Summary | 0004586: Partial quit message | ||||
Description | When a user quits, either the prefix-quit or the comment is missing. | ||||
Steps To Reproduce | QUIT :testing ERROR :Closing Link: john[localhost] (testing) | ||||
Additional Information | Sometimes, the prefix-quit is shown and the comment is missing instead, but I can't reproduce that case. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Thanks for the report, fixed now. [unreal40 da9a1be] set::prefix-quit was not working, reported by capitaine (0004586). Cause was nenolod's ircsprintf -> ircnsprintf mass replace and while ircsprintf returns a pointer to the end of the string (to make it useful), ircsnprintf returned a pointer to the beginning of the string (more classic). I've rewritten the code a bit as it was too mysterious (variable naming too). https://github.com/unrealircd/unrealircd/commit/da9a1be85b56372d2c23ccd8abc283d16c520162 |
Date Modified | Username | Field | Change |
---|---|---|---|
2016-02-28 13:48 | capitaine | New Issue | |
2016-03-04 12:45 | syzop | Note Added: 0019119 | |
2016-03-04 12:45 | syzop | Status | new => resolved |
2016-03-04 12:45 | syzop | Fixed in Version | => 4.0.2 |
2016-03-04 12:45 | syzop | Resolution | open => fixed |
2016-03-04 12:45 | syzop | Assigned To | => syzop |