mirror of
https://github.com/znc/znc.git
synced 2026-03-28 17:42:41 +01:00
The old code used a timer. That timer needed to be restarted if the user list was changed (adding / removing of users), because it saved an iterator into that map between runs, which would become invalid. The new code in CConnectUserTimer::RunJob() is actually more complicated now, but the iterator is gone. This also means no need to restart that timer more or less always. ;) (This also means one theoretical source of bugs less) git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@1143 726aef4b-f618-498e-8847-2d620e286838
46 KiB
46 KiB