mirror of
https://github.com/unrealircd/unrealircd.git
synced 2026-06-12 19:14:46 +02:00
7374fcc83f
user is in known-users or in unknown-users. Not used anywhere yet. Every 2 minutes we rescore all users. Or more specifically: every 5 seconds we rescore 1/24th of all users. That's the slow update path. On certain events that cause a likely/possible transition, we update the cache immediately. At the moment that is on IP change and account login/logout. More will be added later.