[htsserver-cvs] CVS update: pyhtsserver/src
Status: Abandoned
Brought to you by:
uh1763
|
From: Uwe H. <uh...@us...> - 2001-09-17 13:45:42
|
Date: Monday September 17, 2001 @ 6:45 Author: uh1763 Update of /cvsroot/htsserver/pyhtsserver/src In directory usw-pr-cvs1:/tmp/cvs-serv30841/src Modified Files: connections.py helpstrings.py misc.py net.py protocol.py Added Files: servercmds.py Log Message: * src/connections.py: Added the attributes rfile and wfile to Connection. They're used for reading/writing data from/to that connection. * src/helpstrings.py: Documented 'chat'. * src/misc.py: Bugfix in tokenize_line(): Do *not* just cut away any characters other than digits, letters and '_'... * src/net.py: Added send(). * src/protocol.py: Added chat(). This allows any player to send a chat message to a player, to a list of players or to all players who are logged in. * servercmds.py: Added file. Added the server-command 'chat'. =================================================================== File: servercmds.py Status: Up-to-date Working revision: 1.1 Mon Sep 17 13:45:40 2001 Repository revision: 1.1 /cvsroot/htsserver/pyhtsserver/src/servercmds.py,v Existing Tags: No Tags Exist =================================================================== File: connections.py Status: Up-to-date Working revision: 1.3 Mon Sep 17 13:45:38 2001 Repository revision: 1.3 /cvsroot/htsserver/pyhtsserver/src/connections.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: helpstrings.py Status: Up-to-date Working revision: 1.3 Mon Sep 17 13:45:38 2001 Repository revision: 1.3 /cvsroot/htsserver/pyhtsserver/src/helpstrings.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.4 Mon Sep 17 13:45:39 2001 Repository revision: 1.4 /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.4 Mon Sep 17 13:45:39 2001 Repository revision: 1.4 /cvsroot/htsserver/pyhtsserver/src/net.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.6 Mon Sep 17 13:45:40 2001 Repository revision: 1.6 /cvsroot/htsserver/pyhtsserver/src/protocol.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) |