aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework/MainServer.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make OpenSim.Framework.Servers.HttpServer rely on OpenSim.Framework instead ↵Justin Clark-Casey (justincc)2011-10-251-81/+0
| | | | | | | | | 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-0/+5
| | | | | Adding ssl support for "Out of Band" applications such as the remote admin module or Robust services
* Formatting cleanup.Jeff Ames2010-11-081-3/+3
|
* Admin Server can now bind to a private ip addressmores2010-11-031-0/+9
| | | | Signed-off-by: Melanie <melanie@t-data.com>
* minor: Print out port that http servers are usingJustin Clark-Casey (justincc)2010-03-251-1/+7
| | | | do this in callers so that we know who is setting up these things
* Add a console_port setting to let the rest console use a different portMelanie2010-01-111-2/+2
| | | | from the region server
* Really make module port selection work. Implement port setting inMelanie2009-10-211-1/+3
| | | | LLProxyLoginModule.
* Add MainServer.GetHttpServer(port) method for using multiple listenerMelanie2009-10-201-0/+17
| | | | ports in region modules
* Create a MainServer static class to access the regions server's HTTP serverMelanie Thielker2009-07-101-0/+42