[Warzone-commits] r6961 - /trunk/tools/lobby/ircbot.py

2009-04-16 Thread Giel van Schijndel
Author: muggenhor Date: Fri Apr 17 00:56:16 2009 New Revision: 6961 URL: http://svn.gna.org/viewcvs/warzone?rev=6961view=rev Log: Fix syntax error in lobby IRC bot Modified: trunk/tools/lobby/ircbot.py ___ Warzone-commits mailing list

[Warzone-commits] r6962 - in /trunk/tools/lobby: client.py ircbot.py

2009-04-16 Thread Giel van Schijndel
Author: muggenhor Date: Fri Apr 17 00:56:20 2009 New Revision: 6962 URL: http://svn.gna.org/viewcvs/warzone?rev=6962view=rev Log: Externalise code specific to querying the lobby server into a separate module Added: trunk/tools/lobby/client.py (with props) Modified:

[Warzone-commits] r6963 - /trunk/tools/lobby/client.py

2009-04-16 Thread Giel van Schijndel
Author: muggenhor Date: Fri Apr 17 00:56:23 2009 New Revision: 6963 URL: http://svn.gna.org/viewcvs/warzone?rev=6963view=rev Log: Use a contextmanager and python's with-statement to manage the socket's lifetime, this guarantees exception safety Modified: trunk/tools/lobby/client.py

[Warzone-commits] r6964 - /trunk/tools/lobby/client.py

2009-04-16 Thread Giel van Schijndel
Author: muggenhor Date: Fri Apr 17 00:56:26 2009 New Revision: 6964 URL: http://svn.gna.org/viewcvs/warzone?rev=6964view=rev Log: Comment on why the endian swapping is performed (while on the protocol level it shouldn't be needed) Modified: trunk/tools/lobby/client.py

[Warzone-commits] r6967 - /trunk/tools/lobby/ircbot.py

2009-04-16 Thread Giel van Schijndel
Author: muggenhor Date: Fri Apr 17 00:56:36 2009 New Revision: 6967 URL: http://svn.gna.org/viewcvs/warzone?rev=6967view=rev Log: Use a regular expression to extract messages intended for us (i.e. the lobby bot) instead of string manipulation with split find Modified: