aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/GridServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Can now set the http ports that grid server and user server use. MW2007-09-141-1/+1
|
* mass update of urls in source code to new websiteSean Dague2007-09-101-1/+1
|
* Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee2007-08-031-2/+8
| | | | configdir, datadir.
* * Reduced a significant number of compiler warnings (back down to 9 for all ↵Adam Frisby2007-07-241-1/+0
| | | | projects combined, all 'never used' things)
* Re-added the ability to set the database provider (dll) in the config file ↵MW2007-07-211-1/+1
| | | | for the userserver and gridserver.
* *Moved XmlConfiguration to its own projectmingchen2007-07-191-2/+2
| | | | | | *Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
* * 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/+4
| | | | | | | | 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-258/+258
|
* *Removed SimProfile.cs as it is no longer needed (in favor of SimProfileData)mingchen2007-07-051-0/+1
| | | | | | *Added simulator_data_request XMLRPC method to request data from the grid server about a sim instead of faking its login *Login is progressing, now just getting an XML error (http://pastebin.com/942515) -- if you can fix this, throw MingChen in IRC a Private Message
* * Removed AssetHttpServer, using BaseHttpServer insteadlbsa712007-07-041-19/+10
| | | | | | | | | * 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
* *Fixed storage issue as noted in last commit of the OGS1 GridServermingchen2007-07-031-4/+4
| | | | | *Reverted the default remote grid server port back to 8001 (from a port change to debug a previous issue)
* *Removed GridInfo class as it has been previously replaced with the much ↵mingchen2007-07-031-6/+7
| | | | | | | | | better NetworkServersInfo class *Got the GridServer in OGS1 to go through with registering the region, but the actual storage of the region isnt working right now. **After this is fixed, grid mode should work!
* *Renamed OGS1 XmlRpcLoginToSimulatorMethod to the more appropriate ↵mingchen2007-07-031-1/+1
| | | | | | | XmlRpcSimulatorLoginMethod *Attempt to fix the "sim not found" issue by adding sim if...well...not found (OGS1)
* * Optimized usings (the 'LL ate my scripts' commit)lbsa712007-07-031-10/+4
| | | | | * added some licensing info
* *OGS1 Key2Name/Name2Key worksmingchen2007-07-021-1/+1
| | | | | *OGS1 doesnt crash on startup anymore
* 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
* *Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen2007-06-271-6/+6
| | | | prebuild.xml though
* Some work on restructuring the namespaces / project names. Note this doesn't ↵MW2007-06-271-0/+271
compile yet as not all the code has been changed to use the new namespaces. Am committing it now for feedback on the namespaces.