[htsserver-cvs] CVS update: pyhtsserver
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 In directory usw-pr-cvs1:/tmp/cvs-serv20636 Modified Files: ChangeLog TODO 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: ChangeLog Status: Up-to-date Working revision: 1.2 Thu Sep 13 03:12:56 2001 Repository revision: 1.2 /cvsroot/htsserver/pyhtsserver/ChangeLog,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) =================================================================== File: TODO Status: Up-to-date Working revision: 1.2 Thu Sep 13 03:12:56 2001 Repository revision: 1.2 /cvsroot/htsserver/pyhtsserver/TODO,v Existing Tags: start (revision: 1.1.1.1) vendor (branch: 1.1.1) |