diff options
author | MW | 2007-06-22 18:28:49 +0000 |
---|---|---|
committer | MW | 2007-06-22 18:28:49 +0000 |
commit | a9dde515ba7d35b6069a3b2cd8b66bb72b007801 (patch) | |
tree | 5c219b4f52c2a58d0ac507b90556afc2a6848f94 /OpenSim/Examples | |
parent | * Porting console fix from Trunk to Sugilite (diff) | |
download | opensim-SC-a9dde515ba7d35b6069a3b2cd8b66bb72b007801.zip opensim-SC-a9dde515ba7d35b6069a3b2cd8b66bb72b007801.tar.gz opensim-SC-a9dde515ba7d35b6069a3b2cd8b66bb72b007801.tar.bz2 opensim-SC-a9dde515ba7d35b6069a3b2cd8b66bb72b007801.tar.xz |
SandBox mode login now shares a base class with the grid mode user server.
To allow people to login without creating accounts first in sandbox mode anytime a login request is received without a matching account already being in the database, a new account will be made. (also in sandbox mode, passwords aren't currently used).
Diffstat (limited to 'OpenSim/Examples')
-rw-r--r-- | OpenSim/Examples/SimpleApp/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenSim/Examples/SimpleApp/Program.cs b/OpenSim/Examples/SimpleApp/Program.cs index de6e6d3..944bca3 100644 --- a/OpenSim/Examples/SimpleApp/Program.cs +++ b/OpenSim/Examples/SimpleApp/Program.cs | |||
@@ -53,7 +53,7 @@ namespace SimpleApp | |||
53 | 53 | ||
54 | ClientView.TerrainManager = new TerrainManager(new SecondLife()); | 54 | ClientView.TerrainManager = new TerrainManager(new SecondLife()); |
55 | 55 | ||
56 | CommunicationsManager communicationsManager = new CommunicationsLocal(); | 56 | CommunicationsManager communicationsManager = new CommunicationsLocal(1000, 1000); |
57 | 57 | ||
58 | RegionInfo regionInfo = new RegionInfo( ); | 58 | RegionInfo regionInfo = new RegionInfo( ); |
59 | 59 | ||