OpenSimMirror/OpenSim
Diva Canto f63e7ec46f Trivial: fix copy-paste typo in string 2015-06-04 09:30:41 -07:00
..
Addons
ApplicationPlugins
Capabilities Mantis #7567. Once again, avoiding prefetching linked items within linked folders. Also fixing the inventory connector GetMultipleItems, so that if everything is in the cache, it returns successfully rather than unsuccessfully. 2015-06-04 06:58:07 -07: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
Framework
Region Mantis #7567: added an 8-sec expiring item cache to the inventory network connector. This fixed the problem on my local test grid and generally made things faster. This cache has been needed for a while... there are many parts in the code where the sim gets an item multiple times in a short amount of time (rezzing attachs and objects, for example). 2015-06-03 17:42:41 -07:00
Server
Services Making the inventory cache static, so that there's less timers. 2015-06-04 07:10:06 -07:00
Tests Trivial: fix copy-paste typo in string 2015-06-04 09:30:41 -07:00
Tools