aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * Take another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-191-12/+14
| | | | | | * Return something more sensible if a file isn't found
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-191-0/+1
| | | | | | | | | The image render module is returning everything twice. Once with data, once with null. This change adds a return to stop this behavior. This was not apparent until I added a message to the catching routine which issued a warning message when no data was returned.
* Add initializing m_scene if it's not null. Marking MyScene as [Obsolete]Melanie Thielker2009-05-191-0/+7
| | | | | | | | because it will be removed soonish. This is NOT the way to go. Thanks, mpallari, for pointing this out. Fixes Mantis #3684
* Remove the old asset cache and local services and the configurations for themMelanie Thielker2009-05-181-18/+0
|
* Bug fix and config rename.diva2009-05-181-1/+2
|
* Finished HG Service Store. Not fully functional because of problems with ↵diva2009-05-181-3/+6
| | | | asset.ID insisting on being a UUID string.
* * minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-181-1/+1
| | | | | | * didn't realize that we were getting back plain old exceptions
* * Resolve http://opensimulator.org/mantis/view.php?id=3191Justin Clarke Casey2009-05-182-9/+8
| | | | | | * Catch directory exception on load oar as well as file exception
* * Re-enable save oar test by loading asset data plugins from test mock classJustin Clarke Casey2009-05-182-219/+216
| | | | | | * Actually spit out the exception caught by the plugin loader - not much point having plugins throw exceptions if we are just going to ignore them
* Refactor: Change "Servers" to "Server", since the can only be one. BreakMelanie Thielker2009-05-183-3/+3
| | | | | | the handlers out of the asset server context into a generic scope.
* Move the connectors under services for reasons of application logic. RemoveMelanie Thielker2009-05-181-1/+1
| | | | | | the user server skeleton in preparation for introducing a generic server
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-181-0/+1
| | | | | | | | | Fixes: [1] Sharing exception on remote OAR management [2] Occasional 505 error talking to Tomcat [3] Occasional mono aborts caused by mlog in the script engine's app domain (mono 2.4)
* Thank you kindly, Jonc, for a patch that solvesCharles Krinke2009-05-171-1/+1
| | | | | | the issue of a console command 'export-map file.jpg' having the map flipped when exported.
* Renaming [ServiceConnectors] back to [Modules].diva2009-05-176-7/+6
|
* Update svn properties.Jeff Ames2009-05-172-133/+133
|
* HG asset transfers starting to work -- GETs only for now. diva2009-05-171-21/+41
|
* 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
|