Age | Commit message (Collapse) | Author |
|
|
|
This is needed to make sure the changes made in the signal handler are always visible in the main context.
|
|
The first argument is supposed to be the maximum of all fds plus one, not the number of the fds.
|
|
|
|
SIGTERM and SIGINT now break the main loop and make the program quit cleanly.
SIGUSR1 triggers a reload of lists (only a stub at the moment).
|
|
The new design assures revDNS/WHOIS queries will be done exactly once, no matter how many requests the Schachtmeister gets.
This commit also adds cache timeouts.
|
|
|