aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Grid/UserServer/Main.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2007-10-15* Chillken Patch #417 - upgraded version numbers to 0.4 - thanks Chillken!lbsa711-1/+1
2007-09-27Reverting back to 2017 since 2018 were causing Linux breakage; reopening ↵lbsa711-10/+1
Tleiades patch 444 and 445.
2007-09-27* Tleiades grid mode inventory (#444) - thanx Tleiades!lbsa711-1/+10
* updated to rev 1413 on libsecondlife.dll and libsecondlife.dll.config (#423)
2007-09-14Can now set the http ports that grid server and user server use. MW1-1/+1
2007-09-10mass update of urls in source code to new websiteSean Dague1-1/+1
2007-08-27Deleted a few old files that are no longer used.MW1-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.
2007-08-13Separated Login Service from usermanager, which helps to clean up the code a ↵MW1-1/+4
bit and also should help to integrate the inventory server (when it is wrote/finished).
2007-08-03Changes to prepare for future possible configuration of separate logdir, ↵Brian McBee1-2/+7
configdir, datadir.
2007-07-24* More console related changes.Adam Frisby1-1/+1
2007-07-24* Reduced a significant number of compiler warnings (back down to 9 for all ↵Adam Frisby1-1/+0
projects combined, all 'never used' things)
2007-07-21Re-added the ability to set the database provider (dll) in the config file ↵MW1-1/+1
for the userserver and gridserver.
2007-07-19*Moved XmlConfiguration to its own projectmingchen1-2/+2
*Made it possible to load a configuration interface by DLL *Deleted the 1024 config files until they are updated
2007-07-19* Removed yet more compiler warningsAdam Frisby1-1/+0
* Dropped old ILocalStorage storage engines.
2007-07-18*New Configuration System, much easier and less buggy compared to the ↵mingchen1-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 :)
2007-07-16changed to native line ending encodingSean Dague1-214/+214
2007-07-06*Fixed several bugs that crashed the viewer and opensim server when logging ↵mingchen1-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
2007-07-04* Removed AssetHttpServer, using BaseHttpServer insteadlbsa711-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
2007-07-03* Optimized usings (the 'LL ate my scripts' commit)lbsa711-11/+6
* added some licensing info
2007-07-01Fixed SimpleApp - aka thankgoditssundaycommitlbsa711-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
2007-06-28*User Profile requests on OGS UserServer now uses XMLRPC instead of REST mingchen1-2/+2
*Added base support for setting up a master user
2007-06-28*Fixed UserServer and OpenSim so now they start without crashing.mingchen1-1/+1
2007-06-27*Fixed all renaming for OpenGridServices.sln, still a reference issue in ↵mingchen1-5/+5
prebuild.xml though