aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Server/Base/HttpServerBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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