Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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) | ||||
* | Thank you kindly, Jonc, for a patch that solves | Charles Krinke | 2009-05-17 | 1 | -1/+1 |
| | | | | | | the issue of a console command 'export-map file.jpg' having the map flipped when exported. | ||||
* | Renaming [ServiceConnectors] back to [Modules]. | diva | 2009-05-17 | 6 | -7/+6 |
| | |||||
* | Update svn properties. | Jeff Ames | 2009-05-17 | 2 | -133/+133 |
| | |||||
* | HG asset transfers starting to work -- GETs only for now. | diva | 2009-05-17 | 1 | -21/+41 |
| | |||||
* | Send the owner name, not the client name on SendDialog. | Homer Horwitz | 2009-05-16 | 1 | -5/+18 |
| | | | | | | This modifies IClientAPI.SendDialog slightly. Fixes Mantis #3661. | ||||
* | * Resolve bug where save oar would never complete if any assets were missing | Justin Clarke Casey | 2009-05-15 | 3 | -17/+11 |
| | |||||
* | Heart surgery on asset service code bits. Affects OpenSim.ini configuration ↵ | diva | 2009-05-15 | 23 | -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 Casey | 2009-05-14 | 5 | -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 subpackage | Justin Clarke Casey | 2009-05-14 | 1 | -0/+1 |
| | |||||
* | * refactor: move bottom part of 'xml2' serializaton to separate class | Justin Clarke Casey | 2009-05-14 | 2 | -2/+2 |
| | |||||
* | * refactor: break some of xml2 serialization out of sog | Justin Clarke Casey | 2009-05-14 | 4 | -4/+8 |
| | |||||
* | Move the connector for the new asset server to a connectors project. Inherit | Melanie Thielker | 2009-05-14 | 1 | -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 flags | Melanie Thielker | 2009-05-14 | 2 | -0/+12 |
| | |||||
* | Fix up some URL details | Melanie Thielker | 2009-05-13 | 1 | -6/+3 |
| | |||||
* | Add the port to the generated URL. For some reson this still doesn't want to | Melanie Thielker | 2009-05-13 | 1 | -1/+1 |
| | | | | | | receive requests. | ||||
* | Make the LSL HTTP server create and give out URLs to scripts | Melanie Thielker | 2009-05-13 | 1 | -1/+14 |
| | |||||
* | Add most of the meat to the LSL HTTP server | Melanie Thielker | 2009-05-13 | 1 | -11/+123 |
| | |||||
* | Plumb request and return URL functions. | Melanie Thielker | 2009-05-13 | 1 | -2/+9 |
| | | | | | | Implements llRequestURL, llRequestSecureURL, llReleaseURL | ||||
* | Add a skeleton for the LSLHttpServer | Melanie Thielker | 2009-05-13 | 2 | -0/+117 |
| | |||||
* | Fix interface registration/deregistration mechanics | Melanie Thielker | 2009-05-12 | 1 | -0/+2 |
| | |||||
* | Make the accet cache module actually register the interface | Melanie Thielker | 2009-05-12 | 1 | -0/+2 |
| | |||||
* | Correct addin XML | Melanie Thielker | 2009-05-12 | 1 | -1/+1 |
| | |||||
* | Commit the addin XML for the Core Asset Cache | Melanie Thielker | 2009-05-12 | 1 | -0/+1 |
| | |||||
* | fixing SocketException when IP address cannot be resolved | Dr Scofield | 2009-05-12 | 1 | -8/+15 |
| | |||||
* | Correctly reset the group ownership flag when a parcel is reclaimed. | Melanie Thielker | 2009-05-12 | 1 | -0/+1 |
| | |||||
* | Hook up deed permissions checking to the land module | Melanie Thielker | 2009-05-12 | 1 | -1/+3 |
| | |||||
* | Add permission mechanisms for group deeding land | Melanie Thielker | 2009-05-12 | 1 | -0/+18 |
| | |||||
* | Thank you kindly, Patnad, for a patch that: | Charles Krinke | 2009-05-12 | 3 | -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. |