aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application/RegionApplicationBase.cs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* some cleanupUbitUmarov2018-11-081-5/+5
|
* fix lsl http url pool service still not starting correctlyUbitUmarov2018-11-021-1/+1
|
* remove a accent from a method nameUbitUmarov2017-05-271-1/+1
|
* fix mergeUbitUmarov2017-01-051-3/+3
|\
| * Massive tab and trailing space cleanupMelanie Thielker2017-01-051-6/+6
| |
* | remove not needed sslport parameterUbitUmarov2016-12-081-3/+2
| |
* | keep a unsecure http port up for external services (datasnapshot search). ↵UbitUmarov2016-10-091-19/+34
| | | | | | | | Only fire poolservices on main http listener
* | recover regions main http server ssl suport. Using a PKCS12 cert file, and ↵UbitUmarov2016-10-061-5/+9
|/ | | | not certs store for now. Option http_listener_cn, cert CN need to the same as external IP. Self sign certs do seem to work, but the viewers option NoVerifySLLCert needs to be set true. CA check is not done but they do check the IP
* Merge of ubitworkvarnew with opensim/master as of 20150905.Robert Adams2015-09-081-7/+19
| | | | | | | | This integrates the OpenSim refactoring to make physics, etc into modules. AVN physics hasn't been moved to new location. Does not compile yet. Merge branch 'osmaster' into mbworknew1
* Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2015-09-041-1/+0
| | | | OpenSim.Framework.
* Transformed the LLUDP ad-hoc plugin into a region module. It works.Diva Canto2015-09-031-0/+104