Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 ↵ | Adam Frisby | 2009-05-10 | 1 | -6/+13 | |
| | | | | the "success" mapping doesn't exist. (also; I hate LLSD.) | |||||
* | * 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 | |
| | | | | | | use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete. | |||||
* | Create an async form of the RestObjectPoster. Rename the file (but not the | Melanie Thielker | 2009-05-10 | 2 | -0/+126 | |
| | | | | | | | class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache | |||||
* | Connect up the new asset cache and introduce an asynchronous call path | Melanie Thielker | 2009-05-10 | 1 | -0/+6 | |
| | | | | | | for asset retrieval (full asset only) to ease migration to the new system | |||||
* | Add some asset cache plumbing. Change the generic cache from UUID to string | Melanie Thielker | 2009-05-10 | 1 | -23/+23 | |
| | | | | | | keys to allow caching the new crop of URI identified objects. | |||||
* | 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 | |
| | | | | | | | | | - 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 | |||||
* | 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 | |
| | | | | | | dlslake. | |||||
* | fix up the comments a little | Sean Dague | 2009-05-08 | 1 | -3/+2 | |
| | | | | | From: Sean Dague <sdague@gmail.com> | |||||
* | added WebFetchInventoryDescendents CAP | Sean Dague | 2009-05-08 | 2 | -8/+84 | |
| | | | | | From: Robert Smart <smartrob@uk.ibm.com> | |||||
* | * Extracted common superclass for GetAssetStreamHandler and ↵ | lbsa71 | 2009-05-08 | 5 | -331/+276 | |
| | | | | | | | CachedGetAssetStreamHandler * Added some more tests | |||||
* | another possible cause of some of the inventory wierdness is the 1/2 implemented | Sean Dague | 2009-05-08 | 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. | |||||
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 4 | -36/+60 | |
| | | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | |||||
* | 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 ↵ | Sean Dague | 2009-05-07 | 3 | -0/+37 | |
| | | | | | | | figure out where that pesky deadlock is during test runs. | |||||
* | * minor: Quieten down temporary profile resolver to only log when it's ↵ | Justin Clarke Casey | 2009-05-07 | 1 | -3/+3 | |
| | | | | actually dealing with a temporary profile | |||||
* | * Added some more GetAssetStreamHandlerTests | lbsa71 | 2009-05-07 | 2 | -4/+52 | |
| | | | | | * In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix | |||||
* | * Added some GetAssetStreamHandlerTests | lbsa71 | 2009-05-06 | 4 | -8/+56 | |
| | | | | | * Minor tweaks to attain testability | |||||
* | * Change automatic properties back to manual get/set | Justin Clarke Casey | 2009-05-05 | 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. | |||||
* | * If an item creator id contains an iar loaded name, create a temporary ↵ | Justin Clarke Casey | 2009-05-05 | 3 | -39/+37 | |
| | | | | profile and hashed UUID to represent the user | |||||
* | - moving banned check and public/private check to | Dr Scofield | 2009-05-05 | 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 | |||||
* | * Fix http://opensimulator.org/mantis/view.php?id=3585 | Justin Clarke Casey | 2009-05-05 | 1 | -16/+22 | |
| | | | | | | * Make public variables properties instead, as there is a difference | |||||
* | Add copyright header. Formatting cleanup. Ignore some generated files. | Jeff Ames | 2009-05-05 | 2 | -9/+9 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-05-05 | 1 | -378/+378 | |
| | ||||||
* | Remove bin directory from HttpServer. | Jeff Ames | 2009-05-05 | 2 | -0/+0 | |
| | ||||||
* | Fix crash on login | Melanie Thielker | 2009-05-05 | 1 | -1/+1 | |
| | ||||||
* | Committing the new server base | Melanie Thielker | 2009-05-05 | 1 | -1/+1 | |
| | ||||||
* | * Attempting to find cause of NotSupportedException in Asset subsystem. | Adam Frisby | 2009-05-04 | 1 | -1/+1 | |
| | ||||||
* | Fix the AsUuid thingy | Melanie Thielker | 2009-05-04 | 1 | -4/+4 | |
| | ||||||
* | Fox the InventoryItem.CreatorIdAsUuid property | Melanie Thielker | 2009-05-04 | 1 | -1/+13 | |
| | ||||||
* | Remove the csproj files that got into SVN | Melanie Thielker | 2009-05-04 | 8 | -540/+0 | |
| | ||||||
* | Committing the changed tree | Melanie Thielker | 2009-05-04 | 47 | -0/+6849 | |
| | ||||||
* | Intermediate commit. WILL NOT COMPILE! | Melanie Thielker | 2009-05-04 | 47 | -6305/+11 | |
| | ||||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3573 | Justin Clarke Casey | 2009-05-04 | 2 | -4/+4 | |
| | | | | | | * Override add user for HG user services to hit local services if present | |||||
* | * Initial infrastructure for ospa only uuid hashing of retrieved inventory items | Justin Clarke Casey | 2009-05-04 | 2 | -1/+96 | |
| | ||||||
* | * refactor: move OspResolver to a different namespace | Justin Clarke Casey | 2009-05-04 | 1 | -1/+1 | |
| | ||||||
* | * Enhance some internal inventory data plugin behaviour to match what was ↵ | Justin Clarke Casey | 2009-05-04 | 3 | -14/+21 | |
| | | | | | | | | | probably intended * (e.g returning combined results of plugin rather than always the first result) * This will not affect any existing functionality | |||||
* | * Insert profile references for creators for items saved into iars | Justin Clarke Casey | 2009-05-04 | 2 | -46/+50 | |
| | ||||||
* | * minor: remove some mono compiler warnings, minor cleanup | Justin Clarke Casey | 2009-05-04 | 4 | -4/+15 | |
| | ||||||
* | Prebuild changes to allow the console to reference the http server | Melanie Thielker | 2009-05-04 | 1 | -0/+15 | |
| | ||||||
* | * Refactor: Simplify InventoryFolderImpl. No functional change. | Justin Clarke Casey | 2009-05-04 | 2 | -170/+65 | |
| | ||||||
* | Add a method to flush the prim update buffers once a frame, since the timer | Melanie Thielker | 2009-05-04 | 1 | -0/+2 | |
| | | | | | | | appear to be too slow to be useful, or fail too fire. I may remove the timers as a consequence if this. | |||||
* | Add a skeleton class, "RemoteConsole", for a console that uses REST | Melanie Thielker | 2009-05-04 | 2 | -1/+57 | |
| | ||||||
* | Refactor. Make ConsoleBase a true base class. Create CommandConsole as a simple | Melanie Thielker | 2009-05-04 | 5 | -801/+971 | |
| | | | | | | | | console capable of processing commands. Create LocalConsole as a console that uses cursor control and context help. Precursor to a distributed console system for the new grid services. No functional change intended :) |