OpenSimMirror/OpenSim
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
..
Addons 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
ApplicationPlugins Actually call Close() for shared region modules when the simulator is being shutdown. 2014-07-02 23:49:25 +01:00
Capabilities Allow GetMesh capability to be served directly by a server like GetTexture 2014-11-25 23:21:38 +00:00
ConsoleClient Make sure we dispose of WebResponse, StreamReader and Stream in various places where we were not already. 2013-02-27 00:21:02 +00:00
Data Remove unmaintained MSSQL support. 2014-11-28 00:27:13 +00:00
Framework Make sure we always dispose of disposables inside RestClient.Request() 2014-12-20 01:56:33 +00:00
Region 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
Server In XBakes use proper disposal semantics to always close the stream on Store() no matter what 2014-12-20 01:32:49 +00:00
Services Adding command to reset user's email address 2014-12-16 12:20:56 -05:00
Tests Label all threadpool calls being made in core OpenSimulator. This is to add problem diagnosis. 2014-11-25 23:23:10 +00:00
Tools On pCampbot, if we add the none (n) behaviour then make it actually stop any bots in motion. 2014-11-25 23:23:09 +00:00