Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | cleanup | Dr Scofield | 2009-03-25 | 4 | -9/+8 | |
| | ||||||
* | * minor: remove a couple more compiler warnings | Justin Clarke Casey | 2009-03-24 | 1 | -4/+0 | |
| | ||||||
* | Added the login region's http to the login response. | diva | 2009-03-24 | 2 | -32/+18 | |
| | ||||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-03-24 | 1 | -13/+9 | |
| | | | | | | | Changes to AssetCache and DynamicTextureModule to eliminate opportunities for lost texture updates. | |||||
* | Preparing the loginauth service for gridmode logins. | diva | 2009-03-24 | 1 | -0/+5 | |
| | ||||||
* | Committing partial work on passing folders across instances. This may crash. | Melanie Thielker | 2009-03-23 | 4 | -0/+75 | |
| | ||||||
* | Make single item inventory gives work across regions | Melanie Thielker | 2009-03-22 | 1 | -2/+2 | |
| | ||||||
* | Add QueryItem method to secure inventory and HG inventory, change method sig to | Melanie Thielker | 2009-03-22 | 2 | -7/+16 | |
| | | | | | | provide additional information the HG needs. | |||||
* | Fox a null ref in the inventory give module | Melanie Thielker | 2009-03-22 | 1 | -0/+3 | |
| | ||||||
* | Moving the LoginAuth service up, so that it can be shared among standalones ↵ | diva | 2009-03-22 | 1 | -0/+346 | |
| | | | | and the User Server. | |||||
* | Initial support for authentication/authorization keys in UserManagerBase, ↵ | diva | 2009-03-21 | 2 | -1/+95 | |
| | | | | | | | | and use of it in HGStandaloneLoginService (producer of initial key for user, and of subsequent keys) and HGStandaloneInventoryService (consumer of a key). Keys are of the form http://<authority>/<random uuid> and they are sent over http header "authorization". | |||||
* | Add a QueryItem method to the inventory subsystem. Currently implemented for | Melanie Thielker | 2009-03-21 | 3 | -0/+64 | |
| | | | | | | | MySQL only, stubs for the others. This allows updating the cache with a single item from the database. | |||||
* | * Normalized and pulled GetInventorySkeleton up. | lbsa71 | 2009-03-20 | 1 | -31/+79 | |
| | ||||||
* | * De-duplicated login service some more | lbsa71 | 2009-03-20 | 1 | -1/+32 | |
| | | | | | | * Normalized m_inventoryService * Pulled AddActiveGestures up | |||||
* | Moving GetInventoryItem up to InventoryServiceBase, since this seems like a ↵ | diva | 2009-03-19 | 1 | -0/+10 | |
| | | | | pretty fundamental function. | |||||
* | * Group OpenSim.Framework.Servers interfaces together | Justin Clarke Casey | 2009-03-19 | 5 | -0/+4 | |
| | ||||||
* | * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵ | Justin Clarke Casey | 2009-03-19 | 5 | -67/+149 | |
| | | | | via CommunicationsManager directly | |||||
* | * Lock http handlers dictionary in other places as well to avoid race conditions | Justin Clarke Casey | 2009-03-19 | 1 | -47/+56 | |
| | | | | | | * No adverse effects on a quick multi-machine grid test | |||||
* | * Add necessary locking to BaseHttpServer.RemoveHTTPHandler() | Justin Clarke Casey | 2009-03-19 | 1 | -7/+14 | |
| | ||||||
* | * Add documentation to BaseHttpServer.AddHTTPHandler() | Justin Clarke Casey | 2009-03-19 | 1 | -13/+41 | |
| | ||||||
* | Adds support for unlink-region command in hypergrid. | diva | 2009-03-18 | 1 | -0/+3 | |
| | ||||||
* | Rename OpenSim.Framework.Archive to OpenSim.Framework.Serialization | Mike Mazur | 2009-03-16 | 3 | -3/+3 | |
| | | | | | Update using statements and prebuild.xml. Also trim trailing whitespace. | |||||
* | Thank you, mcortez, for a patch that fixes a number of long standing | Melanie Thielker | 2009-03-13 | 1 | -0/+9 | |
| | | | | | | | issues with the sun module. Fixes Mantis #3295 | |||||
* | * Support loading empty folders in an iar | Justin Clarke Casey | 2009-03-13 | 2 | -3/+2 | |
| | ||||||
* | * Remove asset cache size and texture stat reports from ASSET STATS since ↵ | Justin Clarke Casey | 2009-03-13 | 2 | -6/+41 | |
| | | | | | | | | these are now inaccurate * Correct count of assets in cache | |||||
* | Mark AssetBase.Metadata with [XmlIgnore] | Mike Mazur | 2009-03-13 | 1 | -9/+5 | |
| | ||||||
* | Update svn properties, formatting cleanup. | Jeff Ames | 2009-03-12 | 1 | -3/+3 | |
| | ||||||
* | * Another stab at refactoring up the CustomiseResponse function. Two fixes: | lbsa71 | 2009-03-12 | 2 | -10/+149 | |
| | | | | | | | | * Sometimes, null is a valid return value to indicate 'none found'. doh. * Sometimes, the Grid server does not send simURI - this you need to reconstruct yourself. Euw. (I believe) this solves mantis issue #3287 | |||||
* | Move ArchiveConstants to OpenSim.Framework.Archive | Mike Mazur | 2009-03-12 | 1 | -0/+133 | |
| | | | | | | | | | | - move a couple constants from InventoryArchiveConstants to ArchiveConstants, now only one of these is needed - change InventoryArchiveConstants references to ArchiveConstants - remove InventoryArchive AssetInventoryServer plugin dependency on OpenSim.Region.CodeModules - trim trailing whitespace | |||||
* | Moving TarArchive to OpenSim.Framework.Archive | Mike Mazur | 2009-03-12 | 2 | -0/+435 | |
| | | | | | | | We now build OpenSim.Framework.Archive.dll which aims to contain code used for archiving various things in OpenSim. Also remove trailing whitespace. | |||||
* | Minor bug fix. Thanks daTwitch. | diva | 2009-03-12 | 1 | -1/+2 | |
| | ||||||
* | * Reverted r8750 to do another round of debugging on mantis #3287 | lbsa71 | 2009-03-11 | 1 | -141/+9 | |
| | ||||||
* | * fix build break | Justin Clarke Casey | 2009-03-11 | 1 | -1/+2 | |
| | ||||||
* | * Make all coded defaults match settings in OpenSim.ini.example | Justin Clarke Casey | 2009-03-11 | 3 | -7/+11 | |
| | | | | | | | * In most cases, the setting in OpenSim.ini.example is taken as the canonical one since this is the file virtually everyone ends up using * OpenSim will start up with a blank OpenSim.ini, in which case sqlite is the default database (as before) | |||||
* | * minor: reduce some code duplication in BaseHttpServer | Justin Clarke Casey | 2009-03-10 | 1 | -24/+17 | |
| | ||||||
* | fixing out-of-sync error in BaseHttpServer | Dr Scofield | 2009-03-10 | 1 | -16/+19 | |
| | ||||||
* | *** POTENTIAL BREAKAGE *** | lbsa71 | 2009-03-10 | 1 | -9/+141 | |
| | | | | | | | | | * Finally got to the point where I could pull up the CustomiseResponse function. Major de-duplication. * Introduced FromRegionInfo on RegionProfileData * This revision needs both grid and standalone testing galore. Work in progress! | |||||
* | * Re-aligned CustomiseResponse function for imminent up-pulling | lbsa71 | 2009-03-10 | 1 | -0/+3 | |
| | ||||||
* | * Refactored out Create() methods to ensure proper transformation between ↵ | lbsa71 | 2009-03-10 | 1 | -0/+13 | |
| | | | | | | | | RegionProfileData and RegionInfo * Created ToRegionInfo method, still not using it pending peer review. * This is a preparatory commit for a subsequent login service refactoring. | |||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-03-09 | 2 | -7/+7 | |
| | ||||||
* | * Add basic asset cache get test | Justin Clarke Casey | 2009-03-09 | 3 | -7/+93 | |
| | ||||||
* | * Move method documentation from AssetCache up to IAssetCache | Justin Clarke Casey | 2009-03-09 | 2 | -85/+76 | |
| | | | | | | * No functional changes | |||||
* | * Address http://opensimulator.org/mantis/view.php?id=3207 | Justin Clarke Casey | 2009-03-09 | 1 | -4/+1 | |
| | | | | | | | | | * A saved archive now immediately expires the data in the asset cache that it used, rather than retaining all the assets (esp textures) in the cache. * This is an imperfect solution. Ideally we would only expire the assets newly requested for the archive (not existing ones). But doing that would require a lot more restructuring. * I don't believe there are any locking issues due to the locking performed by the underlying memory cache, but please report any issues. | |||||
* | * Added TXXX in front of unit tests to make sure they are running in the ↵ | Sean Dague | 2009-03-09 | 1 | -7/+7 | |
| | | | | | | | correct order. Although it might not make a difference here, this pattern should be followed to avoid further issues. From: Arthur Rodrigo S Valadares <arthursv@linux.vnet.ibm.com> | |||||
* | Refactor login test class. | Mike Mazur | 2009-03-09 | 1 | -115/+126 | |
| | | | | | | | There were multiple tests in one test method (T011_Auth_Login). This test has been refactored into multiple tests. Common setup code was placed into a SetUp method executed before each test. | |||||
* | Fix tests broken in r8732. | Mike Mazur | 2009-03-09 | 1 | -0/+14 | |
| | | | | | | | | | Recent changes in the code handling login_to_simulator XMLRPC method calls caused two tests to fail because not enough parameters were being supplied with the method call. The parameters added in this patch work, but I'm not sure whether they are actually correct or even relevant. Diva, please look over this. | |||||
* | Making the web_login_key code work, even if the LL Viewer doesn't support ↵ | diva | 2009-03-08 | 1 | -4/+19 | |
| | | | | | | | | | | | it. Other clients can launch the LL Viewer with something like this, for example: Process.Start("C:\\Program Files\\SecondLife\\SecondLife.exe", "-loginuri " + loginuri + "?web_login_key=" + web_login_key + " -login " + firstName + " " + lastName + " -multiple"); This requires a prior step for actually getting the key, which can be done like this: http://localhost:9000/?method=login&firstname=barak&lastname=obama&password=123&show_login_form=FALSE | |||||
* | * Adding application/x-oar to the list of content types to which the HTTP ↵ | Teravus Ovares | 2009-03-07 | 1 | -1/+5 | |
| | | | | Server will return the response as if it was a binary file pending discussion on the [opensim-dev] mailing list to be initiated by dmiles. | |||||
* | * Protects RestClient from crashing with dictionary exception, which leads ↵ | Sean Dague | 2009-03-06 | 1 | -2/+24 | |
| | | | | to the client thread crashing if uncaught. | |||||
* | Prevent ICommander-generated subcommand trees from generating an exception | Melanie Thielker | 2009-03-05 | 1 | -1/+6 | |
| | | | | | | | when the tree root command is executes without another verb following it. Fixes Mantis #3258 |