OpenSimMirror/OpenSim
Oren Hurvitz aa217cf90f Better string matching when searching for REST handlers: must match an entire path component (ending with '/' or a similar character).
For example, these should match: "/assets" and "/assets/12345", but these shouldn't match: "/assets" and "/assets_exist".
2014-04-02 08:52:44 +03:00
..
Addons - Increased the threadpool timeout to 10 minutes 2014-03-26 20:34:55 +01:00
ApplicationPlugins varregion: add --noterrain and --noparcel to 'load oar'. 2014-01-19 11:03:08 -08:00
Capabilities Add regression test for http inventory fetch. 2014-03-17 20:51:35 +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 Added assets service method AssetsExist(), which returns whether the given list of assets exist. 2014-04-02 06:30:57 +01:00
Framework Better string matching when searching for REST handlers: must match an entire path component (ending with '/' or a similar character). 2014-04-02 08:52:44 +03:00
Region Added assets service method AssetsExist(), which returns whether the given list of assets exist. 2014-04-02 06:30:57 +01:00
Server Fixed the "Update Asset" handler: it was looking for the Asset ID in the wrong parameter. 2014-04-02 06:32:40 +01:00
Services Added assets service method AssetsExist(), which returns whether the given list of assets exist. 2014-04-02 06:30:57 +01:00
Tests Added assets service method AssetsExist(), which returns whether the given list of assets exist. 2014-04-02 06:30:57 +01:00
Tools Added 2 new behaviors to pCampBot 2014-02-21 10:06:08 -08:00