View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0006394 | unreal | ircd | public | 2024-03-22 08:21 | 2024-03-22 13:29 |
| Reporter | k4be | Assigned To | syzop | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | unable to duplicate | ||
| Product Version | 6.1.4 | ||||
| Summary | 0006394: 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 Information | Product version unknown, alias block unknown | ||||
| 3rd party modules | |||||
|
|
Changed reporter to k4be. |
|
|
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. |
|
|
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";
};
|
|
|
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. |
| 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 |