[htsserver-cvs] CVS update: pyhtsserver/src
Status: Abandoned
Brought to you by:
uh1763
|
From: Uwe H. <uh...@us...> - 2002-06-12 11:26:45
|
Date: Wednesday June 12, 2002 @ 4:26 Author: uh1763 Update of /cvsroot/htsserver/pyhtsserver/src In directory usw-pr-cvs1:/tmp/cvs-serv25597/src Modified Files: connections.py g.py htsserver.py log.py misc.py net.py players.py protocol.py tradepartners.py Added Files: triggers.py Log Message: * docs/PROTOCOL: Commands and arguments are separated by whitespace. Documented a few user commands and server commands. * src/connections.py: Added Connection.all and Connection.maxid. Added Connection.selfdestruct(). Smaller fixes. * src/g.py: Added 'socket'. Removed a few dicts, those are in the respective classes now (Foo.all dicts). * src/htsserver.py: Dop not start the server if the default password is used. Fix logging code. Start the main loop. * src/log.py: Reverted the recent changes (it wasn't a good idea). * src/misc.py: Moved is_valid_playername() to player.py. * src/net.py: Redesign. Added create_socket() and loop(). This needs a lot more work... * src/players.py: Added Player.maxid and Player.all. Smaller fixes. * src/protocol.py: Added a prototype of addplayer(). Doesn't work yet. * src/tradepartners.py: Added TradePartner.maxid and TradePartner.all. * src/triggers.py: Added file. =================================================================== File: triggers.py Status: Up-to-date Working revision: 1.1 Wed Jun 12 11:26:43 2002 Repository revision: 1.1 /cvsroot/htsserver/pyhtsserver/src/triggers.py,v Existing Tags: No Tags Exist =================================================================== File: connections.py Status: Up-to-date Working revision: 1.8 Wed Jun 12 11:26:43 2002 Repository revision: 1.8 /cvsroot/htsserver/pyhtsserver/src/connections.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: g.py Status: Up-to-date Working revision: 1.7 Wed Jun 12 11:26:43 2002 Repository revision: 1.7 /cvsroot/htsserver/pyhtsserver/src/g.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: htsserver.py Status: Up-to-date Working revision: 1.9 Wed Jun 12 11:26:43 2002 Repository revision: 1.9 /cvsroot/htsserver/pyhtsserver/src/htsserver.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: log.py Status: Up-to-date Working revision: 1.8 Wed Jun 12 11:26:43 2002 Repository revision: 1.8 /cvsroot/htsserver/pyhtsserver/src/log.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: misc.py Status: Up-to-date Working revision: 1.9 Wed Jun 12 11:26:43 2002 Repository revision: 1.9 /cvsroot/htsserver/pyhtsserver/src/misc.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: net.py Status: Up-to-date Working revision: 1.12 Wed Jun 12 11:26:43 2002 Repository revision: 1.12 /cvsroot/htsserver/pyhtsserver/src/net.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: players.py Status: Up-to-date Working revision: 1.9 Wed Jun 12 11:26:43 2002 Repository revision: 1.9 /cvsroot/htsserver/pyhtsserver/src/players.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: protocol.py Status: Up-to-date Working revision: 1.15 Wed Jun 12 11:26:43 2002 Repository revision: 1.15 /cvsroot/htsserver/pyhtsserver/src/protocol.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: tradepartners.py Status: Up-to-date Working revision: 1.2 Wed Jun 12 11:26:43 2002 Repository revision: 1.2 /cvsroot/htsserver/pyhtsserver/src/tradepartners.py,v Existing Tags: No Tags Exist |