0.4.0 - July 2004
-----

- Initial Release of the MTA 0.4 Server

0.3.1 - February 2004
-----

- Added Wildcard Banning through the use of 0's (1.2.0.0, 1.2.3.0)

- Made Client / Server disconnection to be a little cleaner

- Fixed Death Flood Vulnerability

- Fixed Join Flood Vulnerability

- Fixed Nick / Chat Text Character Vulnerability

- Fixed Server Crach on Banning / Kicking Players that no longer exist.

- Blocked any variation of 'admin*' from being used as a Nick

- Player IP is now sent to the Server Admin on Player Join

- Added the ability for the Server Admin to Change the Server Password on the fly.

- Added the ability for the Server Admin to Add a Ban (Manually)

- Added the ability for the Server Admin to Get an IP of any connected Player.

0.3.0 - December 31, 2003
-----

- Initial Release of the MTA:VC 0.3 Server

0.2.2 - October 26, 2003
-----

- Added GameMode configuration option that allows the Server to be setup to run Regular (1)
or Stunt (2).  This is similar to the Game option, which will force the Client into a
particular game / game mode depending on the Server setting.

- Fixed the "many local connections at port 4005" problem.  Ended up being some leftover
ListingServer code that we had forgot to take out of the previous Server.  The connections
did not do any harm, but were just an annoyance.

- Fixed a security hole that allowed Regular Clients to chat like Server Admin's.

- Updated Client / Admin / Server to only allow connections from 0.2.2 Compatible executables.

- Limited the Server MaxPlayers setting to 26 due to a restriction in the way the scm (Client
stuff) is setup.  This limit will be removed in future versions (0.3+), but must be put in 
place to allow more stable gameplay.

0.2.1 - September 28, 2003
-----

- Fixed a nasty little bug that caused a Seg. Fault / Crash if a Client requested to refresh
a Player's Information (Nickname) without specifying a valid ID.  This also caused the Admin
Program to crash the Server quite a bit as the Client's always thought the Admin Users did
not exist and therefore requested a refresh.

0.2.0 - September 20, 2003
-----

- Initial Release of the MTA:VC 0.2 Server