aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/ServerMain.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-2/+15
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-1/+1
|
* missed some conflict markupBlueWall2012-10-091-1/+0
|
* Merge branch 'master' into connector_pluginBlueWall2012-10-091-2/+21
|\ | | | | | | | | Conflicts: OpenSim/Server/ServerMain.cs
| * Fix build breakMelanie2012-10-081-1/+1
| |
| * Add a ServiceList section to Robust .ini to get rid of the long stringMelanie2012-10-081-0/+18
| |
| * Allow other whitespace characters than spaces in Robust connection stringMelanie2012-10-081-2/+2
| |
* | Added parts to manage repositories and plugin managementBlueWall2012-10-061-0/+10
|/ | | | This is working - more testing to follow, then soem documentation
* Make the "debug http" command available for robust as well as the simulator. ↵Justin Clark-Casey (justincc)2012-06-151-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.
* fission UserAccountService.HandleCreateUser() into two methods, one which ↵Justin Clark-Casey (justincc)2010-05-281-1/+1
| | | | handles user command parsing and another which actually does the work
* * Added 32bitLauncher for Robust. Still need to test it on a 64 bit machine.Diva Canto2010-04-141-1/+1
| | | | * PrimitiveBaseShape wants to be be committed too -- EOF.
* Fix a glitch in a ROBUST messageMelanie2009-10-231-1/+1
|
* Fix loading modules with alternate configurations and ports into ROBUST.Melanie2009-09-291-20/+14
| | | | Make all current modules support the configuration name option
* Fixed a bug that was causing exceptions to the thrown in ROBUST MainServer.Diva Canto2009-09-281-4/+8
|
* Allow the notation config_name@port/dll_name:class_name as a handler specMelanie2009-09-281-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
* Make ROBUST not hang on exit in recent Mono versions. Make the logfile configMelanie Thielker2009-07-311-1/+5
| | | | | | setting/commandline option actually work.
* * Change server prompt from B.U.S.T to R.O.B.U.S.T, as per mailing listJustin Clarke Casey2009-07-151-1/+1
|
* Update prompt and make it settable from within the ini fileMelanie Thielker2009-07-071-1/+1
|
* Committing the basic universal server Technology (B.U.S.T.)Melanie Thielker2009-07-071-1/+0
|
* That didn't quite work. Trying this instead -- prompt given in the cmd line.diva2009-06-081-4/+2
|
* Making the prompt configurable in the server shell. Default is "Server".diva2009-06-081-2/+4
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* This commit changes the way the new server works. There is no longer a serverMelanie Thielker2009-05-181-0/+94
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!