View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003668 | unreal | module api | public | 2008-03-16 07:40 | 2013-05-06 06:25 |
Reporter | argvx | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
OS | FreeBSD | OS Version | 6.3 | ||
Product Version | 3.2.7 | ||||
Fixed in Version | 3.4-alpha1 | ||||
Summary | 0003668: missing 'allow-userhost-change' in /stats S | ||||
Description | in src/modules/m_stats.c switch (UHOST_ALLOWED) { case UHALLOW_ALWAYS: uhallow = "always"; break; case UHALLOW_NEVER: uhallow = "never"; break; case UHALLOW_NOCHANS: uhallow = "not-on-channels"; break; case UHALLOW_REJOIN: uhallow = "force-rejoin"; break; } code for it exist, but output 'allow-userhost-change' option is missing.. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
Date Modified | Username | Field | Change |
---|---|---|---|
2008-03-16 07:40 | argvx | New Issue | |
2013-01-09 10:51 | syzop | Status | new => acknowledged |
2013-05-06 06:25 |
|
Note Added: 0017491 | |
2013-05-06 06:25 |
|
Status | acknowledged => resolved |
2013-05-06 06:25 |
|
Fixed in Version | => 3.4-alpha1 |
2013-05-06 06:25 |
|
Resolution | open => fixed |
2013-05-06 06:25 |
|
Assigned To | => nenolod |
2017-01-06 15:48 | syzop | Category | module => module api |