]> git.ipfire.org Git - people/stevee/guardian.git/commit - guardian
Use Events module to perform various actions.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 19 Jan 2016 11:51:05 +0000 (12:51 +0100)
committerStefan Schantl <stefan.schantl@ipfire.org>
Tue, 19 Jan 2016 11:51:05 +0000 (12:51 +0100)
commite8528a98bf9b0a604bc4c4a38c055fadd0ab3183
tree349f32d542453770a02c0788c035d8399973743f
parentb08d4ddeccf26a38e581291567230018bdf76010
Use Events module to perform various actions.

Guardian now uses the Events module to perform various actions, based
on the recieved event by a parser or the socket.

Periodly guardian is calling the "RemoveBlocks" function from the
Events module to release the block of an IP address if the configured
BlockTime has been passed.

Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
guardian