From: Martin Johansson Date: Tue, 9 Sep 2014 10:39:57 +0000 (+0200) Subject: Fix ban timestamp handling when reading banlist from client. This has probably been... X-Git-Url: http://git.code-monkey.de/?a=commitdiff_plain;h=230ab44eae2e9379a093078b028923b7477f4425;hp=230ab44eae2e9379a093078b028923b7477f4425;p=umurmur.git Fix ban timestamp handling when reading banlist from client. This has probably been broken from the start. 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. ---