equalitie / swabber

Simple pubsub-based IP banning engine
7 stars 4 forks source link

Fix stop, signal and reload behaviours #14

Closed nosmo closed 8 years ago

nosmo commented 8 years ago

banfetcher.stop() was broken - the loop wasn't being assigned to the object, the return code of the start operation was. Dumb.

Reload config on HUP signal.

Behave properly on a TERM. It previously was a sheer coincidence that this worked.