svn: 1529
@@ -65,6 +65,7 @@ This is a summary of ChangeLog basically.
* cmdpasses now require that the old pass be used to clear old pass.
* cmd_bottree now shows HUBS as yellow.
* Added cmd_login to change login display settings seen in .whois for a few versions
+* pscloak is now default 0.
1.1.9
@@ -280,7 +280,7 @@ init_conf()
#endif /* HUB */
conffile.portmin = 0;
conffile.portmax = 0;
- conffile.pscloak = 1;
+ conffile.pscloak = 0;
conffile.uid = 0;
conffile.uname = NULL;
conffile.username = NULL;