Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Enhance the submodule loader and port the enhancements to the services base | Melanie Thielker | 2009-05-10 | 2 | -3/+45 | |
| | ||||||
* | * 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 | |
| | ||||||
* | * Further testing against core packet issue. | Adam Frisby | 2009-05-10 | 1 | -2/+3 | |
| | ||||||
* | * Attempting to diagnose a core packet issue on Windows/.NET. Adding ↵ | Adam Frisby | 2009-05-10 | 1 | -2/+5 | |
| | | | | additional locks to see if it fixes the problem. | |||||
* | Use the new async handling class to actually make the new asset service's | Melanie Thielker | 2009-05-10 | 1 | -12/+34 | |
| | | | | | | async request perform asynchronously | |||||
* | 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 | 3 | -1/+127 | |
| | | | | | | | 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 | 6 | -32/+223 | |
| | | | | | | 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 | 8 | -46/+106 | |
| | | | | | | keys to allow caching the new crop of URI identified objects. | |||||
* | Fix the build break | Melanie Thielker | 2009-05-10 | 1 | -0/+1 | |
| | ||||||
* | Small asset cache addition. Comment a debug output left in CAPS | Melanie Thielker | 2009-05-10 | 2 | -3/+14 | |
| | ||||||
* | COmmitting the asset cache skeleton | Melanie Thielker | 2009-05-09 | 2 | -0/+132 | |
| | ||||||
* | Fixed handling of inventory a bit | Homer Horwitz | 2009-05-09 | 7 | -49/+57 | |
| | | | | | | | | | - 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 | |||||
* | * Code to make MRM debugging easier. | Adam Frisby | 2009-05-09 | 2 | -1/+6 | |
| | ||||||
* | Prevent normal (Text) IM from being logged by the group message module in | Melanie Thielker | 2009-05-09 | 1 | -1/+2 | |
| | | | | | | | debug mode. Fixes Mantis #3609 | |||||
* | Fox a boo-boo in ExtraParams - a packet with no data blocks could crash | Melanie Thielker | 2009-05-09 | 1 | -3/+6 | |
| | | | | | | the session. Also allow multiple data blocks. | |||||
* | * Cripples the SampleMoneyModule code. | Teravus Ovares | 2009-05-09 | 1 | -818/+48 | |
| | | | | | | * The OpenSimulator core developers have voted to remove all currency functionality from OpenSimulator leaving the 'IMoneyModule' interface in. This affects all systems that used the example money module. This effects All systems that used the XMLRPC External Money Module Hooks interface. If you previously used this interface, please consult with the OpenSimWi Redux folk who are keeping the old module with this interface up to date. * A notice to the opensim-dev mailing list to come as well.. since this is likely a breaking change for some. | |||||
* | * Break out the SampleMoneyModule to a new namespace | Teravus Ovares | 2009-05-09 | 4 | -1/+53 | |
| | | | | | | | * Create the OpenSim.Region.ReplaceableModules namespace for modules that we intend to have people replace (see readme) * Create the OpenSim.Region.ReplaceableModules.MoneyModule namespace * Put our current Sample MoneyModule in this namespace. (more modifications here next commit) | |||||
* | Make remote assets work through the new server system | Melanie Thielker | 2009-05-09 | 3 | -23/+83 | |
| | ||||||
* | Plumb the remote asset hookup, all but the actual requests | Melanie Thielker | 2009-05-09 | 2 | -13/+59 | |
| | ||||||
* | Add the asset service connectors and sample config. READ WARNINGS!!! | Melanie Thielker | 2009-05-09 | 11 | -9/+384 | |
| | ||||||
* | FInish basic asset server functionality on the new asset server | Melanie Thielker | 2009-05-09 | 4 | -20/+108 | |
| | ||||||
* | Add the /data and /metadata retrieval modes to the new asset server. | Melanie Thielker | 2009-05-09 | 2 | -56/+115 | |
| | | | | | | Not functional yet. | |||||
* | * Fix windows build. Thanks RemedyTomm for the patch | Justin Clarke Casey | 2009-05-08 | 1 | -0/+3 | |
| | ||||||
* | * break out 'xml2' deserialization from sog | Justin Clarke Casey | 2009-05-08 | 8 | -126/+85 | |
| | ||||||
* | Implement an ingenious solution to pacekt pool performance suggested by | Melanie Thielker | 2009-05-08 | 1 | -20/+10 | |
| | | | | | | dlslake. | |||||
* | The new asset server now actually serves existing assets | Melanie Thielker | 2009-05-08 | 4 | -1/+146 | |
| | ||||||
* | 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> | |||||
* | * refactor: break out sog original xml serialization to a separate class | Justin Clarke Casey | 2009-05-08 | 5 | -60/+67 | |
| | ||||||
* | * minor: rename xml sog serialization method for readability | Justin Clarke Casey | 2009-05-08 | 5 | -8/+8 | |
| | ||||||
* | * refactor: Break out original xml object serialization into a separate class | Justin Clarke Casey | 2009-05-08 | 6 | -98/+144 | |
| | | | | | | * No functional change | |||||
* | * Extracted common superclass for GetAssetStreamHandler and ↵ | lbsa71 | 2009-05-08 | 6 | -331/+289 | |
| | | | | | | | CachedGetAssetStreamHandler * Added some more tests | |||||
* | another possible cause of some of the inventory wierdness is the 1/2 implemented | Sean Dague | 2009-05-08 | 2 | -9/+7 | |
| | | | | | | | 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. | |||||
* | WARNING: contains migration | Sean Dague | 2009-05-08 | 1 | -0/+7 | |
| | | | | | Since creatorID is no longer treated as a UUID type in the code from the database we need to make sure that it isn't null in the database. This updates all empty string and null values for this column to the Zero UUID, and makes the column a not null definition with a default fo the Zero UUID. | |||||
* | More additions to the nextgen reference UGAIM | Melanie Thielker | 2009-05-08 | 9 | -29/+490 | |
| | ||||||
* | now that creatorID is no longer a strict UUID, and the column can still be NULL, | Sean Dague | 2009-05-08 | 1 | -1/+10 | |
| | | | | | | we lost protection from NULL strings. This puts some protection in for that case. This may address many of the inventory issues that are being seen intermitently. | |||||
* | * Introduced new HttpServer.Tests project | lbsa71 | 2009-05-08 | 6 | -37/+136 | |
| | | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens | |||||
* | Thanks lulurun for a patch which addresses Mantis #3599: Exceptions when ↵ | Dahlia Trimble | 2009-05-08 | 1 | -1/+1 | |
| | | | | AssetInventoryServer receive a "DeleteItem" request | |||||
* | Added a Copy() method to PrimMesh and SculptMesh as suggested by dmiles. ↵ | Dahlia Trimble | 2009-05-08 | 2 | -20/+75 | |
| | | | | Sync PrimMesher.cs and SculptMesh.cs with PrimMesher.dll r36. | |||||
* | fix svn properties | Sean Dague | 2009-05-08 | 1 | -93/+93 | |
| | ||||||
* | remove misleading comment | Sean Dague | 2009-05-07 | 1 | -3/+0 | |
| | ||||||
* | * 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 | 15 | -17/+91 | |
| | | | | | | | figure out where that pesky deadlock is during test runs. | |||||
* | RemoteAdminPlugin was using a mixture of both "true"/"false" and 0/1 | Dr Scofield | 2009-05-07 | 1 | -51/+51 | |
| | | | | | | | | | | | | | | | | (XmlRpc boolean encoding) to return boolean values --- sometimes both variants in the SAME XmlRpc method! As XmlRpc DOES have a proper encoding for boolean, i think we should use that --- having a mixture of both is a bad thing in any case. this patch changes all "true"/"false" boolean "encodings" to just true/false which will be properly encoded by XmlRpc. BIG FAT NOTE: this might/will break existing customers of RemoteAdminPlugin --- make sure your scripts, apps, etc get updated accordingly (unless you have already been dealing with this mess before) | |||||
* | * 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 | |||||
* | * Consistently used dashed uuid format for mysql region data, as is done for ↵ | Justin Clarke Casey | 2009-05-07 | 2 | -29/+105 | |
| | | | | | | | | | | all other tables * This revision contains a mysql data migration. Please backup your mysql region database as a precaution before using this code. * I also advise that you do a runprebuild[.sh|.bat] and a clean build ("nant clean build" if you're using the command line). * This change is needed for future id schemes | |||||
* | minor: Inconsquential change to provoke another build | Justin Clarke Casey | 2009-05-07 | 1 | -1/+1 | |
| |