Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | * Fixed copyright headers on HyperGrid source files. (Now match the rest of ↵ | Adam Frisby | 2009-04-05 | 2 | -50/+48 |
| | | | | | | | OpenSim, license text is unchanged) * Added Bitmap[,] to IParcel for MRM | ||||
* | DST setting wasn't transferred to client, leading to wrong time display. | Homer Horwitz | 2009-04-04 | 1 | -1/+1 |
| | |||||
* | Remove some Mono warnings. | Homer Horwitz | 2009-04-04 | 1 | -2/+2 |
| | |||||
* | Added one more delegate to Caps, and a few guards, so that these objects can ↵ | diva | 2009-04-03 | 2 | -14/+42 |
| | | | | be used from more than just Scenes. Added the NewFileAgentInvengory cap to HGInventoryService. | ||||
* | More refactoring. This time extracting the client-side of ↵ | diva | 2009-04-01 | 1 | -0/+555 |
| | | | | RESTInterregionComms into a RegionClient class. | ||||
* | * Upped trunk version number to 0.6.4 as we just tagged 0.6.4-release | lbsa71 | 2009-04-01 | 1 | -1/+1 |
| | |||||
* | Added AllowLoginWithoutInventory to LoginService, to be overwritten in ↵ | diva | 2009-04-01 | 3 | -15/+41 |
| | | | | subclasses. Default is false. HGLoginAuthService sets it true. Better error handling dealing with inventory service faults. | ||||
* | * Refactored out and de-duplicated Base64ToString(string) | lbsa71 | 2009-03-31 | 1 | -3/+4 |
| | | | | | * Fixed minor typo | ||||
* | Update svn properties, add copyright header, formatting cleanup. | Jeff Ames | 2009-03-31 | 5 | -2092/+2117 |
| | |||||
* | HGInventoryService now uses the actual authority portion of the user's key ↵ | diva | 2009-03-30 | 3 | -1159/+1160 |
| | | | | to verify the key. | ||||
* | Sigh. Manual data typing grief. | diva | 2009-03-30 | 3 | -18/+20 |
| | |||||
* | Added Authorization client code that interfaces with HGLoginAuthService. ↵ | diva | 2009-03-29 | 3 | -21/+192 |
| | | | | Improved error handling in HGLoginAuthService. Instrumented HGInventoryService so that it can interface both with local and remote user and asset services. | ||||
* | Another bit of refactoring to try to make sense of ↵ | diva | 2009-03-29 | 5 | -2083/+2105 |
| | | | | OpenSim.Framework.Communications. Everything that looks like a service, with service handlers, moved to .Services -- i.e. LoginService and Response, and GridInfoService. The rest of the changes were to adapt to the new locations of those files. | ||||
* | Moved some files around, so that it's easier to share code between ↵ | diva | 2009-03-29 | 2 | -1/+637 |
| | | | | standalone and the grid services. Should not affect any functionality. | ||||
* | Forgot to comment an unnecessary log message on my last commit. | diva | 2009-03-26 | 1 | -2/+2 |
| | |||||
* | Notecard updates bypassing the regions. (HGStandalone only) | diva | 2009-03-26 | 1 | -1/+7 |
| | |||||
* | Small refactoring in Caps, no functional changes. | diva | 2009-03-26 | 1 | -5/+25 |
| | |||||
* | * Minor fixes, inverted an if for readability and introduced a virtual ↵ | lbsa71 | 2009-03-26 | 1 | -4/+20 |
| | | | | pre-process step on the asset cache | ||||
* | cleanup | Dr Scofield | 2009-03-25 | 1 | -1/+0 |
| | |||||
* | * 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. | ||||
* | * refactor: Create IHttpServer interface instead of accessing BaseHttpServer ↵ | Justin Clarke Casey | 2009-03-19 | 3 | -15/+19 |
| | | | | via CommunicationsManager directly | ||||
* | Adds support for unlink-region command in hypergrid. | diva | 2009-03-18 | 1 | -0/+3 |
| | |||||
* | * Support loading empty folders in an iar | Justin Clarke Casey | 2009-03-13 | 1 | -3/+1 |
| | |||||
* | * Remove asset cache size and texture stat reports from ASSET STATS since ↵ | Justin Clarke Casey | 2009-03-13 | 1 | -4/+6 |
| | | | | | | | | these are now inaccurate * Correct count of assets in cache | ||||
* | 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 | 1 | -9/+147 |
| | | | | | | | | * 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 | ||||
* | * 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 | 1 | -3/+9 |
| | | | | | | | * 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) | ||||
* | *** 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 |
| | |||||
* | * 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 | 1 | -80/+10 |
| | | | | | | * 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. |