aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/Main.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!lbsa712007-10-151-1/+1
|
* Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa712007-09-271-10/+1
| | | | Tleiades patch 444 and 445.
* * Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa712007-09-271-1/+10
| | | | | | | * updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
* 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
|
* Deleted a few old files that are no longer used.MW2007-08-271-3/+0
| | | | | | Deleted the GridInterfaces projects, and for now moved the old local asset server into Framework.Communications, as we prepare to rewrite the asset cache and asset server. Deleted Framework.manager as I am sure this is no longer in use.
* Separated Login Service from usermanager, which helps to clean up the code a ↵MW2007-08-131-1/+4
| | | | bit and also should help to integrate the inventory server (when it is wrote/finished).
* Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee2007-08-031-2/+7
| | | | configdir, datadir.
* * More console related changes.Adam Frisby2007-07-241-1/+1
|
* * 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/+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.