Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2009-05-17 | Update svn properties. | Jeff Ames | 1 | -12/+12 | |
2009-05-16 | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 1 | -1/+1 | |
This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661. | |||||
2009-05-15 | Bug fix on POST asset so that the new asset service connector can talk to ↵ | diva | 1 | -2/+5 | |
the old asset server. | |||||
2009-05-15 | * Resolve bug where save oar would never complete if any assets were missing | Justin Clarke Casey | 1 | -0/+5 | |
2009-05-15 | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2 | -7/+9 | |
-- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now | |||||
2009-05-14 | * When saving an oar, save assets when immediately received rather than ↵ | Justin Clarke Casey | 1 | -16/+23 | |
storing them all up in memory * Hopefully this will remove out of memory problems when saving large oars on machines without much memory * It may also speed up saving of large oars | |||||
2009-05-14 | * refactor: move bottom part of 'xml2' serializaton to separate class | Justin Clarke Casey | 1 | -2/+1 | |
2009-05-14 | * refactor: break some of xml2 serialization out of sog | Justin Clarke Casey | 2 | -4/+7 | |
2009-05-14 | * Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ↵ | lbsa71 | 1 | -1/+1 | |
justice. | |||||
2009-05-14 | Move the connector for the new asset server to a connectors project. Inherit | Melanie Thielker | 1 | -0/+39 | |
the region module version from this. This enables inter-server connections to reuse connetor code from region modules. | |||||
2009-05-13 | * Bug fix: Variable m_regionSettings can be null, using RegionSettings ↵ | Arthur Valadares | 1 | -1/+1 | |
instead, that starts a new RegionSettings object if private variable is null. Fixes Mantis #3634 | |||||
2009-05-13 | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 4 | -34/+99 | |
2009-05-13 | Disabling WebFetchInventoryDescendents CAPs for the time being as it | Dr Scofield | 1 | -2/+4 | |
seems to screw up standalone mode. | |||||
2009-05-13 | Thank you kindly, BlueWall sir, for a patch that: | Charles Krinke | 1 | -2/+10 | |
Adding a jsonp wrapper to the user supplied status report uri if the key "callback" exists. It will work with many javascript toolkits to provide an ajax callback to allow the browser to update stats reports without the intervention of an intermediate server. | |||||
2009-05-12 | Paving the way for syncing group permissions across a grid | Melanie Thielker | 1 | -0/+1 | |
2009-05-12 | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 2 | -0/+30 | |
This is to handle the changes in the v1.23 viewer of LL regarding the adult rating. With this patch a region can be changed to the adult rating from LL viewer v1.23 and above. | |||||
2009-05-11 | * Implements IP and DNS based ban facilities to OpenSim. | Adam Frisby | 2 | -0/+21 | |
* User interface is ... primitive at best right now. * Loads bans from bans.txt and region ban DB on startup, bans.txt is in the format of one per line. The following explains how they are read; DNS bans are in the form "somewhere.com" will block ANY matching domain (including "betasomewhere.com", "beta.somewhere.com", "somewhere.com.beta") - make sure to be reasonably specific in DNS bans. IP address bans match on first characters, so, "127.0.0.1" will ban only that address, "127.0.1" will ban "127.0.10.0" but "127.0.1." will ban only the "127.0.1.*" network | |||||
2009-05-11 | Update svn properties. | Jeff Ames | 3 | -311/+311 | |
2009-05-11 | adding code to check for old-style responses ("True") | Dr Scofield | 1 | -0/+5 | |
2009-05-10 | * Rather than crash the region simulator, declare the teleport a failure if ↵ | Adam Frisby | 1 | -6/+13 | |
the "success" mapping doesn't exist. (also; I hate LLSD.) | |||||
2009-05-10 | * Attempting to fix NullRef exception in inventory. | Adam Frisby | 1 | -6/+6 | |
2009-05-10 | * Debugging some inventory related NullRefException's. | Adam Frisby | 1 | -20/+29 | |
2009-05-10 | Create SynchronousRestObjectRequester and make SynchronousRestObjectPoster | Melanie Thielker | 1 | -1/+10 | |
use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete. | |||||
2009-05-10 | Create an async form of the RestObjectPoster. Rename the file (but not the | Melanie Thielker | 2 | -0/+126 | |
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache | |||||
2009-05-10 | Connect up the new asset cache and introduce an asynchronous call path | Melanie Thielker | 1 | -0/+6 | |
for asset retrieval (full asset only) to ease migration to the new system | |||||
2009-05-10 | Add some asset cache plumbing. Change the generic cache from UUID to string | Melanie Thielker | 1 | -23/+23 | |
keys to allow caching the new crop of URI identified objects. | |||||
2009-05-10 | Small asset cache addition. Comment a debug output left in CAPS | Melanie Thielker | 1 | -3/+3 | |
2009-05-09 | Fixed handling of inventory a bit | Homer Horwitz | 1 | -3/+11 | |
- AssetType isn't InventoryType. Those enums contain different numbers. Use AssetType for the asset type, InventoryType for the inventory type. - The ToString method (or ToLower) of AssetType/InventoryType doesn't necessarily return the correct LLSD string. - Replaced several magic numbers by their corresponding enum. - Fixed the invType for gestures and animations in the library. This should fix Mantis #3610 and the non-terminating inventory loading | |||||
2009-05-09 | Make remote assets work through the new server system | Melanie Thielker | 1 | -17/+29 | |
2009-05-08 | Implement an ingenious solution to pacekt pool performance suggested by | Melanie Thielker | 1 | -20/+10 | |
dlslake. | |||||
2009-05-08 | fix up the comments a little | Sean Dague | 1 | -3/+2 | |
From: Sean Dague <sdague@gmail.com> | |||||
2009-05-08 | added WebFetchInventoryDescendents CAP | Sean Dague | 2 | -8/+84 | |
From: Robert Smart <smartrob@uk.ibm.com> | |||||
2009-05-08 | * Extracted common superclass for GetAssetStreamHandler and ↵ | lbsa71 | 5 | -331/+276 | |
CachedGetAssetStreamHandler * Added some more tests | |||||
2009-05-08 | another possible cause of some of the inventory wierdness is the 1/2 implemented | Sean Dague | 1 | -9/+5 | |
OSP resolver, and the caching of the uuid seperate from the string that is a UUID. Change this behavior back to something that ensures the data for the 2 is the same. Put the 2 unit tests that depend on the new behavior into ignore state. | |||||
2009-05-08 | * Introduced new HttpServer.Tests project | lbsa71 | 4 | -36/+60 | |
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | |||||
2009-05-08 | fix svn properties | Sean Dague | 1 | -93/+93 | |
2009-05-07 | * minor: use system ascii encoding rather than newing up our own object | Justin Clarke Casey | 1 | -3/+1 | |
2009-05-07 | instrument most of the tests with a new InMethod function that may help us ↵ | Sean Dague | 3 | -0/+37 | |
figure out where that pesky deadlock is during test runs. | |||||
2009-05-07 | * minor: Quieten down temporary profile resolver to only log when it's ↵ | Justin Clarke Casey | 1 | -3/+3 | |
actually dealing with a temporary profile | |||||
2009-05-07 | * Added some more GetAssetStreamHandlerTests | lbsa71 | 2 | -4/+52 | |
* In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix | |||||
2009-05-06 | * Added some GetAssetStreamHandlerTests | lbsa71 | 4 | -8/+56 | |
* Minor tweaks to attain testability | |||||
2009-05-05 | * Change automatic properties back to manual get/set | Justin Clarke Casey | 1 | -22/+220 | |
* Automatic properties are only supported after .Net 2.0, causing these to fail when building via nant on Windows (and probably visual c# 2005 too) * Hopefully these can be used once building support in Visual C# 2005 is dropped. | |||||
2009-05-05 | * If an item creator id contains an iar loaded name, create a temporary ↵ | Justin Clarke Casey | 3 | -39/+37 | |
profile and hashed UUID to represent the user | |||||
2009-05-05 | - moving banned check and public/private check to | Dr Scofield | 5 | -13/+30 | |
Scene.NewUserConnection() - adding reason reporting this enforces estate bans very early on and prevents us from circulating client objects that we'd then have to retract once we realize that the client is not allowed into the region | |||||
2009-05-05 | * Fix http://opensimulator.org/mantis/view.php?id=3585 | Justin Clarke Casey | 1 | -16/+22 | |
* Make public variables properties instead, as there is a difference | |||||
2009-05-05 | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 2 | -9/+9 | |
2009-05-05 | Update svn properties. | Jeff Ames | 1 | -378/+378 | |
2009-05-05 | Remove bin directory from HttpServer. | Jeff Ames | 2 | -0/+0 | |
2009-05-05 | Fix crash on login | Melanie Thielker | 1 | -1/+1 | |
2009-05-05 | Committing the new server base | Melanie Thielker | 1 | -1/+1 | |