aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Base/HttpServerBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Dump OpenSim 0.9.0.1 into it's own branch.onefang2019-05-191-13/+22
|
* Initial update to OpenSim 0.8.2.1 source code.David Walter Seikel2016-11-031-18/+21
|
* Make "config show/set/get/save" console commands available on all serversJustin Clark-Casey (justincc)2012-11-221-1/+1
|
* Remove some mono compiler warningsJustin Clark-Casey (justincc)2012-06-301-3/+1
|
* Make the "debug http" command available for robust as well as the simulator. ↵Justin Clark-Casey (justincc)2012-06-151-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-151-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-251-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 supportBlueWall2011-05-051-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 usingJustin Clark-Casey (justincc)2010-03-251-0/+3
| | | | do this in callers so that we know who is setting up these things
* Add the console port setting to ROBUST, tooMelanie2010-01-111-1/+6
|
* Fix loading modules with alternate configurations and ports into ROBUST.Melanie2009-09-291-1/+9
| | | | Make all current modules support the configuration name option
* Allow the notation config_name@port/dll_name:class_name as a handler specMelanie2009-09-281-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 consoleMelanie2009-08-171-5/+5
|
* Create a MainServer static class to access the regions server's HTTP serverMelanie Thielker2009-07-101-0/+4
|
* Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵Jeff Ames2009-06-011-1/+1
| | | | LICENSE.txt.
* cleaning out warnings.Dr Scofield2009-05-221-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 consolesMelanie Thielker2009-05-201-0/+4
|
* Nonowrking intermadiate commit,, DO NOT USEMelanie Thielker2009-05-181-0/+86