Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Migrate OpenSim inventory frontend to load with Mono.Addins. Everything | Mike Mazur | 2009-02-16 | 5 | -57/+60 |
| | | | | | should compile and it seems even creating users works somehow. | ||||
* | Add OpenSim & Simple inventory storage plugins and Null metrics plugin. | Mike Mazur | 2009-02-16 | 8 | -52/+115 |
| | |||||
* | - added Simple AssetInventoryServer plugin (asset storage only) | Mike Mazur | 2009-02-16 | 10 | -569/+148 |
| | | | | | | | - removed OpenSim storage and frontend classes in Extensions dir - put OpenSim plugins in OpenSim.Grid.AssetInventoryServer.Plugins.OpenSim namespace | ||||
* | - implement and load NullMetrics module in AssetInventoryServer | Mike Mazur | 2009-02-16 | 6 | -187/+94 |
| | | | | | - update AssetBase de/serialization in AssetInventoryServer | ||||
* | - IAssetProviderPlugin was changed to IAssetDataPlugin | Mike Mazur | 2009-02-16 | 2 | -15/+8 |
| | | | | | - Use OpenSim.Data.DataPluginFactory to load data plugins | ||||
* | Converted to Linux newlines. | Mike Mazur | 2009-02-16 | 22 | -5968/+5968 |
| | |||||
* | Added OpenSim asset frontend plugin. | Mike Mazur | 2009-02-16 | 4 | -47/+312 |
| | |||||
* | Rename NewAssetServer AssetInventoryServer and fully qualify with | Mike Mazur | 2009-02-16 | 23 | -92/+93 |
| | | | | | OpenSim.Grid.AssetInventoryServer. | ||||
* | Adding | Mike Mazur | 2009-02-16 | 22 | -0/+5719 |
| | | | | | | | - NewAssetServer code - NewAssetServer addin manifest - example AssetServer.ini file | ||||
* | Add copyright headers. Minor formatting cleanup. Fix some compiler ↵ | Jeff Ames | 2009-02-13 | 1 | -1/+1 |
| | | | | warnings. Fix some m_log declarations. | ||||
* | * Renamed RegionProfileService to RegionProfileServiceProxy to better ↵ | lbsa71 | 2009-02-12 | 2 | -3/+3 |
| | | | | | | | reflect actual use. * Added IRegionProfileService | ||||
* | * Turned RegionProfileService non-static | lbsa71 | 2009-02-12 | 2 | -6/+9 |
| | |||||
* | * Added RegionProfileService and moved RequestSimData to it. | lbsa71 | 2009-02-12 | 1 | -4/+4 |
| | |||||
* | * optimized usings. | lbsa71 | 2009-02-12 | 19 | -47/+21 |
| | |||||
* | Add proper handling for shared vs. unshared modules to the command | Melanie Thielker | 2009-02-10 | 4 | -13/+15 |
| | | | | | | | | interface. Shared modules will now only get added once, so the command handler is called once per module, not once per scene. Removal of scenes has no adverse effects. Nonshared modules will be called for each scene. | ||||
* | The DataPluginFactory is now a set of generic methods instead of | Mike Mazur | 2009-02-09 | 2 | -3/+3 |
| | | | | | multiple duplicates of the same code. | ||||
* | * Refactored UserLoginService.CustomiseResponse to be (almost) text-wide ↵ | lbsa71 | 2009-02-07 | 1 | -12/+36 |
| | | | | identical to LocalLoginService.CustomiseResponse in order to be able to pull them up. | ||||
* | Replace the console for all OpenSim apps with a new console featuring command | Melanie Thielker | 2009-02-07 | 5 | -88/+138 |
| | | | | | | | | | line editing, context sensitive help (press ? at any time), command line history, a new plugin command system and new appender features thet let you type while the console is scrolling. Seamlessly integrates the ICommander interfaces. | ||||
* | Thank you dslake for a patch that: | lbsa71 | 2009-02-07 | 1 | -1/+1 |
| | | | | | * fixes mantis #3092: User Server sets agent starting position to passed x/y/x instead of x/y/z | ||||
* | - add OpenSim.Framework.AssetMetadata class. AssetBase is now composed of it | Mike Mazur | 2009-02-04 | 1 | -1/+1 |
| | | | | | - trim trailing whitespace | ||||
* | - moved data plugin loading code from various places to | Mike Mazur | 2009-02-03 | 2 | -39/+19 |
| | | | | | | | | OpenSim/Data/DataPluginFactory.cs - removed dependencies on a few executable assemblies in bin/OpenSim.Data.addin.xml - trim trailing whitespace | ||||
* | - move IAssetDataPlugin from OpenSim/Framework/IAssetProvider.cs to | Mike Mazur | 2009-02-03 | 2 | -1/+3 |
| | | | | | | OpenSim/Data/IAssetData.cs - remove some trailing whitespace | ||||
* | Rename IAssetProviderPlugin to IAssetDataPlugin aligning with the other data ↵ | Mike Mazur | 2009-02-03 | 2 | -8/+8 |
| | | | | plugins. | ||||
* | * Add a second logoffuser message with the region secret. | Teravus Ovares | 2009-01-13 | 1 | -1/+32 |
| | | | | | * This ensures that the user will be logged off successfully by a properly permissioned user server | ||||
* | * Fix an invalid seed cap that could be causing issues. | Teravus Ovares | 2009-01-13 | 1 | -0/+4 |
| | | | | | | * CapsUtil.GetRandomCapsObjectPath(); contains a / and the regionInfo.httpServerURI contains a / so that makes * response.SeedCapability = regionInfo.httpServerURI + CapsUtil.GetCapsSeedPath(capsPath); contain two "//" leading to a seed caps path definition like //CAPS/f7ba4238-ec86-4a2b-b3f6-4d9b56070000/, which is wrong | ||||
* | Commenting out the succesful REST message as under heavy use there | Charles Krinke | 2009-01-12 | 1 | -3/+7 |
| | | | | | | | are multiple messages in a second and that is usually (in my experience) meaning the logging itself is slowing down the program. Leaving the unsuccesful message as we need to know about that path. | ||||
* | * prune and regrade log messages relating to client login and logout | Justin Clarke Casey | 2009-01-06 | 1 | -1/+1 |
| | |||||
* | * Rename GetRandomCapsPath() to GetRandomCapsObjectPath() to fit in with ↵ | Justin Clarke Casey | 2009-01-06 | 1 | -1/+1 |
| | | | | | | | | terminology used elsewhere * Last build break was probably a Bamboo failure - hopefully this should succeed | ||||
* | * Move common string aggregation for caps seed path to a method in CapsUtil | Justin Clarke Casey | 2009-01-06 | 1 | -2/+1 |
| | |||||
* | * minor: Move GetRandomCapsPath() to a CapsUtil class | Justin Clarke Casey | 2009-01-06 | 1 | -1/+2 |
| | |||||
* | * Extend stub to test the successful login of a user on the local login service | Justin Clarke Casey | 2009-01-05 | 1 | -0/+1 |
| | | | | | | * Test does not do authentication | ||||
* | * Check in login service tests beachhead | Justin Clarke Casey | 2009-01-05 | 1 | -0/+1 |
| | |||||
* | OpenUser_Main is now public. Fixes Mantis #2940. Thanks SirKimba | Homer Horwitz | 2008-12-30 | 1 | -1/+1 |
| | |||||
* | Update svn properties, minor formatting cleanup. | Jeff Ames | 2008-12-30 | 1 | -339/+339 |
| | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=2927 with some changes | Justin Clarke Casey | 2008-12-29 | 2 | -5/+5 |
| | | | | | | | | | * This allows configuration of the assetset and library control file paths to be other than ./inventory/Libraries.xml and ./assets/AssetSets.xml * This is controlled via the LibrariesXMLFile and AssetSetsXMLFile configuration settings in [StandAlone] in OpenSim.ini (in standalone) and via the user and asset config xml files for grid mode * Thanks to SirKimba for the patch | ||||
* | * ReCommit the OpenID patch with a few less dependencies. | Teravus Ovares | 2008-12-20 | 2 | -0/+345 |
| | | | | | | * Removes all references to ASP.NET (System.Web.UI,*) * Removes all references to System.Web.Mobile | ||||
* | Revert OpenId until we can come to grips with the mono 2 requirement | Charles Krinke | 2008-12-20 | 2 | -345/+0 |
| | | | | | for System.Web.Mobile | ||||
* | Mantis#2816. Thank you kindly, JHurliman for the beginnings of | Charles Krinke | 2008-12-19 | 2 | -0/+345 |
| | | | | | OpenID support in OpenSim for the UserServer. | ||||
* | fix a bug with the Grid REST interface that was returning the classname | Sean Dague | 2008-12-17 | 1 | -1/+1 |
| | | | | | | in the UUID field instead of the actual UUID because of an implicit use of ToString() | ||||
* | Mantis#2811. Thank you kindly, Diva for a patch that resolves | Charles Krinke | 2008-12-13 | 1 | -8/+5 |
| | | | | | | | some of our DNS/dotted decimal issues that plague teleporting. We are increasing the MajorInterfaceVersion from 1 to 2 in the gridserver, so sims will need to be updated on various grids. | ||||
* | * minor: Be a little more informative when a region fails to connect because ↵ | Justin Clarke Casey | 2008-12-12 | 1 | -2/+4 |
| | | | | it fails to implement the required OGS interface version | ||||
* | Add hostnames in addition to IP address to some more places. This continues ↵ | Homer Horwitz | 2008-12-11 | 1 | -0/+2 |
| | | | | | | | r7676. NOTE: Changes UGAIM. | ||||
* | Move from IP to hostname for seed caps on login, for gridmode and standalone. | Homer Horwitz | 2008-12-11 | 1 | -0/+1 |
| | | | | | | | All the other caps (except the initial one) are already sent with hostname instead of IP. NOTE: This changes gridserver and userserver | ||||
* | - Fixed missing ToString() in map_blocks response in grid-server | Homer Horwitz | 2008-12-05 | 1 | -1/+4 |
| | | | | | | | - Added remoting_port to the non-fast if-branch, too - Added httpPort field to map_blocks response. This isn't needed yet, but will be for correct crossing between regions. Note: This touches the GridServer. | ||||
* | * reverted 7561 as the logger reference should always be private to the ↵ | lbsa71 | 2008-12-02 | 2 | -2/+2 |
| | | | | class. Thanks sdague for the protip! | ||||
* | Made BaseOpenSimServer.ShutdownSpecific() public. As the ↵ | MW | 2008-12-02 | 4 | -4/+3 |
| | | | | OpenSimBase.Shutdown() includes a Environment.Exit(0); which is not always wanted when shutting down, like from a windows service. | ||||
* | Added two new "trusted" url handlers to the Inventory server, to allow the ↵ | MW | 2008-12-02 | 2 | -10/+34 |
| | | | | user server to get a list of items in a folder and add a new item. | ||||
* | * Making log available for subclasses | lbsa71 | 2008-12-01 | 1 | -1/+1 |
| | |||||
* | * minor: Eliminate unused paramter in LocalUserServices constructors | Justin Clarke Casey | 2008-11-28 | 1 | -2/+2 |
| | |||||
* | * refactor: move CreateUser into UserServiceAdmin | Justin Clarke Casey | 2008-11-28 | 4 | -49/+40 |
| |