View Issue Details

IDProjectCategoryView StatusLast Update
0006394unrealircdpublic2024-03-22 13:29
Reporterk4be Assigned Tosyzop  
PrioritynormalSeverityminorReproducibilityhave not tried
Status closedResolutionunable to duplicate 
Product Version6.1.4 
Summary0006394: alias::format contains an invalid regex: unrecognised compile-time option bit(s)
Description[error] /home/ircd/unrealircd/conf/network.conf:138: alias::format contains an invalid regex: unrecognised compile-time option bit(s)
[error] /home/ircd/unrealircd/conf/network.conf:143: alias::format contains an invalid regex: unrecognised compile-time option bit(s)
[error] /home/ircd/unrealircd/conf/network.conf:152: alias::format contains an invalid regex: unrecognised compile-time option bit(s)
[error] /home/ircd/unrealircd/conf/network.conf:157: alias::format contains an invalid regex: unrecognised compile-time option bit(s)
Rehash failed.
Additional InformationProduct version unknown, alias block unknown
TagsNo tags attached.
3rd party modules

Activities

syzop

2024-03-22 08:21

administrator   ~0023150

Changed reporter to k4be.

syzop

2024-03-22 08:22

administrator   ~0023151

k4be: if the alias block is not freely sharable then just make it a private note (or we can make the entire bugreport private).
Would also love to hear the unrealircd version.

syzop

2024-03-22 13:24

administrator   ~0023152

alias NickServ { type services; };
alias ChanServ { type services; };
alias OperServ { type services; };
alias HelpServ { type services; };
alias StatServ { type stats; };

alias "services" {
        format "^#" {
                target "chanserv";
                type services;
                parameters "%1-";
        };
        format "^[^#]" {
                target "nickserv";
                type services;
                parameters "%1-";
        };
        type command;
};

alias "identify" {
        format "^#" {
                target "chanserv";
                type services;
                parameters "IDENTIFY %1-";
        };
        format "^[^#]" {
                target "nickserv";
                type services;
                parameters "IDENTIFY %1-";
        };
        type command;
};

alias "cs" {
        target "chanserv";
        type "services";
};
alias "ns" {
        target "nickserv";
        type "services";
};
alias "os" {
        target "operserv";
        type "services";
};
alias "ms" {
        target "memoserv";
        type "services";
};
alias "bs" {
        target "botserv";
        type "services";
};
alias "hs" {
        target "hostserv";
        type "services";
};
alias "global" {
        target "global";
        type "services";
};

syzop

2024-03-22 13:29

administrator   ~0023153

k4be couldn't reproduce on 6.1.4 after this. I am unable to reproduce on 6.1.5-git. We'll see if it occurs again.

Issue History

Date Modified Username Field Change
2024-03-22 08:21 syzop New Issue
2024-03-22 08:21 syzop Reporter syzop => k4be
2024-03-22 08:21 syzop Note Added: 0023150
2024-03-22 08:22 syzop Note Added: 0023151
2024-03-22 13:24 syzop Note Added: 0023152
2024-03-22 13:29 syzop Assigned To => syzop
2024-03-22 13:29 syzop Status new => closed
2024-03-22 13:29 syzop Resolution open => unable to duplicate
2024-03-22 13:29 syzop Note Added: 0023153
2024-03-22 13:29 syzop Product Version => 6.1.4