Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some small fixes | Melanie | 2009-08-13 | 1 | -1/+2 |
| | |||||
* | Add reference to the profile module in the avatar profiles handler, plus | Melanie | 2009-08-13 | 1 | -0/+8 |
| | | | | | an example of how to override legacy core data with data retrieved from the profile module | ||||
* | Formatting cleanup. Add copyright headers. | Jeff Ames | 2009-08-13 | 2 | -2/+56 |
| | |||||
* | * Added two new packet handler implementations for inventory ops. This is ↵ | Diva Canto | 2009-08-12 | 5 | -74/+270 |
| | | | | | | | starting to work! - but can't be activated incrementally, the flip needs to be global for all inventory ops. * Added a base inventory connector that does common processing of inventory among all reference connector implementations. E.g. AddItem requires additional processing before being forwarded to service. * Added if (m_Enabled) upon RemoveRegion | ||||
* | Better test for dropping inventory cache and writing out debug messages. | Diva Canto | 2009-08-12 | 1 | -16/+21 |
| | |||||
* | Fixes a race condition in EQ processing that was making EQs pop up again ↵ | Diva Canto | 2009-08-11 | 2 | -9/+13 |
| | | | | | | upon client close. Commented remote call on GetSystemFolders again, so that it's not live yet. | ||||
* | Fixed test for detecting when user is no longer in sim. | Diva Canto | 2009-08-11 | 1 | -3/+5 |
| | |||||
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-11 | 1 | -1/+1 |
|\ | |||||
| * | Do new inventory module setup, which is why the test was failing (not the ↵ | Justin Clark-Casey (justincc) | 2009-08-11 | 1 | -1/+1 |
| | | | | | | | | | | | | original race condition, hopefully!) Still always catching the NRE for now pending analysis | ||||
* | | Merged with origin, and resolved one conflict in LoginServiceTests.cs | Diva Canto | 2009-08-11 | 5 | -25/+68 |
|\ \ | |/ | |||||
| * | Re-enable TestReplicateArchivePathToUserInventory() but stop it failing on ↵ | Justin Clark-Casey (justincc) | 2009-08-11 | 2 | -10/+26 |
| | | | | | | | | | | | | the NRE for now Add temporarily logging for diagnosis | ||||
| * | Apply http://opensimulator.org/mantis/view.php?id=1448 | Justin Clark-Casey (justincc) | 2009-08-11 | 1 | -1/+2 |
| | | | | | | | | | | | | Store and retrieve user profile url at runtime Not yet persisted Thanks Fly-Man | ||||
| * | Disable test again. Ho hum. | Justin Clark-Casey (justincc) | 2009-08-11 | 1 | -1/+1 |
| | | |||||
| * | re-enable just TestReplicateArchivePathToUserInventory() for now to find out ↵ | Justin Clark-Casey (justincc) | 2009-08-11 | 1 | -1/+1 |
| | | | | | | | | if the race condition has been vanquished | ||||
| * | Establish CachedUserInfo.OnInventoryReceived event so that region/test ↵ | Justin Clark-Casey (justincc) | 2009-08-11 | 1 | -10/+36 |
| | | | | | | | | inventory code can be written with the async inventory fetch | ||||
| * | * Improves SceneSetupHelper to allow the tester to choose a real or mock, ↵ | Arthur Valadares | 2009-08-11 | 3 | -4/+4 |
| | | | | | | | | | | | | | | | | inventory and asset, service modules. The boolean startServices was replaced with realServices string. If the string contains the word asset, it will start a real asset module, if it contains inventory, it starts a real inventory. Otherwise, it use mock (NullPlugin-like) objects, for tests that don't really need functionality. * SetupScene is now actually sharing the asset and inventory modules if the tester wishes to have multiple regions connected. To link regions, just start SetupScene with the same CommunicationManager for all scenes. SceneSetupHelper will hold a static reference to the modules and won't initialize them again, just run the scenes through the modules AddRegion, RegionLoaded and PostInitialize. * With the recent changes, both asset and inventory (and in the future, user) services should always be asked from the scene, not instantiated alone. The tests should reflect this new behavior and always start a scene. | ||||
* | | Improved test for system folders. Removed log messages. | Diva Canto | 2009-08-11 | 2 | -4/+5 |
| | | |||||
* | | System folders inventory cache added to OUT inventory modules. This tracks ↵ | Diva Canto | 2009-08-11 | 4 | -37/+207 |
| | | | | | | | | agents in and out of *sims* in order to fetch/drop their system folders from the cache. Also added region-side support for fetching the system folders from the inventory service. Nothing of this is called yet. | ||||
* | | Added two new methods to IIventoryService -- GetFolderForType and ↵ | Diva Canto | 2009-08-10 | 3 | -0/+75 |
| | | | | | | | | GetFolderContent. Some meat to it, but not completed. None of this code is called anywhere yet. | ||||
* | | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensim | Diva Canto | 2009-08-10 | 28 | -28/+28 |
|\ \ | |/ | |||||
| * | Replace the Replaceable modules name | Melanie | 2009-08-10 | 28 | -28/+28 |
| | | |||||
* | | Changed RequestRootFolder to GetRootFolder | Diva Canto | 2009-08-10 | 3 | -4/+4 |
|/ | |||||
* | Removed IAssetCache. | Diva Canto | 2009-08-10 | 1 | -3/+4 |
| | | | | WARNING: PLEASE MAKE SURE TO USE THIS NEW bin/OpenSim.addin.xml | ||||
* | Re-removing 2 lines that got added back on Melanie's commits. git hickup. | Diva Canto | 2009-08-09 | 1 | -1/+0 |
| | |||||
* | Finish the renaming and mae things compile again | Melanie | 2009-08-09 | 2 | -5/+5 |
| | |||||
* | Rename UserData to UserAccount data | Melanie | 2009-08-09 | 1 | -0/+1 |
| | |||||
* | More removal of HG2 code, this time authentication module and handlers. | Diva Canto | 2009-08-09 | 2 | -123/+0 |
| | |||||
* | * More tweaking of the various services to work with nonstandard region ↵ | Teravus Ovares (Dan Olivares) | 2009-08-08 | 2 | -8/+21 |
| | | | | sizes. * Now, what's available of the terrain will show and it'll be truncated if it's larger on Linden Clients. Parcel minimum is 64 (256/4) for the client to accept it. | ||||
* | This is the second part of the 'not crash on regionsize changes'. This ↵ | Teravus Ovares (Dan Olivares) | 2009-08-07 | 6 | -24/+26 |
| | | | | lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions. | ||||
* | * Remove hard coded 256 limitations from various places. There's no more ↵ | Teravus Ovares (Dan Olivares) | 2009-08-07 | 5 | -36/+40 |
| | | | | 256m limitation within the OpenSimulator framework, however, the LLClient ClientView does not support regions larger then 256 meters so, if you try and make your region larger by setting Constants.RegionSize = 512; in OpenSim.Framework.Constants.cs, the terrain will not display on clients using the LLUDP protocol | ||||
* | HGAuthenticationService must be a singleton, because it has in-memory state. ↵ | Diva Canto | 2009-08-06 | 1 | -1/+1 |
| | | | | This makes this singleton register with IScene, so that other parts can retrieve its reference. | ||||
* | Disable all IAR tests for now due to possible failure-causing race condition | Justin Clark-Casey (justincc) | 2009-08-06 | 1 | -3/+3 |
| | |||||
* | Disable TestReplicateArchivePathToUserInventory() pending more investigation | Justin Clark-Casey (justincc) | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | Reinstate TestLoadIarV0_1ExistingUsers(), removing unnecessary wait | Justin Clark-Casey (justincc) | 2009-08-05 | 1 | -11/+12 |
| | |||||
* | insert a little more debug info for TestReplicateArchivePathToUserInventory() | Justin Clark-Casey (justincc) | 2009-08-05 | 1 | -1/+6 |
| | |||||
* | Remove waiting in TestReplicateArchivePathToUserInventory() since local ↵ | Justin Clark-Casey (justincc) | 2009-08-05 | 2 | -3/+5 |
| | | | | | | inventory loading is synchronous Insert a little more debugging info in case the occasional failure reoccurs | ||||
* | Recomment TestReplicateArchivePathToUserInventory() for now due to ↵ | Justin Clark-Casey (justincc) | 2009-08-05 | 1 | -6/+11 |
| | | | | occasional test fail | ||||
* | reinstate TestSaveIarV0_1() | Justin Clark-Casey (justincc) | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | remove some more mono compiler warnings | Justin Clark-Casey | 2009-08-05 | 1 | -6/+6 |
| | |||||
* | * Remove some mono compiler warnings | Justin Clark-Casey | 2009-08-05 | 2 | -18/+17 |
| | |||||
* | reinstate TestReplicateArchivePathToUserInventory() | Justin Clark-Casey | 2009-08-05 | 1 | -1/+1 |
| | |||||
* | * Tweak the caps manager so that the NPCAvatar works again. | Teravus Ovares | 2009-08-01 | 1 | -1/+4 |
| | |||||
* | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-08-01 | 1 | -1/+1 |
| | |||||
* | * Fix a locking issue in the EventQueue | Teravus Ovares | 2009-07-31 | 1 | -10/+22 |
| | |||||
* | * Fixed another potential httpserver leak. | Teravus Ovares | 2009-07-30 | 1 | -2/+4 |
| | |||||
* | Thank you, dmiles, for a patch that allows more differentiated script | Melanie Thielker | 2009-07-30 | 1 | -7/+26 |
| | | | | | | permissions for YP scripts. | ||||
* | * Remove and comment out old and unneeded parts of the old TextureDownload ↵ | Teravus Ovares | 2009-07-30 | 2 | -48/+39 |
| | | | | | | | | | and UserTextureDownloadService modules. * These have been mostly replaced by the PriorityQueue sender in LLClientView (it was still using threads and poll processing!) * Thread Reduction! * Might have been sending more image packets then necessary previously, texture times 2. We'll see if this reduces the texture packet load. | ||||
* | * An attempt to fix mantis #3953 | Teravus Ovares | 2009-07-29 | 1 | -2/+2 |
| | |||||
* | Thank you, coyled, for a patch to change Flotsamcache path generation | Melanie Thielker | 2009-07-29 | 1 | -4/+4 |
| | | | | | | to avoid directory overflow. | ||||
* | * Adds the ability to have a thread efficient long poll service (such as the ↵ | Teravus Ovares | 2009-07-29 | 1 | -13/+80 |
| | | | | | | | | | eventqueue) * If this doesn't melt the Http Server, this will significantly reduce the number of threads in use on regions with many users. * Adds AddPollServiceHTTPHandler, and RemovePollServiceHTTPHandler to BaseHttpServer * Generic enough to be used for many long poll services, not only the EventQueue. |