View Issue Details

IDProjectCategoryView StatusLast Update
0002622unrealircdpublic2007-04-27 05:06
ReporterCorey Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionunable to duplicate 
Product Version3.2.3 
Summary0002622: wrong host on oper up
DescriptionOn oper up, Server Admin gets Services Admin host.
3rd party modules

Activities

syzop

2005-08-18 14:39

administrator   ~0010344

Could you show us:
- the oper block (password xx'ed out of course) that you have this problem with
- your set::hosts section
- the set::hosts::<stuff> output from '/stats S'
Thanks.

Corey

2005-08-18 14:44

reporter   ~0010345

oper Chris {
        class opers;
        from {
                userhost *@*;
        };
        password "1234";
        flags
        {
                global;
                local;
                admin;
                can_rehash;
                helpop;
                can_wallops;
                can_globops;
                can_localkill;
                can_globalkill;
                can_gzline;
                can_gkline;
                can_unkline;
                can_localnotice;
                can_globalnotice;
                can_zline;
                get_umodew;
                get_host;
                can_override;
        };
};

        hosts {
                local "Trainee.Chat-Addict.Net";
                global "Operator.Chat-Addict.Net";
                coadmin "IRC-Staff.Chat-Addict.Net";
                admin "IRC-Admin.Chat-Addict.Net";
                servicesadmin "Customer-Service.Chat-Addict.Net";
                netadmin "Administrator.Chat-Addict.Net";
                host-on-oper-up "yes";
        };

hosts::global: Operator.Chat-Addict.Net
hosts::admin: IRC-Admin.Chat-Addict.Net
hosts::local: Trainee.Chat-Addict.Net
hosts::servicesadmin: Customer-Service.Chat-Addict.Net
hosts::netadmin: Administrator.Chat-Addict.Net
hosts::coadmin: IRC-Staff.Chat-Addict.Net
hosts::host-on-oper-up: 1

codemastr

2005-08-18 14:58

reporter   ~0010346

Can you make that user type /mode HisNickHere?

Corey

2005-08-18 15:06

reporter   ~0010348

Mage_Burner +iowghrAsxWHt
Server notice mask (+kcfFjveGnNqSso)

codemastr

2005-08-19 14:19

reporter   ~0010364

The +t indicates that the user is using a vhost, hence, it looks like services has changed his host. That or he executed a /vhost.

Issue History

Date Modified Username Field Change
2005-08-18 14:36 Corey New Issue
2005-08-18 14:39 syzop Note Added: 0010344
2005-08-18 14:44 Corey Note Added: 0010345
2005-08-18 14:58 codemastr Note Added: 0010346
2005-08-18 15:06 Corey Note Added: 0010348
2005-08-19 14:19 codemastr Note Added: 0010364
2007-04-27 05:06 stskeeps Status new => closed
2007-04-27 05:06 stskeeps Resolution open => unable to duplicate