aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Send the owner name, not the client name on SendDialog.Homer Horwitz2009-05-161-5/+18
| | | | | | This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661.
* * Resolve bug where save oar would never complete if any assets were missingJustin Clarke Casey2009-05-153-17/+11
|
* Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵diva2009-05-1523-413/+299
| | | | | | | | | | | | -- please see the example. Affects region servers only. This may break a lot of things, but it needs to go in. It was tested in standalone and the UCI grid, but it needs a lot more testing. Known problems: * HG asset transfers are borked for now * missing texture is missing * 3 unit tests commented out for now
* * When saving an oar, save assets when immediately received rather than ↵Justin Clarke Casey2009-05-145-132/+132
| | | | | | | | | storing them all up in memory * Hopefully this will remove out of memory problems when saving large oars on machines without much memory * It may also speed up saving of large oars
* * refactor: move SceneXmlLoader into subpackageJustin Clarke Casey2009-05-141-0/+1
|
* * refactor: move bottom part of 'xml2' serializaton to separate classJustin Clarke Casey2009-05-142-2/+2
|
* * refactor: break some of xml2 serialization out of sogJustin Clarke Casey2009-05-144-4/+8
|
* Move the connector for the new asset server to a connectors project. InheritMelanie Thielker2009-05-141-184/+9
| | | | | | | the region module version from this. This enables inter-server connections to reuse connetor code from region modules.
* Honor the temp and local asset flagsMelanie Thielker2009-05-142-0/+12
|
* Fix up some URL detailsMelanie Thielker2009-05-131-6/+3
|
* Add the port to the generated URL. For some reson this still doesn't want toMelanie Thielker2009-05-131-1/+1
| | | | | | receive requests.
* Make the LSL HTTP server create and give out URLs to scriptsMelanie Thielker2009-05-131-1/+14
|
* Add most of the meat to the LSL HTTP serverMelanie Thielker2009-05-131-11/+123
|
* Plumb request and return URL functions.Melanie Thielker2009-05-131-2/+9
| | | | | | Implements llRequestURL, llRequestSecureURL, llReleaseURL
* Add a skeleton for the LSLHttpServerMelanie Thielker2009-05-132-0/+117
|
* Fix interface registration/deregistration mechanicsMelanie Thielker2009-05-121-0/+2
|
* Make the accet cache module actually register the interfaceMelanie Thielker2009-05-121-0/+2
|
* Correct addin XMLMelanie Thielker2009-05-121-1/+1
|
* Commit the addin XML for the Core Asset CacheMelanie Thielker2009-05-121-0/+1
|
* fixing SocketException when IP address cannot be resolvedDr Scofield2009-05-121-8/+15
|
* Correctly reset the group ownership flag when a parcel is reclaimed.Melanie Thielker2009-05-121-0/+1
|
* Hook up deed permissions checking to the land moduleMelanie Thielker2009-05-121-1/+3
|
* Add permission mechanisms for group deeding landMelanie Thielker2009-05-121-0/+18
|
* Thank you kindly, Patnad, for a patch that:Charles Krinke2009-05-123-13/+19
| | | | | | | | | 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.
* Changes to the new user system to add the modularity developed for the assetMelanie Thielker2009-05-113-4/+36
| | | | | | system
* * Implements IP and DNS based ban facilities to OpenSim. Adam Frisby2009-05-112-0/+126
| | | | | | | | | | * 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
* Plumb the HG asset broker. More naming changes to clarify things. Lots moreMelanie Thielker2009-05-114-167/+323
| | | | | | config options.
* Add the HG asset module skeletonMelanie Thielker2009-05-101-0/+165
|
* Use the new async handling class to actually make the new asset service'sMelanie Thielker2009-05-101-12/+34
| | | | | | async request perform asynchronously
* Create an async form of the RestObjectPoster. Rename the file (but not theMelanie Thielker2009-05-101-1/+1
| | | | | | | class!) to SynchronousRestObjectRequester. Add CacheBuckets parameter to cache
* Connect up the new asset cache and introduce an asynchronous call pathMelanie Thielker2009-05-103-32/+198
| | | | | | 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-105-22/+72
| | | | | | keys to allow caching the new crop of URI identified objects.
* Fix the build breakMelanie Thielker2009-05-101-0/+1
|
* Small asset cache addition. Comment a debug output left in CAPSMelanie Thielker2009-05-101-0/+11
|
* COmmitting the asset cache skeletonMelanie Thielker2009-05-091-0/+99
|
* * Break out the SampleMoneyModule to a new namespaceTeravus Ovares2009-05-091-1605/+0
| | | | | | | * 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 systemMelanie Thielker2009-05-091-5/+53
|
* Plumb the remote asset hookup, all but the actual requestsMelanie Thielker2009-05-092-13/+59
|
* Add the asset service connectors and sample config. READ WARNINGS!!!Melanie Thielker2009-05-093-0/+211
|
* * break out 'xml2' deserialization from sogJustin Clarke Casey2009-05-081-1/+2
|
* another possible cause of some of the inventory wierdness is the 1/2 implementedSean Dague2009-05-081-0/+2
| | | | | | | 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.
* remove misleading commentSean Dague2009-05-071-3/+0
|
* instrument most of the tests with a new InMethod function that may help us ↵Sean Dague2009-05-073-0/+11
| | | | | | | figure out where that pesky deadlock is during test runs.
* minor: Inconsquential change to provoke another buildJustin Clarke Casey2009-05-071-1/+1
|
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-071-4/+15
| | | | | logs error message on empty data in DynamicTextureModule
* Thank you kindly, Fly-Man- for a patch that:Charles Krinke2009-05-061-5/+17
| | | | | | | | | Adding more SL likeness for Email module in CORE. I've added some SL likeness to the Email module so that it looks more like emails going out in the same standard as SL uses
* * If an item creator id contains an iar loaded name, create a temporary ↵Justin Clarke Casey2009-05-052-6/+9
| | | | profile and hashed UUID to represent the user
* - moving banned check and public/private check toDr Scofield2009-05-054-10/+27
| | | | | | | | | | 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
* Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2009-05-051-15/+15
|
* Add the remote user connector skeletonMelanie Thielker2009-05-052-0/+89
|