[htsserver-cvs] CVS update: pyhtsserver/src
Status: Abandoned
Brought to you by:
uh1763
|
From: Uwe H. <uh...@us...> - 2001-09-16 13:07:00
|
Date: Sunday September 16, 2001 @ 6:06 Author: uh1763 Update of /cvsroot/htsserver/pyhtsserver/src In directory usw-pr-cvs1:/tmp/cvs-serv11538/src Modified Files: cmdline.py config.py g.py helpstrings.py htsserver.py log.py misc.py net.py protocol.py transporters.py Log Message: * TODO: Removed resolved items. * src/cmdline.py: Check if the port is a number between 1025 and 65535. Check if the argument given to --port is a number at all. Fixed a bug: We must use int() on opt[1], as it's a string but needs to be an integer. * src/config.py: Set the default loglevel to 3 (DEBUG). * src/g.py: Removed cruft. * src/helpstrings.py: Added helpstrings for transporter_drive() and transporter_set_name(). * src/htsserver.py: If loglevel is 0 (NONE) then do not even open/create the logfile. Neither try to write anything in the logfile, of course. * src/log.py: Ensure that log.log is only called with level being either 0, 1, 2 or 3. Bugfix: Log nothing if level == 0. Added cleanup(). * src/misc.py: Simplified daemonize(). Added is_number(). * src/net.py: Most log.log calls now use log.DEBUG, here. * src/protocol.py: Added transporter_drive() and transporter_set_name(). addplayer(): I changed my mind. Index transporters by id, again. logout(): Fixed a bug which would cause locking problems... c(): Display the ID of the transporter, too. * src/transporters.py: Re-added the 'id' attribute. =================================================================== File: cmdline.py Status: Up-to-date Working revision: 1.4 Sun Sep 16 13:06:55 2001 Repository revision: 1.4 /cvsroot/htsserver/pyhtsserver/src/cmdline.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: config.py Status: Up-to-date Working revision: 1.2 Sun Sep 16 13:06:55 2001 Repository revision: 1.2 /cvsroot/htsserver/pyhtsserver/src/config.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.2 Sun Sep 16 13:06:55 2001 Repository revision: 1.2 /cvsroot/htsserver/pyhtsserver/src/g.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.2 Sun Sep 16 13:06:56 2001 Repository revision: 1.2 /cvsroot/htsserver/pyhtsserver/src/helpstrings.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.4 Sun Sep 16 13:06:56 2001 Repository revision: 1.4 /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.4 Sun Sep 16 13:06:56 2001 Repository revision: 1.4 /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.3 Sun Sep 16 13:06:56 2001 Repository revision: 1.3 /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.3 Sun Sep 16 13:06:56 2001 Repository revision: 1.3 /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.5 Sun Sep 16 13:06:57 2001 Repository revision: 1.5 /cvsroot/htsserver/pyhtsserver/src/protocol.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: transporters.py Status: Up-to-date Working revision: 1.3 Sun Sep 16 13:06:57 2001 Repository revision: 1.3 /cvsroot/htsserver/pyhtsserver/src/transporters.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) |