View Issue Details

IDProjectCategoryView StatusLast Update
0002193unrealircdpublic2004-11-25 14:33
ReporterStealth Assigned Tocodemastr 
PrioritynormalSeverityminorReproducibilityhave not tried
Status resolvedResolutionfixed 
Fixed in Version3.2.3 
Summary0002193: Oper flags in /stats o
DescriptionIt seems if an oper has can_addline in his or her oper flags, can_addline does not appear in in the flags list in /stats o.

See Additional Information...
Additional InformationOper Block:

oper Stealth {
        class clients;
        from {
                userhost *@192.168.1.*;
                userhost ~-@*;
                userhost ~sleeping@*;
        };
        password "AEDA6SvR5BIYs" { crypt; };
        flags {
                netadmin;
                can_addline;
                can_dccdeny;
                can_die;
                can_gkline;
                can_gzline;
                can_override;
                can_restart;
                can_zline;
                get_umodew;
        };
        snomask cFfkevGqsSUo;
        modes gsHpq;
};

/stats o:

O ~sleeping@* * Stealth rDRhgwlcLkKbBnGAaNzWtZv clients
O ~-@* * Stealth rDRhgwlcLkKbBnGAaNzWtZv clients
O *@192.168.1.* * Stealth rDRhgwlcLkKbBnGAaNzWtZv clients
TagsNo tags attached.
3rd party modules

Activities

syzop

2004-11-23 16:08

administrator   ~0008390

Seems there's some 2nd table in s_svs.c called oper_access which is used for this (never saw that earlier), 2 others flags (umodeq, dccdeny) seem to be missing too.

codemastr

2004-11-25 14:32

reporter   ~0008412

Fixed in .193

Issue History

Date Modified Username Field Change
2004-11-23 12:27 Stealth New Issue
2004-11-23 16:08 syzop Note Added: 0008390
2004-11-25 00:44 codemastr Status new => assigned
2004-11-25 00:44 codemastr Assigned To => codemastr
2004-11-25 14:32 codemastr Status assigned => resolved
2004-11-25 14:32 codemastr Fixed in Version => 3.2.3
2004-11-25 14:32 codemastr Resolution open => fixed
2004-11-25 14:32 codemastr Note Added: 0008412