[htsserver-cvs] CVS update: pyhtsserver/src
Status: Abandoned
Brought to you by:
uh1763
|
From: Uwe H. <uh...@us...> - 2001-09-20 22:00:22
|
Date: Thursday September 20, 2001 @ 15:00 Author: uh1763 Update of /cvsroot/htsserver/pyhtsserver/src In directory usw-pr-cvs1:/tmp/cvs-serv9625/src Modified Files: config.py connections.py misc.py players.py protocol.py servercmds.py Log Message: * src/config.py: Added the config-option 'adminpassword'. * src/connections.py: Added attribute 'is_admin'. * src/misc.py: Added is_valid_playername(), is_valid_transportername() and adminpassword_is_correct(). * src/players.py: Removed attribute 'is_admin'. * src/protocol.py: Added the commands 'adminlogin' and 'adminlogout'. addplayer(): Check if the given playername is valid. delplayer(): Send a 'You are being logged out. Your player will be deleted.' message to the player who will be deleted... transporter_set_name(): Check if the given transportername is valid. quit(): Broadcast the 'player_logged_out' servercommand to everyone, if the player has to be logged out... shutdown(): Only the admin may shutdown the server. * src/servercmds.py: Added the 'shutdown' servercommand. =================================================================== File: config.py Status: Up-to-date Working revision: 1.3 Thu Sep 20 22:00:19 2001 Repository revision: 1.3 /cvsroot/htsserver/pyhtsserver/src/config.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: connections.py Status: Up-to-date Working revision: 1.4 Thu Sep 20 22:00:19 2001 Repository revision: 1.4 /cvsroot/htsserver/pyhtsserver/src/connections.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.5 Thu Sep 20 22:00:20 2001 Repository revision: 1.5 /cvsroot/htsserver/pyhtsserver/src/misc.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.5 Thu Sep 20 22:00:20 2001 Repository revision: 1.5 /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.8 Thu Sep 20 22:00:21 2001 Repository revision: 1.8 /cvsroot/htsserver/pyhtsserver/src/protocol.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: servercmds.py Status: Up-to-date Working revision: 1.3 Thu Sep 20 22:00:21 2001 Repository revision: 1.3 /cvsroot/htsserver/pyhtsserver/src/servercmds.py,v Existing Tags: No Tags Exist |