Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | minor: be consistent about reporting errors out of HttpServerBase | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -11/+13 |
| | |||||
* | If the port entry in [Network] for a server is missing, then actually tell ↵ | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -7/+8 |
| | | | | | | the user that's the problem rather than simply exiting silently. Also exit with Environment.Exit(), not by aborting the thread. | ||||
* | Make "config show/set/get/save" console commands available on all servers | Justin Clark-Casey (justincc) | 2012-11-22 | 1 | -1/+1 |
| | |||||
* | Remove some mono compiler warnings | Justin Clark-Casey (justincc) | 2012-06-30 | 1 | -3/+1 |
| | |||||
* | Make the "debug http" command available for robust as well as the simulator. ↵ | Justin Clark-Casey (justincc) | 2012-06-15 | 1 | -60/+18 |
| | | | | | | 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. | ||||
* | Add main instance to internal MainServer.m_Servers list to simplify internal ↵ | Justin Clark-Casey (justincc) | 2012-06-15 | 1 | -10/+3 |
| | | | | | | logic. This does require the server to be added before it is set as the main Instance | ||||
* | Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵ | Justin Clark-Casey (justincc) | 2011-10-25 | 1 | -0/+1 |
| | | | | | | | | | of the other way around. This is necessary so that code in HttpServer can use framework facilities such as the thread watchdog for monitoring purposes. Doing this shuffle meant that MainServer was moved into OpenSim/Framework/Servers Also had to make OpenSim.Framework.Console rely on OpenSim.Framework rather than the other way around since it in turn relies on HttpServer MainConsole and some new interfaces had to be moved into OpenSim/Framework to allow this. This can be reverted if parts of OpenSim.Framework stop relying on console presence (cheifly RegionInfo) | ||||
* | Adding ssl support | BlueWall | 2011-05-05 | 1 | -2/+75 |
| | | | | | Adding ssl support for "Out of Band" applications such as the remote admin module or Robust services | ||||
* | minor: Print out port that http servers are using | Justin Clark-Casey (justincc) | 2010-03-25 | 1 | -0/+3 |
| | | | | do this in callers so that we know who is setting up these things | ||||
* | Add the console port setting to ROBUST, too | Melanie | 2010-01-11 | 1 | -1/+6 |
| | |||||
* | Fix loading modules with alternate configurations and ports into ROBUST. | Melanie | 2009-09-29 | 1 | -1/+9 |
| | | | | Make all current modules support the configuration name option | ||||
* | Allow the notation config_name@port/dll_name:class_name as a handler spec | Melanie | 2009-09-28 | 1 | -0/+18 |
| | | | | | | 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 | ||||
* | Filling in the blanks: The "meat" of the REST console | Melanie | 2009-08-17 | 1 | -5/+5 |
| | |||||
* | Create a MainServer static class to access the regions server's HTTP server | Melanie Thielker | 2009-07-10 | 1 | -0/+4 |
| | |||||
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 1 | -1/+1 |
| | | | | LICENSE.txt. | ||||
* | cleaning out warnings. | Dr Scofield | 2009-05-22 | 1 | -3/+1 |
| | | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that? | ||||
* | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2009-05-20 | 1 | -0/+4 |
| | |||||
* | Nonowrking intermadiate commit,, DO NOT USE | Melanie Thielker | 2009-05-18 | 1 | -0/+86 |