aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim.Servers/LoginServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Some more code refactoring, plus a restructuring of the directories so that ↵MW2007-05-241-284/+0
| | | | the Grid servers can be a separate solution to the region server.
* Quite big change to how Sessions/circuits are Authenticated. Seems to work ↵MW2007-05-161-5/+13
| | | | okay but needs a lot more testing.
* * removed unused new-login.datlbsa712007-05-161-12/+0
| | | | | | | | | | | * 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
* Inventory should be working again in sandbox modeMW2007-05-131-0/+1
|
* Added very basic support for maps (likely to only work in sandbox mode due ↵MW2007-05-131-15/+15
| | | | to the non functioning remote asset server), also currently just uses textures that we already had added to the asset server (this is the first thing that needs fixing)
* Updated to use LoginResponse.andy2007-05-111-28/+28
|
* Fixed bug where client crashes on login if in sandbox mode and region is set ↵MW2007-05-081-3/+7
| | | | to anything other than 997,996
* Small clean up of files and directoriesMW2007-04-251-0/+1
|
* * Replaced GridHTTPServer and UserHTTPServer with BaseHttpServerlbsa712007-04-111-1/+0
| | | | | | * Now dumping default value in config. *
* Renamed the Servers directory to OpenSim.ServersMW2007-04-111-0/+283