aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Thank you kindly, BlueWall sir, for a patch that:Charles Krinke2009-05-131-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.
* Paving the way for syncing group permissions across a gridMelanie Thielker2009-05-121-0/+1
|
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-122-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.
* * Implements IP and DNS based ban facilities to OpenSim. Adam Frisby2009-05-112-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
* Update svn properties.Jeff Ames2009-05-113-311/+311
|
* adding code to check for old-style responses ("True")Dr Scofield2009-05-111-0/+5
|
* * Rather than crash the region simulator, declare the teleport a failure if ↵Adam Frisby2009-05-101-6/+13
| | | | the "success" mapping doesn't exist. (also; I hate LLSD.)
* * Attempting to fix NullRef exception in inventory.Adam Frisby2009-05-101-6/+6
|
* * Debugging some inventory related NullRefException's.Adam Frisby2009-05-101-20/+29
|
* Create SynchronousRestObjectRequester and make SynchronousRestObjectPosterMelanie Thielker2009-05-101-1/+10
| | | | | | use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete.
* Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2009-05-102-0/+126
| | | | | | | class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache
* Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker2009-05-101-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 stringMelanie Thielker2009-05-101-23/+23
| | | | | | keys to allow caching the new crop of URI identified objects.
* Small asset cache addition. Comment a debug output left in CAPSMelanie Thielker2009-05-101-3/+3
|
* Fixed handling of inventory a bitHomer Horwitz2009-05-091-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 systemMelanie Thielker2009-05-091-17/+29
|
* Implement an ingenious solution to pacekt pool performance suggested byMelanie Thielker2009-05-081-20/+10
| | | | | | dlslake.
* fix up the comments a littleSean Dague2009-05-081-3/+2
| | | | | From: Sean Dague <sdague@gmail.com>
* added WebFetchInventoryDescendents CAPSean Dague2009-05-082-8/+84
| | | | | From: Robert Smart <smartrob@uk.ibm.com>
* * Extracted common superclass for GetAssetStreamHandler and ↵lbsa712009-05-085-331/+276
| | | | | | | CachedGetAssetStreamHandler * Added some more tests
* another possible cause of some of the inventory wierdness is the 1/2 implementedSean Dague2009-05-081-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 projectlbsa712009-05-084-36/+60
| | | | | | | * Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
* fix svn propertiesSean Dague2009-05-081-93/+93
|
* * minor: use system ascii encoding rather than newing up our own objectJustin Clarke Casey2009-05-071-3/+1
|
* instrument most of the tests with a new InMethod function that may help us ↵Sean Dague2009-05-073-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 Casey2009-05-071-3/+3
| | | | actually dealing with a temporary profile
* * Added some more GetAssetStreamHandlerTestslbsa712009-05-072-4/+52
| | | | | * In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix
* * Added some GetAssetStreamHandlerTestslbsa712009-05-064-8/+56
| | | | | * Minor tweaks to attain testability
* * Change automatic properties back to manual get/setJustin Clarke Casey2009-05-051-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 Casey2009-05-053-39/+37
| | | | profile and hashed UUID to represent the user
* - moving banned check and public/private check toDr Scofield2009-05-055-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=3585Justin Clarke Casey2009-05-051-16/+22
| | | | | | * Make public variables properties instead, as there is a difference
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-052-9/+9
|
* Update svn properties.Jeff Ames2009-05-051-378/+378
|
* Remove bin directory from HttpServer.Jeff Ames2009-05-052-0/+0
|
* Fix crash on loginMelanie Thielker2009-05-051-1/+1
|
* Committing the new server baseMelanie Thielker2009-05-051-1/+1
|
* * Attempting to find cause of NotSupportedException in Asset subsystem.Adam Frisby2009-05-041-1/+1
|
* Fix the AsUuid thingyMelanie Thielker2009-05-041-4/+4
|
* Fox the InventoryItem.CreatorIdAsUuid propertyMelanie Thielker2009-05-041-1/+13
|
* Remove the csproj files that got into SVNMelanie Thielker2009-05-048-540/+0
|
* Committing the changed treeMelanie Thielker2009-05-0447-0/+6849
|
* Intermediate commit. WILL NOT COMPILE!Melanie Thielker2009-05-0447-6305/+11
|
* * Resolve http://opensimulator.org/mantis/view.php?id=3573Justin Clarke Casey2009-05-042-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 itemsJustin Clarke Casey2009-05-042-1/+96
|
* * refactor: move OspResolver to a different namespaceJustin Clarke Casey2009-05-041-1/+1
|
* * Enhance some internal inventory data plugin behaviour to match what was ↵Justin Clarke Casey2009-05-043-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 iarsJustin Clarke Casey2009-05-042-46/+50
|
* * minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey2009-05-044-4/+15
|
* Prebuild changes to allow the console to reference the http serverMelanie Thielker2009-05-041-0/+15
|