]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix BanCache entries existing after X-line expiry.
authorMatt Schatz <genius3000@g3k.solutions>
Sun, 10 Mar 2019 08:22:00 +0000 (01:22 -0700)
committerPeter Powell <petpow@saberuk.com>
Sun, 10 Mar 2019 10:27:12 +0000 (10:27 +0000)
commitf87b72b76f9ef198bdbbb01f9ca409501666c6a2
tree3b082674705158e1ce9050b1735278b3e9868915
parent42c7f479b2aebdec4fd190ba06097b7c5bca42a9
Fix BanCache entries existing after X-line expiry.

When DefaultApply() adds a hit to the BanCache it uses the X-line
duration to set a duration on the entry. This can result in an
entry lasting longer than the X-line itself. Fix this by setting
the entry duration to the time left on the X-line.
src/xline.cpp