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