View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002585 | unreal | ircd | public | 2005-07-05 15:40 | 2005-07-05 16:54 |
Reporter | Stealth | Assigned To | syzop | ||
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
OS | Red Hat Linux | OS Version | 9 | ||
Product Version | 3.2.3 | ||||
Fixed in Version | 3.2.4 | ||||
Summary | 0002585: Wildcard bug? | ||||
Description | I have a ban version block with the mask as "*mIRC 6.0?*", but Unreal seems to want something after the '?'. Examples: "mIRC 6.01" wont match "mIRC 6.01 some more junk" will match | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
This might be a bug in the ban version code... perhaps Unreal taking more than just the \x01 and crlf off the end of the string? (assuming it takes the \x01 off the end)... |
|
In globbing (well, wildcard): - * means 0 or more characters - ? means 1 (any) character Or is this not what you meant? |
|
It is what I meant, but shouldnt "*mIRC 6.0?*" match the string "mIRC 6.01"? |
|
Ah ok, confusion on my end. Yes it should. |
|
And it doesn't :P |
|
Should be fixed in CVS, .360. |
Date Modified | Username | Field | Change |
---|---|---|---|
2005-07-05 15:40 | Stealth | New Issue | |
2005-07-05 15:45 | Stealth | Note Added: 0010184 | |
2005-07-05 15:49 | syzop | Note Added: 0010185 | |
2005-07-05 16:05 | Stealth | Note Added: 0010187 | |
2005-07-05 16:09 | syzop | Note Added: 0010188 | |
2005-07-05 16:37 | Stealth | Note Added: 0010189 | |
2005-07-05 16:54 | syzop | Status | new => resolved |
2005-07-05 16:54 | syzop | Fixed in Version | => 3.2.4 |
2005-07-05 16:54 | syzop | Resolution | open => fixed |
2005-07-05 16:54 | syzop | Assigned To | => syzop |
2005-07-05 16:54 | syzop | Note Added: 0010190 |