Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Minor: Change OpenSim to OpenSimulator in older copyright headers and ↵ | Jeff Ames | 2009-06-01 | 121 | -121/+121 |
| | | | | LICENSE.txt. | ||||
* | Add copyright headers, formatting cleanup, ignore some generated files. | Jeff Ames | 2009-05-31 | 2 | -46/+73 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-05-31 | 1 | -123/+123 |
| | |||||
* | Forgot to add this to my last commit 2 days ago. Async in the HGBroker too. | diva | 2009-05-30 | 1 | -1/+1 |
| | |||||
* | * refactor: Remove redundent prim id attribute on Scene.AddSceneObject() | Justin Clarke Casey | 2009-05-29 | 1 | -1/+1 |
| | |||||
* | * Add save xml2 serialization test | Justin Clarke Casey | 2009-05-29 | 1 | -3/+70 |
| | |||||
* | * minor: move common serialization test code into fixture setup | Justin Clarke Casey | 2009-05-29 | 1 | -6/+17 |
| | |||||
* | * Add xml2 load test | Justin Clarke Casey | 2009-05-29 | 2 | -2/+143 |
| | |||||
* | Making the delegate handlers async in async Get, to make things consistent. ↵ | diva | 2009-05-29 | 1 | -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. | diva | 2009-05-28 | 1 | -0/+29 |
| | |||||
* | * Tweak to above | Adam Frisby | 2009-05-28 | 1 | -1/+1 |
| | |||||
* | * Makes grid announcements more prominent. | Adam Frisby | 2009-05-28 | 1 | -1/+4 |
| | |||||
* | * Oops. Forgot Initialise needs tweaking between IRegionModule and ↵ | Adam Frisby | 2009-05-28 | 1 | -0/+2 |
| | | | | ISharedRegionModule. | ||||
* | * Converts recently added OGSRadmin to IRegionModule because I cant be arsed ↵ | Adam Frisby | 2009-05-28 | 1 | -1/+17 |
| | | | | figuring out Mono.Addins. | ||||
* | * Adds OGS RAdmin class. Adds primitive remote admin functions for ↵ | Adam Frisby | 2009-05-28 | 1 | -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 Frisby | 2009-05-28 | 1 | -1/+5 |
| | | | | expects. May break everything. You decide! | ||||
* | Adding the GlynnTucker cache module as the default choice in .ini's. | diva | 2009-05-27 | 1 | -1/+1 |
| | | | | | Minor log message change in the module itself. | ||||
* | Update svn properties. | Jeff Ames | 2009-05-27 | 1 | -126/+126 |
| | |||||
* | Experimental alternative cache module implementation, using ↵ | diva | 2009-05-26 | 2 | -0/+127 |
| | | | | GlynnTucker.Cache.dll. | ||||
* | Revert a change I made to get a better URL because it failes under mono | Melanie Thielker | 2009-05-26 | 1 | -1/+1 |
| | |||||
* | Couple of tweaks to the URL module: handle script reset gracefully and | Melanie Thielker | 2009-05-26 | 1 | -1/+10 |
| | | | | | | stop crashing http server threads. | ||||
* | * reseparate inventory item creator id and creator uuid | Justin Clarke Casey | 2009-05-25 | 1 | -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.xml | Dr Scofield | 2009-05-25 | 1 | -2/+2 |
| | |||||
* | converting CapabilitiesModule to new region module scheme | Dr Scofield | 2009-05-25 | 2 | -5/+23 |
| | |||||
* | Prevent group deeded objects from being returned by the group return option | Melanie Thielker | 2009-05-24 | 1 | -2/+22 |
| | | | | | | unless the user has that permission through the group. | ||||
* | Allow the perms module to inspect and modify the list of objects to return | Melanie Thielker | 2009-05-24 | 2 | -5/+5 |
| | | | | | | for more fine-grained control | ||||
* | Make group permissions control what a user can return. | Melanie Thielker | 2009-05-24 | 1 | -0/+32 |
| | |||||
* | Add a new permissions check for bulk object returns. | Melanie Thielker | 2009-05-24 | 2 | -0/+12 |
| | |||||
* | This should make HG asset transfers work much better. It now uses ↵ | diva | 2009-05-23 | 1 | -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 Frisby | 2009-05-23 | 4 | -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 Casey | 2009-05-22 | 1 | -11/+9 |
| | | | | hadn't been manually post intiailized | ||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-22 | 2 | -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 Scofield | 2009-05-22 | 2 | -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 modules | Dr Scofield | 2009-05-22 | 2 | -21/+49 |
| | |||||
* | dropping sex from SceneBanner... | Dr Scofield | 2009-05-22 | 1 | -1/+1 |
| | |||||
* | Cleaning up a few HG things. HG Posts may now work in grids, but if the home ↵ | diva | 2009-05-22 | 1 | -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 Thielker | 2009-05-20 | 1 | -19/+23 |
| | | | | | | | | Applied with changes (commented the logging entirely, since Linux defaults to debug level) Fixes Mantis #3689 | ||||
* | Add copyright headers, formatting cleanup. | Jeff Ames | 2009-05-20 | 3 | -10/+64 |
| | |||||
* | * Take another attempt at http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-05-19 | 1 | -12/+14 |
| | | | | | | * Return something more sensible if a file isn't found | ||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-19 | 1 | -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 Thielker | 2009-05-19 | 1 | -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 them | Melanie Thielker | 2009-05-18 | 1 | -18/+0 |
| | |||||
* | Bug fix and config rename. | diva | 2009-05-18 | 1 | -1/+2 |
| | |||||
* | Finished HG Service Store. Not fully functional because of problems with ↵ | diva | 2009-05-18 | 1 | -3/+6 |
| | | | | asset.ID insisting on being a UUID string. | ||||
* | * minor: another attempt at http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-05-18 | 1 | -1/+1 |
| | | | | | | * didn't realize that we were getting back plain old exceptions | ||||
* | * Resolve http://opensimulator.org/mantis/view.php?id=3191 | Justin Clarke Casey | 2009-05-18 | 2 | -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 class | Justin Clarke Casey | 2009-05-18 | 2 | -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. Break | Melanie Thielker | 2009-05-18 | 3 | -3/+3 |
| | | | | | | the handlers out of the asset server context into a generic scope. | ||||
* | Move the connectors under services for reasons of application logic. Remove | Melanie Thielker | 2009-05-18 | 1 | -1/+1 |
| | | | | | | the user server skeleton in preparation for introducing a generic server | ||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-05-18 | 1 | -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) |