aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* * Removed yet more compiler warningsAdam Frisby2007-07-191-1/+0
| | | | | * Dropped old ILocalStorage storage engines.
* *New Configuration System, much easier and less buggy compared to the ↵mingchen2007-07-181-38/+2
| | | | | | | | original system in place *View RegionInfo.cs for an example on how it works! *This hopefully copies all the files over, but who knows :)
* changed to native line ending encodingSean Dague2007-07-161-214/+214
|
* *Fixed several bugs that crashed the viewer and opensim server when logging ↵mingchen2007-07-061-2/+2
| | | | | | | | | | in on grid mode *Note: Grid Mode now works in sugilite, but is still unstable **Known bug in which the grid server crashes after being relaunched from a previously create configuration **Crashing of the viewer crashes the OpenSim server which then crashes the grid server -- needs better handling of exceptions **Multiple sims is still untested, but should connect correctly. Moving between the sims may be a different story
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-2/+2
| | | | | | | | | * Removed legacy REST handling * Created two custom IStreamHandlers for asset up/download * Removed quite a lot of double and triple encodings, trying to work towards binary only and direct write into storage. * Introduced BaseStreamHandler with GetParam() and some other goodies
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-11/+6
| | | | | * added some licensing info
* Fixed SimpleApp - aka thankgoditssundaycommitlbsa712007-07-011-1/+1
| | | | | | | | | | | | | | * Updated SimpleApp with various introduced dependencies * Extracted ScenePrescence creation in Scene * removed try-catchall from UserManagerBase (that actually hid a bug) * Refactored RegionInfo * handle is calculated * it will explode upon accessing x,y,ip,port,externalip if not explicitly initialized * Removed superfluous 'ref' keywords * Removed a shitload of 'catch Exception e' that causes build warnings * Lots of small refactorings, renames et c * Ignored some bins
* *User Profile requests on OGS UserServer now uses XMLRPC instead of REST mingchen2007-06-281-2/+2
| | | | | *Added base support for setting up a master user
* *Fixed UserServer and OpenSim so now they start without crashing.mingchen2007-06-281-1/+1
|
* *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen2007-06-271-5/+5
| | | | prebuild.xml though
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+219
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.