* Add ignore lists to badtrafficrpt.
* trafficctrl now carries the "decision" from POST to POST.
* New trafficmon_cron to find new DNS and classify DNS names.
* Remove the DNS "catch up" process from the control panel.
* Wild card accepts
Trafficctrl doesn't cull new names from the DB anymore. That's now up
to trafficmon_cron. Trafficmon_cron will also apply wildcard accepts
as well as blocks to newly found names. So if you decide a domain is
OK you don't have to be harrased with every new host/subdomain.
* Program to run as daemon and listen to SysLogD on a pipe.
* C++CMS web app to show accumulated domain names and set their status
* Sample configs to be used to set things up
* Add README.md
* Reorder Makefile
* Remove remarks that don't have any baring outside of here.
* Add INI based conig file for defining local networks and ignores.
* Break out data classes into their own module (needed for config).
* Break out string utilities into their own module.
* Remove "us" & "ignore" definitions from source.