aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Framework (unfollow)
Commit message (Collapse)AuthorFilesLines
2009-05-13Thank you kindly, BlueWall sir, for a patch that:Charles Krinke1-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.
2009-05-12Paving the way for syncing group permissions across a gridMelanie Thielker1-0/+1
2009-05-12Thank you kindly, Patnad, for a patch that:Charles Krinke2-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.
2009-05-11* Implements IP and DNS based ban facilities to OpenSim. Adam Frisby2-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
2009-05-11Update svn properties.Jeff Ames3-311/+311
2009-05-11adding code to check for old-style responses ("True")Dr Scofield1-0/+5
2009-05-10* Rather than crash the region simulator, declare the teleport a failure if ↵Adam Frisby1-6/+13
the "success" mapping doesn't exist. (also; I hate LLSD.)
2009-05-10* Attempting to fix NullRef exception in inventory.Adam Frisby1-6/+6
2009-05-10* Debugging some inventory related NullRefException's.Adam Frisby1-20/+29
2009-05-10Create SynchronousRestObjectRequester and make SynchronousRestObjectPosterMelanie Thielker1-1/+10
use that. Mark SynchronousRestObjectPoster.BeginPostObject as obsolete.
2009-05-10Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2-0/+126
class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache
2009-05-10Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker1-0/+6
for asset retrieval (full asset only) to ease migration to the new system
2009-05-10Add some asset cache plumbing. Change the generic cache from UUID to stringMelanie Thielker1-23/+23
keys to allow caching the new crop of URI identified objects.
2009-05-10Small asset cache addition. Comment a debug output left in CAPSMelanie Thielker1-3/+3
2009-05-09Fixed handling of inventory a bitHomer Horwitz1-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
2009-05-09Make remote assets work through the new server systemMelanie Thielker1-17/+29
2009-05-08Implement an ingenious solution to pacekt pool performance suggested byMelanie Thielker1-20/+10
dlslake.
2009-05-08fix up the comments a littleSean Dague1-3/+2
From: Sean Dague <sdague@gmail.com>
2009-05-08added WebFetchInventoryDescendents CAPSean Dague2-8/+84
From: Robert Smart <smartrob@uk.ibm.com>
2009-05-08* Extracted common superclass for GetAssetStreamHandler and ↵lbsa715-331/+276
CachedGetAssetStreamHandler * Added some more tests
2009-05-08another possible cause of some of the inventory wierdness is the 1/2 implementedSean Dague1-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.
2009-05-08* Introduced new HttpServer.Tests projectlbsa714-36/+60
* Split the GetAssetStreamHandler testing into separate tests for BaseRequestHandler * Ignored some gens
2009-05-08fix svn propertiesSean Dague1-93/+93
2009-05-07* minor: use system ascii encoding rather than newing up our own objectJustin Clarke Casey1-3/+1
2009-05-07instrument most of the tests with a new InMethod function that may help us ↵Sean Dague3-0/+37
figure out where that pesky deadlock is during test runs.
2009-05-07* minor: Quieten down temporary profile resolver to only log when it's ↵Justin Clarke Casey1-3/+3
actually dealing with a temporary profile
2009-05-07* Added some more GetAssetStreamHandlerTestslbsa712-4/+52
* In the process, caught a potential bug where the handler would allow paths not starting with the registered prefix
2009-05-06* Added some GetAssetStreamHandlerTestslbsa714-8/+56
* Minor tweaks to attain testability
2009-05-05* Change automatic properties back to manual get/setJustin Clarke Casey1-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.
2009-05-05* If an item creator id contains an iar loaded name, create a temporary ↵Justin Clarke Casey3-39/+37
profile and hashed UUID to represent the user
2009-05-05- moving banned check and public/private check toDr Scofield5-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
2009-05-05* Fix http://opensimulator.org/mantis/view.php?id=3585Justin Clarke Casey1-16/+22
* Make public variables properties instead, as there is a difference
2009-05-05Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2-9/+9
2009-05-05Update svn properties.Jeff Ames1-378/+378
2009-05-05Remove bin directory from HttpServer.Jeff Ames2-0/+0
2009-05-05Fix crash on loginMelanie Thielker1-1/+1
2009-05-05Committing the new server baseMelanie Thielker1-1/+1
2009-05-04* Attempting to find cause of NotSupportedException in Asset subsystem.Adam Frisby1-1/+1
2009-05-04Fix the AsUuid thingyMelanie Thielker1-4/+4
2009-05-04Fox the InventoryItem.CreatorIdAsUuid propertyMelanie Thielker1-1/+13
2009-05-04Remove the csproj files that got into SVNMelanie Thielker8-540/+0
2009-05-04Committing the changed treeMelanie Thielker47-0/+6849
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker47-6305/+11
2009-05-04* Resolve http://opensimulator.org/mantis/view.php?id=3573Justin Clarke Casey2-4/+4
* Override add user for HG user services to hit local services if present
2009-05-04* Initial infrastructure for ospa only uuid hashing of retrieved inventory itemsJustin Clarke Casey2-1/+96
2009-05-04* refactor: move OspResolver to a different namespaceJustin Clarke Casey1-1/+1
2009-05-04* Enhance some internal inventory data plugin behaviour to match what was ↵Justin Clarke Casey3-14/+21
probably intended * (e.g returning combined results of plugin rather than always the first result) * This will not affect any existing functionality
2009-05-04* Insert profile references for creators for items saved into iarsJustin Clarke Casey2-46/+50
2009-05-04* minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey4-4/+15
2009-05-04Prebuild changes to allow the console to reference the http serverMelanie Thielker1-0/+15