View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006100 | unreal | ircd | public | 2022-05-11 07:48 | 2022-05-11 07:50 |
Reporter | syzop | Assigned To | syzop | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | acknowledged | Resolution | open | ||
Product Version | 6.0.3 | ||||
Summary | 0006100: URL within block is fetched even if @if evaluates to false | ||||
Description | The modules.default.conf contains:@if module-loaded("geoip_classic") set { geoip-classic { ipv4-database "https://www.unrealircd.org/files/geo/classic/GeoIP.dat" { url-refresh 14d; } ipv6-database "https://www.unrealircd.org/files/geo/classic/GeoIPv6.dat" { url-refresh 14d; } } } @endif However, the URL is fetched even if geoip_classic is not loaded (eg no loadmodule line or there is a blacklist-module for it). Fixing this would require adding an extra "stage", so that would not be like an easy fix/change, but it is good to have an issue for it. | ||||
Tags | No tags attached. | ||||
3rd party modules | |||||