aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/Application (unfollow)
Commit message (Collapse)AuthorFilesLines
2017-05-29change servicePoint dns expire also to 5min, let the endpoints expire slide. ↵UbitUmarov1-2/+1
This should reduce impact of absurd dns fails observed on my test ubuntu VM
2017-05-27remove a accent from a method nameUbitUmarov1-1/+1
2017-05-26change wrong watchdog stopped thread check code, and don't log itUbitUmarov1-2/+0
2017-05-25another oneUbitUmarov1-1/+8
2017-05-24give up on the code to stop AsyncCommandManager. It fails with many scripts ↵UbitUmarov1-1/+1
running, and its only done deep on exit code. It is a backgroud thread should not block exit and never did
2017-05-23 dont log timeouts on stopped threadsUbitUmarov1-1/+2
2017-05-23 no all mono versions know DnsRefreshTimeoutUbitUmarov1-1/+2
2017-05-23 remember mono about the default for DnsRefreshTimeoutUbitUmarov1-0/+3
2017-05-12 a bit more on ServicePointManagerUbitUmarov1-3/+4
2017-05-12lower connection limits againUbitUmarov1-1/+5
2017-05-12soem changes on connections limitsUbitUmarov1-1/+1
2017-05-09 let .net decide GC mode from its defaults on the platformUbitUmarov1-0/+3
2017-05-09remove file bin/Mono.Posix.dll that causes problems with monoUbitUmarov1-0/+4
2017-05-03recover a lost trim in permissions modules names parsingUbitUmarov1-1/+1
2017-05-02recover a lost trim in permissions modules names parsingUbitUmarov1-1/+1
2017-02-01Secure sim stats with an (optional) password.Melanie Thielker2-0/+3
There is way too much in these stats to expose them to the world, at least for some of us.
2017-01-27parcels must be loaded before objects, so they can be added to themUbitUmarov1-3/+2
2017-01-05Massive tab and trailing space cleanupMelanie Thielker7-127/+127
2016-12-29Serving robots.txt from bin Idea of solution for ↵Mandarinka Tasty2-0/+21
http://opensimulator.org/mantis/view.php?id=7392 Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: Melanie Thielker <melanie@t-data.com>
2016-12-20Remove obsolete config option "EventQueue". It's been always on for ages!Melanie Thielker1-2/+0
2016-12-20remove obsolete config option "storage_prim_inventories"Melanie Thielker1-2/+1
2016-12-12Applying a modified version of TomTheDragon's patch to prevent the simMelanie Thielker1-7/+14
from crashing when signals are unavailable.
2016-12-12don't do unix signals on windowsUbitUmarov1-6/+12
2016-12-12Allow OpenSim to respond to Unix signals. This may need work to beMelanie Thielker1-2/+23
properly ignoed on Windows. Windows devs, please test and check for platform flags if this causes issues in Windows
2016-12-08 remove not needed sslport parameterUbitUmarov1-3/+2
2016-11-26Fix in cmdparams.Length for: SavePrimsXml2 and SaveXmlMandarinka Tasty1-2/+2
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-11-26Fix in descriptions of: load xml, load xml2, save xml, save xml2Mandarinka Tasty1-4/+4
Signed-off-by: Mandarinka Tasty <mandarinka.tasty@gmail.com> Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2016-10-09keep a unsecure http port up for external services (datasnapshot search). ↵UbitUmarov1-19/+34
Only fire poolservices on main http listener
2016-10-09changes to regions ssl suport: verify if hostnames are validate by the ↵UbitUmarov1-1/+1
selected cert, make clear that for now all regions need to have the same ExternalHostName if using sll (due to other code that needs to be changed later)
2016-10-06recover regions main http server ssl suport. Using a PKCS12 cert file, and ↵UbitUmarov2-7/+33
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
2016-07-27first step removing MegaRegions: refuse to run. Thanks to all that made ↵UbitUmarov1-0/+7
MegaRegions possible, they where a important OpenSim feature, but can no longer be mantained
2016-02-21Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ↵Diva Canto1-1/+1
replace anymore.
2015-11-22Changes to Load Oar options and new code to support importing OARs with ↵Jak Daniels1-8/+18
different Region sizes to the destination region. Signed-off-by: UbitUmarov <ajlduarte@sapo.pt>
2015-10-18On to 0.8.3!Diva Canto1-1/+1
Conflicts: OpenSim/Region/PhysicsModules/ConvexDecompositionDotNet/Properties/AssemblyInfo.cs
2015-10-18On to 0.8.3!Diva Canto1-1/+1
2015-09-08more on compile..UbitUmarov1-10/+6
2015-09-04Deleted OpenSim.Framework.Communications. Moved its two remaining files to ↵Diva Canto2-2/+0
OpenSim.Framework.
2015-09-04Deleted commented codeDiva Canto1-51/+0
2015-09-03Transformed the LLUDP ad-hoc plugin into a region module. It works.Diva Canto3-84/+173
2015-09-03fix a old bug i added: MaxWearables can't be changed in runtimeUbitUmarov1-1/+0
2015-09-03 at last we can login and see objects ( friends is dead and disable inUbitUmarov1-5/+0
scenepresence)
2015-09-02seems to compile ( tests comented out)UbitUmarov2-22/+0
2015-08-31First commit where physics work as region module.Diva Canto1-14/+1
Moved all physics dlls out of Physics and into bin directly, so they can be found by the module loader. Removed call to PhysicsPluginManager.
2015-08-30More namespace and dll name changes. Still no functional changes.Diva Canto1-1/+1
2015-08-30Renamed the namespaces tooDiva Canto1-1/+1
2015-08-30Moved instantiation of SceneCommunicationService object to inside the scene ↵Diva Canto1-3/+1
constructor. This was a left over from the original monolithic design of scene communications. The less the instantiators of scenes know about the scene's internals, the better.
2015-08-24try to implement core load oar optionsUbitUmarov1-5/+19
2015-08-19 add missing regionExtent setup and Scene physicsscene configuration ( notUbitUmarov1-4/+5
exactly as core)
2015-06-05Typo FixH-H-H1-1/+1
Signed-off-by: Diva Canto <diva@metaverseink.com>
2015-04-29Updated all occurrences of AssemblyVersion("0.8.1.*") to ↵Diva Canto1-1/+1
AssemblyVersion("0.8.2.*")