View Issue Details

IDProjectCategoryView StatusLast Update
0003299unrealircdpublic2007-07-20 13:02
ReporterMareo Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionfixed 
Platformi386OSLinuxOS Version2.6.18
Product Version3.2.6 
Summary0003299: cannot add X operflag (can_addline) with svso
DescriptionHello
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 ReproduceUse /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 InformationTo 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 !
TagsNo tags attached.
3rd party modules

Relationships

related to 0003111 closed 3.2.7 Release 

Activities

WolfSage

2007-04-25 08:18

reporter   ~0013685

Addline is being removed ;)

Mareo

2007-04-25 08:26

reporter   ~0013686

arf sorry ><'

stskeeps

2007-04-25 11:10

reporter   ~0013689

An issue for 3.2.*, not 3.3*

WolfSage

2007-04-25 11:38

reporter   ~0013690

Didn't know we were keeping it in 3.2. Fair enough.

Bock

2007-07-14 05:23

reporter   ~0014486

fixed by http://bugs.unrealircd.org/view.php?id=3203 ? Imho yes.

Issue History

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 stskeeps Relationship added related to 0003111
2007-04-25 11:10 stskeeps Note Added: 0013689
2007-04-25 11:10 stskeeps 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 stskeeps QA => Not touched yet by developer
2007-07-20 13:02 stskeeps U4: Need for upstream patch => No need for upstream InspIRCd patch
2007-07-20 13:02 stskeeps Status acknowledged => closed
2007-07-20 13:02 stskeeps Resolution open => fixed