Check the default_paths

Implement a directory check to the sf* functions

Implement an automatic watch/update for the directory
containing userfiles (maybe).

Parse the files line by line.

Restructure the program to have a main parent
retain (suspended) root privs and listen for the signals.
HUP will cause the parent to term the main
child (responsible for accepting connections
and spawning answer threads), and restart it,
thereby re-reading the config file.
Other caught signals will be processed as before.

A verbose mode, and quiet down the debug reporting.

Runtime switch between thread pool and select
implementations.
    Thread pool; needed:
	min-threads:
	max-threads:
    select;
	max-threads: 0

** CLEAN UP THE CODE **

Delete pcre tools; they are much to heavy for what we need.

