View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0003299 | unreal | ircd | public | 2007-04-25 08:01 | 2007-07-20 13:02 |
Reporter | Mareo | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | i386 | OS | Linux | OS Version | 2.6.18 |
Product Version | 3.2.6 | ||||
Summary | 0003299: cannot add X operflag (can_addline) with svso | ||||
Description | Hello I'm French so sorry for my bad English. When you try to add X operflag with SVSO, flag is not added Maybe is a security stuff ? | ||||
Steps To Reproduce | Use /msg operserv raw SVSO pseudo +X Where pseudo is the nick to given X operflag (you add to "set superadmin on" before with anope) | ||||
Additional Information | To correct this, add the line "OFLAG_ADDLINE, 'X'," in "m_svso.c" : static int oper_access[] = { ~(STAR1 | STAR2), '*', OFLAG_LOCAL, 'o', OFLAG_GLOBAL, 'O', [...] OFLAG_OVERRIDE, 'v', OFLAG_ADDLINE, 'X', /* Here ! */ 0, 0 }; And it work ! | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
related to | 0003111 | closed | 3.2.7 Release |
|
Addline is being removed ;) |
|
arf sorry ><' |
|
An issue for 3.2.*, not 3.3* |
|
Didn't know we were keeping it in 3.2. Fair enough. |
|
fixed by http://bugs.unrealircd.org/view.php?id=3203 ? Imho yes. |
Date Modified | Username | Field | Change |
---|---|---|---|
2007-04-25 08:01 | Mareo | New Issue | |
2007-04-25 08:18 | WolfSage | Note Added: 0013685 | |
2007-04-25 08:26 | Mareo | Note Added: 0013686 | |
2007-04-25 11:09 |
|
Relationship added | related to 0003111 |
2007-04-25 11:10 |
|
Note Added: 0013689 | |
2007-04-25 11:10 |
|
Status | new => acknowledged |
2007-04-25 11:38 | WolfSage | Note Added: 0013690 | |
2007-07-14 05:23 | Bock | Note Added: 0014486 | |
2007-07-20 13:02 |
|
QA | => Not touched yet by developer |
2007-07-20 13:02 |
|
U4: Need for upstream patch | => No need for upstream InspIRCd patch |
2007-07-20 13:02 |
|
Status | acknowledged => closed |
2007-07-20 13:02 |
|
Resolution | open => fixed |