aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/ServerMain.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-08-05ROBUST now reports INITIALIZATION COMPLETE FOR ROBUST.onefang1-0/+2
2019-05-19Dump OpenSim 0.9.0.1 into it's own branch.onefang1-2/+15
2016-11-03Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel1-1/+1
2012-10-09missed some conflict markupBlueWall1-1/+0
2012-10-08Fix build breakMelanie1-1/+1
2012-10-08Add a ServiceList section to Robust .ini to get rid of the long stringMelanie1-0/+18
2012-10-08Allow other whitespace characters than spaces in Robust connection stringMelanie1-2/+2
2012-10-06Added parts to manage repositories and plugin managementBlueWall1-0/+10
This is working - more testing to follow, then soem documentation
2012-06-15Make the "debug http" command available for robust as well as the simulator. ↵Justin Clark-Casey (justincc)1-14/+12
This allows one to see incoming requests as they happen. This required making everything use the common MainServer class for registering and retrieving http servers, rather than duplicate structures.
2010-05-28fission UserAccountService.HandleCreateUser() into two methods, one which ↵Justin Clark-Casey (justincc)1-1/+1
handles user command parsing and another which actually does the work
2010-04-14* Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine.Diva Canto1-1/+1
* PrimitiveBaseShape wants to be be committed too -- EOF.
2009-10-23Fix a glitch in a ROBUST messageMelanie1-1/+1
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-20/+14
Make all current modules support the configuration name option
2009-09-29Fixed a bug that was causing exceptions to the thrown in ROBUST MainServer.Diva Canto1-4/+8
2009-09-29Fix loading modules with alternate configurations and ports into ROBUST.Melanie1-20/+14
Make all current modules support the configuration name option
2009-09-28Fixed a bug that was causing exceptions to the thrown in ROBUST MainServer.Diva Canto1-4/+8
2009-09-28Allow the notation config_name@port/dll_name:class_name as a handler specMelanie1-6/+46
in OpenSim.Server.ini This allows things like "8003/AssetServirce.dll local@8004/InventoryService.dll" The config name is not yet supported by any modules
2009-07-31Make ROBUST not hang on exit in recent Mono versions. Make the logfile configMelanie Thielker1-1/+5
setting/commandline option actually work.
2009-07-15* Change server prompt from B.U.S.T to R.O.B.U.S.T, as per mailing listJustin Clarke Casey1-1/+1
2009-07-07Update prompt and make it settable from within the ini fileMelanie Thielker1-1/+1
2009-07-07Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker1-1/+0
2009-06-08That didn't quite work. Trying this instead -- prompt given in the cmd line.diva1-4/+2
2009-06-08Making the prompt configurable in the server shell. Default is "Server".diva1-2/+4
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames1-1/+1
LICENSE.txt.
2009-05-18This commit changes the way the new server works. There is no longer a serverMelanie Thielker1-5/+49
exe for each function, rather each function is a connector and the server ini loads them. If you like your multiple processes, use -inifile with the server. Otherwise, you get one server process that serves all configured funcions, see example .ini. The new exe is OpenSim.Server.exe. Clean your bin, loads of names have changed!
2009-05-18Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker1-1/+1
the handlers out of the asset server context into a generic scope.
2009-05-18Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker1-3/+3
2009-05-18Logically group the server connector with it's handlersMelanie Thielker1-0/+1
2009-05-14Move the server request handlers into a separate lib nunit can digestMelanie Thielker1-0/+0
2009-05-08More additions to the nextgen reference UGAIMMelanie Thielker1-5/+5
2009-05-05Plumb the new server connector logicMelanie Thielker1-3/+8
2009-05-05Committing the user server executable skeletonMelanie Thielker1-4/+9
2008-03-18Formatting cleanup.Jeff Ames1-27/+25
2008-02-20Minor cleanup.Jeff Ames1-1/+1
2008-01-10Whitespace cleanup.Jeff Ames1-10/+7
2007-10-15* Applied patch #418 : copyright-r2012.patch - some errors, but got most thrulbsa711-0/+28
2007-07-13rename file to not have spaces in itSean Dague1-0/+0