=========

DESCRIPTION

  The Unreal Master Site allows Unreal Tournament 99 (GOTY/Demo) players to 
  browse online games. The website lists UT99 servers in various lists and
  a number of categories.
  
  This repository contains the source code which was written by Darkelarious to
  limit the effects of GameSpy shutting down their services. Among this service
  was a piece of software called the "master server".
  
  Though this master server has the potential to support different games too, 
  the focus within this document lies within the Unreal Tournament 99 (UT, UT99) 
  franchise. Throughout the chapters, we will use several definitions and terms 
  associated with UT99; these will be explained further on.

REQUIREMENTS
  
  SQLite 3
  Perl
  
  The following Perl modules
  ~# sudo perl -MCPAN -e "install FCGI"
  ~# sudo perl -MCPAN -e "install DBI"
  ~# sudo perl -MCPAN -e "install DBD::SQLite"
  ~# sudo perl -MCPAN -e "install AnyEvent"
  ~# sudo perl -MCPAN -e "install AnyEvent::Handle::UDP"
  
COPYING

  Copyright (c) 2005-2014 Darkelarious & 333networks.com

  Permission is hereby granted, free of charge, to any person obtaining
  a copy of this software and associated documentation files (the
  "Software"), to deal in the Software without restriction, including
  without limitation the rights to use, copy, modify, merge, publish,
  distribute, sublicense, and/or sell copies of the Software, and to
  permit persons to whom the Software is furnished to do so, subject to
  the following conditions:

  The above copyright notice and this permission notice shall be included
  in all copies or substantial portions of the Software.

  THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
  CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
  TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
  SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  
  All Unreal Tournament related materials are based on Epic Games' Unreal 
  Tournament. UNREAL (c)1999 Epic Megagames, Inc. All Rights Reserved. 
  Distributed by GT Interactive Software, Inc. under license. UNREAL and the 
  UNREAL logo are registered trademarks of Epic Megagames, Inc.
