Add support for querying game servers of older/GameSpy-era Medal of Honor games.
Also bumps project status from pre-alpha to alpha.
0.1.9
Fix server response parsing failing for server with variables which include line breaks. [6]
0.1.8
Move query specific parameters from constructor to get_servers function to allow server queries with multiple different protocols using the same principal server instance
0.1.7
- added support for games that require their game name to be sent as part of the `getservers` command - fixed team index being treated as part of player name
0.1.6
- fixed name parsing for player names containing spaces (Yotooon) - added example file for direct game server query (Yotooon) - added player name with q3 colors (adapted from Yotooon)
0.1.5
- fixed error caused by closing non-initialized socket