aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added GetAssetPermissions. Few last bugs nixed. This is ready for testing.Diva Canto2009-08-135-20/+42
* Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting...Diva Canto2009-08-138-22/+22
* Inventory redirects from CachedUserInfo to InventoryService COMPLETE!Diva Canto2009-08-133-70/+25
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-131-0/+9
|\
| * Some small fixesMelanie2009-08-131-1/+2
| * Add reference to the profile module in the avatar profiles handler, plusMelanie2009-08-131-0/+8
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-122-2/+56
|\ \ | |/
| * Formatting cleanup. Add copyright headers.Jeff Ames2009-08-132-2/+56
* | Redirected all calls to CachedUserProfile methods to the inventory service. R...Diva Canto2009-08-126-162/+124
|/
* * Added two new packet handler implementations for inventory ops. This is sta...Diva Canto2009-08-125-74/+270
* Better test for dropping inventory cache and writing out debug messages.Diva Canto2009-08-121-16/+21
* Fixes a race condition in EQ processing that was making EQs pop up again upon...Diva Canto2009-08-112-9/+13
* Fixed test for detecting when user is no longer in sim.Diva Canto2009-08-111-3/+5
* Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-111-1/+1
|\
| * Do new inventory module setup, which is why the test was failing (not the ori...Justin Clark-Casey (justincc)2009-08-111-1/+1
* | Merged with origin, and resolved one conflict in LoginServiceTests.csDiva Canto2009-08-115-25/+68
|\ \ | |/
| * Re-enable TestReplicateArchivePathToUserInventory() but stop it failing on th...Justin Clark-Casey (justincc)2009-08-112-10/+26
| * Apply http://opensimulator.org/mantis/view.php?id=1448Justin Clark-Casey (justincc)2009-08-111-1/+2
| * Disable test again. Ho hum.Justin Clark-Casey (justincc)2009-08-111-1/+1
| * re-enable just TestReplicateArchivePathToUserInventory() for now to find out ...Justin Clark-Casey (justincc)2009-08-111-1/+1
| * Establish CachedUserInfo.OnInventoryReceived event so that region/test invent...Justin Clark-Casey (justincc)2009-08-111-10/+36
| * * Improves SceneSetupHelper to allow the tester to choose a real or mock, inv...Arthur Valadares2009-08-113-4/+4
* | Improved test for system folders. Removed log messages.Diva Canto2009-08-112-4/+5
* | System folders inventory cache added to OUT inventory modules. This tracks ag...Diva Canto2009-08-114-37/+207
* | Added two new methods to IIventoryService -- GetFolderForType and GetFolderCo...Diva Canto2009-08-103-0/+75
* | Merge branch 'master' of ssh://diva@opensimulator.org/var/git/opensimDiva Canto2009-08-1028-28/+28
|\ \ | |/
| * Replace the Replaceable modules nameMelanie2009-08-1028-28/+28
* | Changed RequestRootFolder to GetRootFolderDiva Canto2009-08-103-4/+4
|/
* Removed IAssetCache.Diva Canto2009-08-101-3/+4
* Re-removing 2 lines that got added back on Melanie's commits. git hickup.Diva Canto2009-08-091-1/+0
* Finish the renaming and mae things compile againMelanie2009-08-092-5/+5
* Rename UserData to UserAccount dataMelanie2009-08-091-0/+1
* More removal of HG2 code, this time authentication module and handlers.Diva Canto2009-08-092-123/+0
* * More tweaking of the various services to work with nonstandard region sizes...Teravus Ovares (Dan Olivares)2009-08-082-8/+21
* This is the second part of the 'not crash on regionsize changes'. This le...Teravus Ovares (Dan Olivares)2009-08-076-24/+26
* * Remove hard coded 256 limitations from various places. There's no more 2...Teravus Ovares (Dan Olivares)2009-08-075-36/+40
* HGAuthenticationService must be a singleton, because it has in-memory state. ...Diva Canto2009-08-061-1/+1
* Disable all IAR tests for now due to possible failure-causing race conditionJustin Clark-Casey (justincc)2009-08-061-3/+3
* Disable TestReplicateArchivePathToUserInventory() pending more investigationJustin Clark-Casey (justincc)2009-08-051-1/+1
* Reinstate TestLoadIarV0_1ExistingUsers(), removing unnecessary waitJustin Clark-Casey (justincc)2009-08-051-11/+12
* insert a little more debug info for TestReplicateArchivePathToUserInventory()Justin Clark-Casey (justincc)2009-08-051-1/+6
* Remove waiting in TestReplicateArchivePathToUserInventory() since local inven...Justin Clark-Casey (justincc)2009-08-052-3/+5
* Recomment TestReplicateArchivePathToUserInventory() for now due to occasional...Justin Clark-Casey (justincc)2009-08-051-6/+11
* reinstate TestSaveIarV0_1()Justin Clark-Casey (justincc)2009-08-051-1/+1
* remove some more mono compiler warningsJustin Clark-Casey2009-08-051-6/+6
* * Remove some mono compiler warningsJustin Clark-Casey2009-08-052-18/+17
* reinstate TestReplicateArchivePathToUserInventory()Justin Clark-Casey2009-08-051-1/+1
* * Tweak the caps manager so that the NPCAvatar works again.Teravus Ovares2009-08-011-1/+4
* Add copyright header. Formatting cleanup.Jeff Ames2009-08-011-1/+1
* * Fix a locking issue in the EventQueueTeravus Ovares2009-07-311-10/+22