]> git.netwichtig.de Git - user/henk/code/inspircd.git/commit
Fix expired xlines being treated as live ones in XLineManager::AddLine()
authorattilamolnar <attilamolnar@hush.com>
Wed, 5 Dec 2012 18:59:34 +0000 (19:59 +0100)
committerattilamolnar <attilamolnar@hush.com>
Wed, 5 Dec 2012 20:47:54 +0000 (21:47 +0100)
commit850563d175e29ddcc90472dfee6fd9b261a5dc40
tree728a228f942a73e1285277c1836b9e9ec72052b4
parent934bd8209b10fc93f607b40ce53615c4d17ef1da
Fix expired xlines being treated as live ones in XLineManager::AddLine()

This fixes ADDLINEs not being propagated and /gline etc. failing for already existing but expired xlines

Special thanks to @JDowny (TinMan) for his detailed report and cooperation that made this fix possible

Fixes #306 reported by @TurkDesk
Fixes #379 reported by @JDowny
src/xline.cpp