| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the color console logic from the appender into the local console, since | Melanie Thielker | 2009-05-20 | 4 | -77/+101 |
* | Remove the pre-log4net, discrete output methods from the consoles | Melanie Thielker | 2009-05-20 | 4 | -274/+2 |
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 6 | -15/+123 |
* | Remove the old asset cache and local services and the configurations for them | Melanie Thielker | 2009-05-18 | 5 | -934/+1 |
* | Update svn properties. | Jeff Ames | 2009-05-17 | 1 | -12/+12 |
* | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 2009-05-16 | 1 | -1/+1 |
* | Bug fix on POST asset so that the new asset service connector can talk to the... | diva | 2009-05-15 | 1 | -2/+5 |
* | * Resolve bug where save oar would never complete if any assets were missing | Justin Clarke Casey | 2009-05-15 | 1 | -0/+5 |
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration -... | diva | 2009-05-15 | 2 | -7/+9 |
* | * When saving an oar, save assets when immediately received rather than stori... | Justin Clarke Casey | 2009-05-14 | 1 | -16/+23 |
* | * refactor: move bottom part of 'xml2' serializaton to separate class | Justin Clarke Casey | 2009-05-14 | 1 | -2/+1 |
* | * refactor: break some of xml2 serialization out of sog | Justin Clarke Casey | 2009-05-14 | 2 | -4/+7 |
* | * Moved BaseRequestHandlerTestHelper to OpenSim.Tests.Common.Setup for great ... | lbsa71 | 2009-05-14 | 1 | -1/+1 |
* | Move the connector for the new asset server to a connectors project. Inherit | Melanie Thielker | 2009-05-14 | 1 | -0/+39 |
* | * Bug fix: Variable m_regionSettings can be null, using RegionSettings instea... | Arthur Valadares | 2009-05-13 | 1 | -1/+1 |
* | * Added some more tests to the GetAssetStreamHandlers | lbsa71 | 2009-05-13 | 4 | -34/+99 |
* | Disabling WebFetchInventoryDescendents CAPs for the time being as it | Dr Scofield | 2009-05-13 | 1 | -2/+4 |
* | Thank you kindly, BlueWall sir, for a patch that: | Charles Krinke | 2009-05-13 | 1 | -2/+10 |
* | Paving the way for syncing group permissions across a grid | Melanie Thielker | 2009-05-12 | 1 | -0/+1 |
* | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 2009-05-12 | 2 | -0/+30 |
* | * Implements IP and DNS based ban facilities to OpenSim. | Adam Frisby | 2009-05-11 | 2 | -0/+21 |
* | Update svn properties. | Jeff Ames | 2009-05-11 | 3 | -311/+311 |
* | adding code to check for old-style responses ("True") | Dr Scofield | 2009-05-11 | 1 | -0/+5 |
* | * Rather than crash the region simulator, declare the teleport a failure if t... | Adam Frisby | 2009-05-10 | 1 | -6/+13 |
* | * Attempting to fix NullRef exception in inventory. | Adam Frisby | 2009-05-10 | 1 | -6/+6 |
* | * Debugging some inventory related NullRefException's. | Adam Frisby | 2009-05-10 | 1 | -20/+29 |
* | Create SynchronousRestObjectRequester and make SynchronousRestObjectPoster | Melanie Thielker | 2009-05-10 | 1 | -1/+10 |
* | Create an async form of the RestObjectPoster. Rename the file (but not the | Melanie Thielker | 2009-05-10 | 2 | -0/+126 |
* | Connect up the new asset cache and introduce an asynchronous call path | Melanie Thielker | 2009-05-10 | 1 | -0/+6 |
* | Add some asset cache plumbing. Change the generic cache from UUID to string | Melanie Thielker | 2009-05-10 | 1 | -23/+23 |
* | Small asset cache addition. Comment a debug output left in CAPS | Melanie Thielker | 2009-05-10 | 1 | -3/+3 |
* | Fixed handling of inventory a bit | Homer Horwitz | 2009-05-09 | 1 | -3/+11 |
* | Make remote assets work through the new server system | Melanie Thielker | 2009-05-09 | 1 | -17/+29 |
* | Implement an ingenious solution to pacekt pool performance suggested by | Melanie Thielker | 2009-05-08 | 1 | -20/+10 |
* | fix up the comments a little | Sean Dague | 2009-05-08 | 1 | -3/+2 |
* | added WebFetchInventoryDescendents CAP | Sean Dague | 2009-05-08 | 2 | -8/+84 |
* | * Extracted common superclass for GetAssetStreamHandler and CachedGetAssetStr... | lbsa71 | 2009-05-08 | 5 | -331/+276 |
* | another possible cause of some of the inventory wierdness is the 1/2 implemented | Sean Dague | 2009-05-08 | 1 | -9/+5 |
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 4 | -36/+60 |
* | fix svn properties | Sean Dague | 2009-05-08 | 1 | -93/+93 |
* | * minor: use system ascii encoding rather than newing up our own object | Justin Clarke Casey | 2009-05-07 | 1 | -3/+1 |
* | instrument most of the tests with a new InMethod function that may help us fi... | Sean Dague | 2009-05-07 | 3 | -0/+37 |
* | * minor: Quieten down temporary profile resolver to only log when it's actual... | Justin Clarke Casey | 2009-05-07 | 1 | -3/+3 |
* | * Added some more GetAssetStreamHandlerTests | lbsa71 | 2009-05-07 | 2 | -4/+52 |
* | * Added some GetAssetStreamHandlerTests | lbsa71 | 2009-05-06 | 4 | -8/+56 |
* | * Change automatic properties back to manual get/set | Justin Clarke Casey | 2009-05-05 | 1 | -22/+220 |
* | * If an item creator id contains an iar loaded name, create a temporary profi... | Justin Clarke Casey | 2009-05-05 | 3 | -39/+37 |
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 5 | -13/+30 |
* | * Fix http://opensimulator.org/mantis/view.php?id=3585 | Justin Clarke Casey | 2009-05-05 | 1 | -16/+22 |
* | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-05-05 | 2 | -9/+9 |