summaryrefslogtreecommitdiff
path: root/src/modmanager_dynamic.cpp
diff options
context:
space:
mode:
authorgenius3000 <genius3000@g3k.solutions>2018-03-26 05:57:22 -0600
committerPeter Powell <petpow@saberuk.com>2018-04-06 22:29:42 +0100
commit3203d698ae8b2e69043ad3940e739b6bd1eb80e8 (patch)
treefa7450c929bdf21387a7623a465c926973ad5d91 /src/modmanager_dynamic.cpp
parent1cc4cf341c6c8c1288fb25678bd36678d6a205a5 (diff)
Fix ELine::Matches returning false on existing match
When checking for an E-Line match, we want to actually check for a current match even if we previously matched and are set exempt. This fixes situations where you have an E-Lined CGI:IRC address, a G-Lined IP range for some area/host/etc and a smaller E-Lined IP range for known good clients. Currently when CGI:IRC changes the IP, E-Lines are rechecked but because the user is already exempt (from the CGI:IRC E-Line), they are set no longer exempt and match a G-Line, when they should match an E-Line. This exact change has been done before in commit 'c8b344e' and shortly reverted in 'c490a90' to fix issue #989 (CGI:IRC users remaining exempt when the CGI:IRC address is E-Lined but they are not). The actual cause to this issue was likely that the user's hostname was not changed from the CGI:IRC hostname/IP prior to rechecking E-Lines. This is being fixed in a separate commit.
Diffstat (limited to 'src/modmanager_dynamic.cpp')
0 files changed, 0 insertions, 0 deletions