View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006072 | unreal | ircd | public | 2022-02-19 23:54 | 2022-06-19 20:16 |
Reporter | Jellis | Assigned To | syzop | ||
Priority | low | Severity | feature | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 6.0.2 | ||||
Fixed in Version | 6.0.5-rc1 | ||||
Summary | 0006072: Make tld::motd and tld::rules optional | ||||
Description | Adding a TLD for mask * and giving a (remote url) MOTD will have the IRCd spit out config warning config.CONFIG_ERROR_GENERIC [error] https://***:***@example.com:44: tld::rules is missing As discussed on IRC #unreal-support if something isn't specified it should default to default ircd/conf setting and not force users to add rules also here? Also: UnrealIRCd doesn't ship (by default) with a ircd.rules or something - Add an empty file? | ||||
Steps To Reproduce | Add a TLD block like (rules is commented and will spit out the warning) tld { mask *; motd "https://user:[email protected]/irc1.motd"; // rules "ircd.rules"; }; | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||
|
Yes, you are right. Done now, thanks! :) https://github.com/unrealircd/unrealircd/commit/1fe6119026b9252e22361f7f7315edad9cf84005 commit 1fe6119026b9252e22361f7f7315edad9cf84005 (HEAD -> unreal60_dev, origin/unreal60_dev, origin/HEAD) Author: Bram Matthys <[email protected]> Date: Sun Jun 19 20:15:00 2022 +0200 Make tld::motd and tld::rules optional. Suggested by Jellis in https://bugs.unrealircd.org/view.php?id=6072 |
Date Modified | Username | Field | Change |
---|---|---|---|
2022-02-19 23:54 | Jellis | New Issue | |
2022-03-23 08:13 | syzop | Status | new => acknowledged |
2022-03-23 12:27 | syzop | Summary | TLD block (remote) MOTD => Make tld::motd and tld::rules optional |
2022-06-19 20:16 | syzop | Assigned To | => syzop |
2022-06-19 20:16 | syzop | Status | acknowledged => resolved |
2022-06-19 20:16 | syzop | Resolution | open => fixed |
2022-06-19 20:16 | syzop | Fixed in Version | => 6.0.5-rc1 |
2022-06-19 20:16 | syzop | Note Added: 0022563 |