[htsserver-cvs] CVS update: pyhtsserver/src
Status: Abandoned
Brought to you by:
uh1763
|
From: Uwe H. <uh...@us...> - 2001-09-13 03:12:58
|
Date: Wednesday September 12, 2001 @ 20:12 Author: uh1763 Update of /cvsroot/htsserver/pyhtsserver/src In directory usw-pr-cvs1:/tmp/cvs-serv20636/src Modified Files: cmdline.py connections.py htsserver.py log.py players.py protocol.py Log Message: * TODO: Removed resolved items. * docs/htsserver.6: Added file. * src/cmdline.py: Remove cruft. * src/connections.py, src/players.py, src/protocol.py: Remove all those getfoo() and setfoo() functions. They're really just overhead. Simply use the variable directly. * src/htsserver.py: Do not even start the server if we are root or have the group 'root'. Running htsserver as root is strongly discouraged! Do not allow running with a port <= 1024, as this would need root permissions. Check if we have write permissions for the logfile. If not, print an error message and exit. * src/log.py: Catch the IOError exception of write() and flush(). =================================================================== File: cmdline.py Status: Up-to-date Working revision: 1.2 Thu Sep 13 03:12:56 2001 Repository revision: 1.2 /cvsroot/htsserver/pyhtsserver/src/cmdline.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.2 Thu Sep 13 03:12:56 2001 Repository revision: 1.2 /cvsroot/htsserver/pyhtsserver/src/connections.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.2 Thu Sep 13 03:12:56 2001 Repository revision: 1.2 /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.2 Thu Sep 13 03:12:57 2001 Repository revision: 1.2 /cvsroot/htsserver/pyhtsserver/src/log.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.2 Thu Sep 13 03:12:57 2001 Repository revision: 1.2 /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.2 Thu Sep 13 03:12:57 2001 Repository revision: 1.2 /cvsroot/htsserver/pyhtsserver/src/protocol.py,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) |