Fix ban timestamp handling when reading banlist from client. This has probably been...
authorMartin Johansson <martin@fatbob.nu>
Tue, 9 Sep 2014 10:39:57 +0000 (12:39 +0200)
committerFelix Morgner <felix.morgner@gmail.com>
Mon, 1 Dec 2014 09:33:48 +0000 (10:33 +0100)
Don't use timers since this broke when changing the timer clock source from gettimeofday() -> clock_gettime(). Instead use regular Unix timestamps.
Mimic the way regular Murmur matches ban address with masks. Unclear if this works for at least IPv6.


No differences found