| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|
|
|
| |
additional locks to see if it fixes the problem.
|
|
|
|
|
|
| |
async request perform asynchronously
|
|
|
|
|
|
| |
use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete.
|
|
|
|
|
|
|
| |
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to
cache
|
|
|
|
|
|
| |
for asset retrieval (full asset only) to ease migration to the new system
|
|
|
|
|
|
| |
keys to allow caching the new crop of URI identified objects.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
|
|
|
| |
debug mode.
Fixes Mantis #3609
|
|
|
|
|
|
| |
the session. Also allow multiple data blocks.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* 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)
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Not functional yet.
|
| |
|
|
|
|
|
|
| |
dlslake.
|
| |
|
|
|
|
|
| |
From: Sean Dague <sdague@gmail.com>
|
|
|
|
|
| |
From: Robert Smart <smartrob@uk.ibm.com>
|
| |
|
| |
|
|
|
|
|
|
| |
* No functional change
|
|
|
|
|
|
|
| |
CachedGetAssetStreamHandler
* Added some more tests
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler
* Ignored some gens
|
|
|
|
| |
AssetInventoryServer receive a "DeleteItem" request
|
|
|
|
| |
Sync PrimMesher.cs and SculptMesh.cs with PrimMesher.dll r36.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
figure
out where that pesky deadlock is during test runs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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)
|
|
|
|
| |
actually dealing with a temporary profile
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
previously done for sqlite inventory data.
* This revision contains a data migration. Please backup your sqlite region db 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This update implements support for creation of one or more
default avatars from information contained in a file
default_appearance.xml. Each avatar may have any number of
"outfits" with each outfit representing a different ensemble.
The default avatars get created the first time the RemoteAdmin
interface is used to define a user.
I've tested this quite a bit, but it will benefit from lost of
attention, I'm sure.
|
|
|
|
|
|
| |
packet length check. More changes to come
|
|
|
|
|
| |
logs error message on empty data in DynamicTextureModule
|
|
|
|
|
| |
* In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix
|
| |
|