Version 0.2.1-pre1
    Note: This program is functional, but has not been
    thoroughly tested.

    This is going to be a significant upgrade since the
    last version.  Some of the changes include:
    - Complete command line and config file processing.
    - Security checks.
    - Ability to easily change compiled in defaults, with
        error checking during the make process to avoid
        compiling in erroneous defaults.

    For developers, certain parts of the source may be of
    interest:
    - src/init/tbtopt:
        This is extraordinarily helpful in the maintenance
        of command line options and associated help
        strings.  Uses libgetopt (included in most
        libraries using "unistd.h" and "getopt.h").
        "_GNU_SOURCE" must be defined to work correctly.
    - src/bits/state/procprivs:
        This is an attempt to intelligently maintain
        control of a process' privilages.
    These modules are not readily transportable to other
    projects without some modification.  I plan to
    (eventually) release these as fully transportable
    modules or maybe even shared libraries.

Version 0.1
    Initial concept and proof by code.
    This version is usable, but may not be safe.
    Some memory leaks exist.  Sub-threads fail under heavy
    load (about 10,000 concurrent queries) with segfaults,
    leading to memory leaks.

    The file that is read must be a literal userid to
    send, and must be in the form of:
         "<OS-type> [, <charset>] :<userid-to-send>"
