View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004033 | unreal | ircd | public | 2011-07-19 17:07 | 2015-08-08 08:32 |
Reporter | syzop | Assigned To | syzop | ||
Priority | normal | Severity | feature | Reproducibility | N/A |
Status | resolved | Resolution | fixed | ||
Target Version | 3.3-alpha0 | Fixed in Version | 3.4-beta1 | ||
Summary | 0004033: allow block: allow specifying only ip or hostname | ||||
Description | In the allow block you currently are required to have both 'ip' and 'hostname'. This makes it kinda silly if you only want to match on one of them. Currently in such cases we recommend something like: ip *@1.2.*; hostname NOBODY; /* or NOMATCH */ It would be more logical to just require at least one of the items ('ip' or 'hostname') Internally we could set it to something like NOMATCH, or NULL.. but in that case you wouldhave to check all code paths such as auth checks, stats, etc to make it not crash ;) | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2011-07-19 17:07 | syzop | New Issue | |
2011-07-19 17:07 | syzop | Target Version | => 3.3-alpha0 |
2011-07-19 17:08 | syzop | Status | new => confirmed |
2011-07-23 15:44 | katsklaw | Note Added: 0016733 | |
2015-08-08 08:32 | syzop | Status | confirmed => resolved |
2015-08-08 08:32 | syzop | Fixed in Version | => 3.4-beta1 |
2015-08-08 08:32 | syzop | Resolution | open => fixed |
2015-08-08 08:32 | syzop | Assigned To | => syzop |