View Issue Details

IDProjectCategoryView StatusLast Update
0005503unrealircdpublic2019-12-22 14:43
Reporterwestor Assigned ToGottem  
PrioritynormalSeveritytextReproducibilityalways
Status resolvedResolutionfixed 
Product Version5.0.0 
Summary0005503: require-module {} doesn't working under set {}
DescriptionHello,

I was trying to add the new U5 "require-module {}" set under "set {}" options but when i rehashed the server it failed, i followed the documentation https://www.unrealircd.org/docs/Set_block#set::require-module , i am not sure if this is actually a bug or a documentation fault.

Examples:

Config:

set {
    require-module {
        squit-on-deny yes;
        squit-on-missing yes;
        squit-on-mismatch yes;
    };
};

Errors:

*** westor is rehashing server config file
*** Loading IRCd configuration..
*** error: /home/unreal/unrealircd/conf/unrealircd.conf:510: unknown directive set::require-module
*** error: 1 errors encountered
*** error: IRCd configuration failed to pass testing

- Thanks!
TagsNo tags attached.
3rd party modules

Activities

Gottem

2019-12-22 14:42

developer   ~0021169

The wiki was actually referring to old syntax/functionality, I've updated it now so thanks for mentioning it. =]

You'll only want these 2 pages:
https://www.unrealircd.org/docs/Require_module_block
https://www.unrealircd.org/docs/Deny_module_block

Issue History

Date Modified Username Field Change
2019-12-22 14:12 westor New Issue
2019-12-22 14:42 Gottem Note Added: 0021169
2019-12-22 14:43 Gottem Assigned To => Gottem
2019-12-22 14:43 Gottem Priority high => normal
2019-12-22 14:43 Gottem Severity block => text
2019-12-22 14:43 Gottem Status new => resolved
2019-12-22 14:43 Gottem Resolution open => fixed