aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Servers/LoginServer.cs
diff options
context:
space:
mode:
authorlbsa712007-05-16 17:12:17 +0000
committerlbsa712007-05-16 17:12:17 +0000
commit6056247ac3002808c95d7a1c6671c388920ec2ed (patch)
treecc9c6aa96868ba71dab8cee92f904b51315156c9 /OpenSim.Servers/LoginServer.cs
parentYet more cleanup/refactoring (diff)
downloadopensim-SC_OLD-6056247ac3002808c95d7a1c6671c388920ec2ed.zip
opensim-SC_OLD-6056247ac3002808c95d7a1c6671c388920ec2ed.tar.gz
opensim-SC_OLD-6056247ac3002808c95d7a1c6671c388920ec2ed.tar.bz2
opensim-SC_OLD-6056247ac3002808c95d7a1c6671c388920ec2ed.tar.xz
* removed unused new-login.dat
* cleared up verbose/noverbose/disableOutput douple negation confusion in ConsoleBase * 2d chat radius is now 3d chat sphere * removed unused fast 2d radius calc * added chat type 0xFF : broadcast (no sphere checking) * OpenSimMain now exposes its LocalWorld
Diffstat (limited to 'OpenSim.Servers/LoginServer.cs')
-rw-r--r--OpenSim.Servers/LoginServer.cs12
1 files changed, 0 insertions, 12 deletions
diff --git a/OpenSim.Servers/LoginServer.cs b/OpenSim.Servers/LoginServer.cs
index 0aeb15a..393237b 100644
--- a/OpenSim.Servers/LoginServer.cs
+++ b/OpenSim.Servers/LoginServer.cs
@@ -86,18 +86,6 @@ namespace OpenSim.UserServer
86 public void Startup() 86 public void Startup()
87 { 87 {
88 this._needPasswd = false; 88 this._needPasswd = false;
89 // read in default response string
90 /* StreamReader SR;
91 string lines;
92 SR = File.OpenText("new-login.dat");
93
94 while (!SR.EndOfStream)
95 {
96 lines = SR.ReadLine();
97 _defaultResponse += lines;
98 }
99 SR.Close();
100 * */
101 89
102 this._mpasswd = EncodePassword("testpass"); 90 this._mpasswd = EncodePassword("testpass");
103 91