View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005514 | unreal | ircd | public | 2019-12-29 15:11 | 2019-12-30 19:03 |
Reporter | k4be | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 5.0.0 | ||||
Fixed in Version | 5.0.1 | ||||
Summary | 0005514: Misleading error message when trying to join a channel not starting with # | ||||
Description | No "set::allowed-channelchars" set: << JOIN test >> :test1.pirc.pl 448 k4be test :Cannot join channel: Channel name contains illegal characters (must be valid UTF8) << JOIN &test >> :test1.pirc.pl 448 k4be &test :Cannot join channel: Channel name contains illegal characters (must be valid UTF8) << JOIN +test >> :test1.pirc.pl 448 k4be +test :Cannot join channel: Channel name contains illegal characters (must be valid UTF8) << JOIN #test >> @time=2019-12-29T14:05:24.335Z :k4be!user@host JOIN #test * :realname "allowed-channelchars" set to "any": << JOIN test >> :test1.pirc.pl 448 k4be test :Cannot join channel: Channel name contains illegal character | ||||
Steps To Reproduce | /QUOTE JOIN test | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Thanks! Fixed now: commit 2c23d4299cef17047bfdf05fa404757eff80719a (HEAD -> unreal50, origin/unreal50) Author: Bram Matthys <[email protected]> Date: Mon Dec 30 19:02:20 2019 +0100 Send a better error when JOIN is used for a channel without hash mark (#). Reported by k4be in https://bugs.unrealircd.org/view.php?id=5514 |