Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make the "debug http" command available for robust as well as the simulator. ↵ | Justin Clark-Casey (justincc) | 2012-06-15 | 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. | ||||
* | fission UserAccountService.HandleCreateUser() into two methods, one which ↵ | Justin Clark-Casey (justincc) | 2010-05-28 | 1 | -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 Canto | 2010-04-14 | 1 | -1/+1 |
| | | | | * PrimitiveBaseShape wants to be be committed too -- EOF. | ||||
* | Fix a glitch in a ROBUST message | Melanie | 2009-10-23 | 1 | -1/+1 |
| | |||||
* | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 2009-09-29 | 1 | -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 Canto | 2009-09-28 | 1 | -4/+8 |
| | |||||
* | Allow the notation config_name@port/dll_name:class_name as a handler spec | Melanie | 2009-09-28 | 1 | -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 config | Melanie Thielker | 2009-07-31 | 1 | -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 list | Justin Clarke Casey | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Update prompt and make it settable from within the ini file | Melanie Thielker | 2009-07-07 | 1 | -1/+1 |
| | |||||
* | Committing the basic universal server Technology (B.U.S.T.) | Melanie Thielker | 2009-07-07 | 1 | -1/+0 |
| | |||||
* | That didn't quite work. Trying this instead -- prompt given in the cmd line. | diva | 2009-06-08 | 1 | -4/+2 |
| | |||||
* | Making the prompt configurable in the server shell. Default is "Server". | diva | 2009-06-08 | 1 | -2/+4 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | This commit changes the way the new server works. There is no longer a server | Melanie Thielker | 2009-05-18 | 1 | -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! |