warzone2100/tools/masterserver
Giel van Schijndel 0b1a35cd39 IRC lobby bot: improve production of game list
* Make sure to loop over all games only once instead of copying them
  - This might prevent a race condition
  - It definitly cleans up that piece of code
 * Make sure to list the Warzone version as well in game listings
 * Only show 2.2 games (instead of 2.1 games)
 * Bump the bot's version number from 0.0.1 to 0.0.2
 * Change 'Warzone Resurrection Project' to 'Warzone 2100 Project'

Original patch written by Buginator, rewritten by myself to be 'Pythonic'

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8653 4a71c877-e1ca-e34f-864e-861f7616d084
2010-01-30 17:12:54 +01:00
..
COPYING New masterserver by Gerard and Kamaze 2007-04-21 14:20:20 +00:00
game.py * Don't handle protocol specific encoding in wzmasterserver.py, instead deal with it in the Protocol classes in protocol.py 2009-05-09 23:29:55 +02:00
ircbot.py IRC lobby bot: improve production of game list 2010-01-30 17:12:54 +01:00
protocol.py Lobby server: use Python's enumerate builtin to iterate over a sequence and its indices 2009-09-28 22:21:07 +02:00
wzmasterserver.py Fix a typo: NotImlementedError -> NotImplementedError 2009-05-28 09:59:24 +02:00
wztest.py Lobby utility library: 2009-05-06 22:29:38 +02:00