aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* * refactor: Remove redundent prim id attribute on Scene.AddSceneObject()Justin Clarke Casey2009-05-291-1/+1
|
* * Add save xml2 serialization testJustin Clarke Casey2009-05-291-3/+70
|
* * minor: move common serialization test code into fixture setupJustin Clarke Casey2009-05-291-6/+17
|
* * Add xml2 load testJustin Clarke Casey2009-05-292-2/+143
|
* Making the delegate handlers async in async Get, to make things consistent. ↵diva2009-05-291-2/+2
| | | | Them being synchronous in certain cases (asset in cache, for example) may account for slowness reported by folks in osgrid when they have the cache module on. Turns out that some of the provided handlers do non-trivial processing (the ones coming from J2KImage, for example), which means that the several asset requests that hit the cache end up being synchronous. The jury is still out on this.
* Instrumenting GlynnTuckerCache to find out the hit rate.diva2009-05-281-0/+29
|
* * Tweak to aboveAdam Frisby2009-05-281-1/+1
|
* * Makes grid announcements more prominent.Adam Frisby2009-05-281-1/+4
|
* * Oops. Forgot Initialise needs tweaking between IRegionModule and ↵Adam Frisby2009-05-281-0/+2
| | | | ISharedRegionModule.
* * Converts recently added OGSRadmin to IRegionModule because I cant be arsed ↵Adam Frisby2009-05-281-1/+17
| | | | figuring out Mono.Addins.
* * Adds OGS RAdmin class. Adds primitive remote admin functions for ↵Adam Frisby2009-05-281-0/+102
| | | | gridservers to perform on region servers. Used for grid-wide announcements, etc.
* * May make the terrain flatten brush behave like Second Life(tm)'s client ↵Adam Frisby2009-05-281-1/+5
| | | | expects. May break everything. You decide!
* Adding the GlynnTucker cache module as the default choice in .ini's.diva2009-05-271-1/+1
| | | | | Minor log message change in the module itself.
* Update svn properties.Jeff Ames2009-05-271-126/+126
|
* Experimental alternative cache module implementation, using ↵diva2009-05-262-0/+127
| | | | GlynnTucker.Cache.dll.
* Revert a change I made to get a better URL because it failes under monoMelanie Thielker2009-05-261-1/+1
|
* Couple of tweaks to the URL module: handle script reset gracefully andMelanie Thielker2009-05-261-1/+10
| | | | | | stop crashing http server threads.
* * reseparate inventory item creator id and creator uuidJustin Clarke Casey2009-05-251-3/+0
| | | | | | | | | * unfortunately, while the client requires uuids and we want to be able to have arbitrary string ids, these cannot be kept in sync * I think the problems last time were due to a serialization change * So the major inteface version has been bumped to take care of any lingering issues here. * This means that region servers beyond this revision can only connect to similarly uptodate grid services, and vice versa
* oops: wrong "path" in addin.xmlDr Scofield2009-05-251-2/+2
|
* converting CapabilitiesModule to new region module schemeDr Scofield2009-05-252-5/+23
|
* Prevent group deeded objects from being returned by the group return optionMelanie Thielker2009-05-241-2/+22
| | | | | | unless the user has that permission through the group.
* Allow the perms module to inspect and modify the list of objects to returnMelanie Thielker2009-05-242-5/+5
| | | | | | for more fine-grained control
* Make group permissions control what a user can return.Melanie Thielker2009-05-241-0/+32
|
* Add a new permissions check for bulk object returns.Melanie Thielker2009-05-242-0/+12
|
* This should make HG asset transfers work much better. It now uses ↵diva2009-05-231-1/+1
| | | | HGUuidGatherer, which is a subclass of UuidGatherer. Hence, on-line HG asset transfers use exactly the same UUID collection code as save oar/xml. If it doesn't work, it's Justin's fault :D
* * Pipes requestors IP address through all XmlRpcRequest delegates. This is ↵Adam Frisby2009-05-234-5/+8
| | | | | | | | | | needed to be able to 'NAT-wrap' the login sequence. * If you have something using XmlRpc that isn't in core, change your method signature from: (XmlRpcRequest request) to: (XmlRpcRequest request, IPEndPoint remoteClient)
* * Reintroduce save iar test, which wasn't working because the asset service ↵Justin Clarke Casey2009-05-221-11/+9
| | | | hadn't been manually post intiailized
* From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield2009-05-222-50/+105
| | | | | | | | | | Changes to support client-side image pre-caching in the region. This commit adds an additional calling sequence to the DynamicTexture data and URL calls. The new interface allows a dynamic image to be loaded into a specific object face (rather than the mandatory ALL_SIDES supported today. This is in part fulfilment of ticket #458.
* cleaning out warnings.Dr Scofield2009-05-222-4/+4
| | | | | | NOTE: we currently have a gazillion warnings caused stuff flagged as "obsolete" (OGS1 stuff) --- what's up with that?
* converting Chat module and Concierge module to new style region modulesDr Scofield2009-05-222-21/+49
|
* dropping sex from SceneBanner...Dr Scofield2009-05-221-1/+1
|
* Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵diva2009-05-221-11/+24
| | | | grid is a standalone, this still doesn't work -- something wrong with RegionAssetService's DB connection.
* Thank you, StrawberryFride, for a patch to fix SceneBan behavior.Melanie Thielker2009-05-201-19/+23
| | | | | | | | Applied with changes (commented the logging entirely, since Linux defaults to debug level) Fixes Mantis #3689
* Add copyright headers, formatting cleanup.Jeff Ames2009-05-203-10/+64
|
* * 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
|