OpenSimMirror/OpenSim/Region/CoreModules
Justin Clark-Casey (justincc) fc940ab09a If a moap entry has EnableWhiteList but WhiteList == null, then properly block the request instead of throwing an exception.
Normally, WhiteList is an empty list but from Mantis 7389 it looks like it might sometimes be possible for it to be null (haven't seen this up till now)
It looks like failing with an exception instead of properly replying to the request (which comes in via a cap) might be enough, surprisingly, to freeze a viewer until timeout.
Part of http://opensimulator.org/mantis/view.php?id=7389 but probably unrelated to the actual issue of that mantis.
2014-12-23 20:38:20 +00:00
..
Agent Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis. 2014-11-25 23:23:10 +00:00
Asset Make "fache assets" console command more efficient by only updating access times on each cached asset once, not for every reference. 2014-12-05 00:09:01 +00:00
Avatar In XBakesModule.Get() use using() to always dispose of RestClient which disposes the stream rather than disposing the stream directly 2014-12-20 01:46:32 +00:00
Framework Add command to reset region's user cache 2014-12-16 12:47:02 -05:00
Hypergrid Repair check for if in region position (I mean || is kinda like &&). 2014-02-15 18:49:40 -08:00
Properties Change assembly versions to 0.8.1 2014-06-17 18:37:15 +01:00
Scripting refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class. 2014-11-25 23:56:32 +00:00
ServiceConnectorsIn OpenSimExtras 2014-08-06 17:25:12 -04:00
ServiceConnectorsOut refactor: Move methods to start a monitored thread, start work in its own thread and run work in the jobengine from Watchdog to a WorkManager class. 2014-11-25 23:56:32 +00:00
World If a moap entry has EnableWhiteList but WhiteList == null, then properly block the request instead of throwing an exception. 2014-12-23 20:38:20 +00:00