[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[minion-cvs] Last round (I hope) of code tweaks before 0.0.1. Only ...



Update of /home/minion/cvsroot/src/minion/etc
In directory moria.mit.edu:/tmp/cvs-serv2678/etc

Modified Files:
	mixminiond.conf 
Log Message:
Last round (I hope) of code tweaks before 0.0.1.  Only system tests and docs remain!

Refactoring:
	- Move _base64 from ServerInfo to formatBase64 in Common
	- Finish separating server code.
		- Move ServerConfig to new file
		- Move Server key mgt to new file
	- Don't warn on missing overwrite; we now override.
	- Minimize calls to true RNG

Everywhere:
	- Remove extraneous whitespace
	- Wrap overlong lines
	- Remove extraneous import statements
	- Give all modules sane __all__ fields
	- Make Pychecker pleased.



Index: mixminiond.conf
===================================================================
RCS file: /home/minion/cvsroot/src/minion/etc/mixminiond.conf,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- mixminiond.conf	2 Dec 2002 20:18:09 -0000	1.3
+++ mixminiond.conf	12 Dec 2002 19:56:46 -0000	1.4
@@ -35,7 +35,7 @@
 # Watch out! If you use 'DEBUG' or 'TRACE', the log may contain message that
 #    could comprimise anonymity.
 #
-#LogLevel: WARN
+#LogLevel: DEBUG
 
 # Change this to 'yes' to make the server echo log messages to stdout.
 #EchoMessages: no