ver 0.01-0.03: One has to start from somewhere. Release early, release buggy ;)

ver 0.04: This looks like it will be almost usable. Almost ;-)
-no pthreads requirement anymore, uses fork() and tracks child processes via a table and SIGCHLD signal handler.
-much cleaner, almost readable code now
-UpdateServerViewerInfo: This function could be used to update changes in Servers[]/Viewers[] tables to external database/html page/email/whatever

ver 0.05: 
-Now uses a simple Makefile, so build with command Make
-added peer ip address (in ASCII form) to RepeaterInfo structure (Simon A. F. Lund needed this)

ver 0.06:
-strcpy() replaced with OpenBsd strlcpy()
-strcat() replaced with strlcat() 
-sprintf() replaced with snprintf()

ver 0.07:
-Dennis Pejcha found a bug in command-line parameter handling (Only default ports for servers/viewers worked). 
Fixed, now ports other than default should work. Thanks, Dennis !
-MAX_SESSIONS (Maximum number of active server/viewer connections) is now 100 (was 20 previously).
-Cleans inactive server/viewer connections after 10 minutes (was 5 minutes before)




