aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix obvious bug in XInventoryService.GetFolderItems() which was preventing ↵Justin Clark-Casey (justincc)2010-07-142-6/+128
| | | | the iar module from being able to save single item iars
* uncomment a load iar code line I accidentally commented in the last commitJustin Clark-Casey (justincc)2010-07-141-1/+1
| | | | hooray for automated tests
* comment out a lot of the debug log messages when loading an iarJustin Clark-Casey (justincc)2010-07-141-10/+10
| | | | | these are very redundant now and cause issues when loading large iars diva, you may want to cherry pick this for 0.7-post-fixes since it only comments out log lines and nothing else
* Fix problem where iar load would duplicate huge number of foldersJustin Clark-Casey (justincc)2010-06-182-29/+52
| | | | | This was http://opensimulator.org/mantis/view.php?id=4770 Extend unit tests to check for this scenario too
* change TestPartExistingIarPath() to check appropriate folder creationJustin Clark-Casey (justincc)2010-06-182-32/+45
| | | | change some names in InventoryArchiveReadRequest in an effort to make the code more comprehendable
* in IAR utils, return all folders that match a particular path rather than ↵Justin Clark-Casey (justincc)2010-06-184-27/+36
| | | | just the first one
* Revert "Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)2010-06-111-2/+2
| | | | | | GetFolder(InventoryFolderBase folder)" This reverts commit 3525195bc9b5fdfd9799411edd452981ef1f4ebd.
* Allow IInventoryService.GetFolder(folderId, userId) as well as ↵Justin Clark-Casey (justincc)2010-06-111-2/+2
| | | | | | | GetFolder(InventoryFolderBase folder) This involves no wire changes since the methods often just construct an InventoryFolderBase under the hood. This is in line with other methods that alraedy allow requests via uuid
* Merge branch 'master' of ssh://opensimulator.org/var/git/opensimJustin Clark-Casey (justincc)2010-06-111-99/+33
|\
| * Reinstated the check on im.binaryBucket.Length, this time on the local ↵Diva Canto2010-06-111-3/+4
| | | | | | | | handler for inventory offers.
| * Inventory offers and subsequent notifications of acceptance/decline now ↵Diva Canto2010-06-111-98/+31
| | | | | | | | working across the board.
* | create inactive test for iar folders/items merged with existing pathsJustin Clark-Casey (justincc)2010-06-112-36/+48
|/ | | | add various helper functions for simplifying test readability
* various refactorings on methods to replicate IAR paths to user inventory in ↵Justin Clark-Casey (justincc)2010-06-052-82/+128
| | | | order to improve readability
* refactor: do pathname trimming outside of ReplicateArchivePathToUserInventory()Justin Clark-Casey (justincc)2010-06-042-11/+8
|
* add ability for load iar/save iar to take in arbitrary optionsJustin Clark-Casey (justincc)2010-06-041-20/+47
| | | | not used for anything yet
* bring TestLoadIarV0_1AbsentUsers() back onlineJustin Clark-Casey (justincc)2010-06-041-63/+56
|
* bring TestIarV0_1WithEscapedChars() back onlineJustin Clark-Casey (justincc)2010-06-041-89/+72
|
* bring test TestLoadIarV0_1ExistingUsers() back onlineJustin Clark-Casey (justincc)2010-06-041-81/+76
|
* remove pointless mock user account service since the real one can now be ↵Justin Clark-Casey (justincc)2010-06-041-1/+1
| | | | easily configured for test purposes
* get TestSaveIarV0_1() working again by setting up an ↵Justin Clark-Casey (justincc)2010-06-042-3/+5
| | | | | | OpenSim.Data.Null.UserAuthenticationData plugin additional tweaks to get this working properly
* get TestSaveIarV0_1() uncommented but not running as a test yet since I ↵Justin Clark-Casey (justincc)2010-05-281-106/+99
| | | | didn't get the authentication server to work and my brain is about to fizzle out my ears
* restore InventoryArchiverTests.TestReplicateArchivePathToUserInventory() to ↵Justin Clark-Casey (justincc)2010-05-281-51/+37
| | | | work with the new UserAccountService/InventoryService
* fission UserAccountService.HandleCreateUser() into two methods, one which ↵Justin Clark-Casey (justincc)2010-05-281-52/+50
| | | | handles user command parsing and another which actually does the work
* Add ability to load IARs directly from URIsJustin Clark-Casey (justincc)2010-05-282-6/+18
| | | | | | | | So, something like load iar Justin Clark-Casey / PASSWORD http://justincc.org/downloads/iars/my-great-items.iar Will load my IAR directly from the web.
* refactor: move GetStream and URI methods from ArchiveReadRequest -> ↵Justin Clark-Casey (justincc)2010-05-281-1/+0
| | | | ArchiveHelpers
* May fix mantis #4613Diva Canto2010-03-271-1/+2
|
* Renamed TryGetAvatar to TryGetScenePresence on SceneManager, SceneBase, ↵Dan Lake2010-03-191-1/+1
| | | | Scene and SceneGraph. This was the only change in this patch to keep it isolated from other recent changes to the same set of files.
* * UuidGatherer now tracks asset types for assets it discovers. The asset ↵John Hurliman2010-03-151-2/+2
| | | | | | types are inferred from context * OAR saving will attempt to correct unknown asset types before writing broken assets to the OAR file
* Changed asset CreatorID to a stringJohn Hurliman2010-02-221-1/+1
|
* Merge branch 'presence-refactor' of ssh://opensimulator.org/var/git/opensim ↵John Hurliman2010-02-221-6/+60
|\ | | | | | | into presence-refactor
| * Merge branch 'master' into presence-refactorMelanie2010-02-221-6/+60
| |\ | | | | | | | | | This brings presence-refactor up to master again
| | * Formatting cleanup.Jeff Ames2010-02-221-4/+4
| | |
| | * forestall bug reports about the Command error: ↵Justin Clark-Casey (justincc)2010-02-191-6/+60
| | | | | | | | | | | | System.EntryPointNotFoundException: CreateZStream save/load oar/iar issue by telling the user what the likely problem is
| | * Revert "Updates all IRegionModules to the new style region modules."Melanie2010-01-292-77/+21
| | | | | | | | | | | | This reverts commit ec3c31e61e5e540f822891110df9bc978655bbaf.
| | * Updates all IRegionModules to the new style region modules.Revolution2010-01-232-21/+77
| | | | | | | | | | | | Signed-off-by: Melanie <melanie@t-data.com>
* | | * Adds CreatorID to asset metadata. This is just the plumbing to support ↵John Hurliman2010-02-221-1/+1
|/ / | | | | | | CreatorID, it doesn't modify database backends or OAR files to support storing/loading it
* | OpenSim/Framework/Communications/Cache deleted. LibraryRootFolder deleted.Diva Canto2010-01-115-5/+5
| |
* | * Starting to clean the house...Diva Canto2010-01-101-1/+1
| | | | | | | | * Fixed circular dependency
* | * OMG! All but one references to UserProfileCacheService have been rerouted!Diva Canto2010-01-104-518/+525
| | | | | | | | | | * HG is seriously broken here * Compiles. Untested.
* | Less refs to UserProfileCacheService. Compiles but likely doesn't run.Diva Canto2010-01-092-2/+2
| |
* | * Finished SimulationServiceConnectorDiva Canto2010-01-071-1/+1
| | | | | | | | | | * Started rerouting calls to UserService. * Compiles. May run.
* | Merge branch 'master' into presence-refactorMelanie2010-01-042-5/+5
|\ \ | |/
| * Formatting cleanup. Add copyright headers.Jeff Ames2010-01-042-5/+5
| |
* | Change FriendsModule, InstantMessageModule, MessageTransferModule, ↵Melanie2009-12-281-14/+42
|/ | | | MuteListModule, OfflineMessageModule, PresenceModule, InventoryTransferModule and LureModule to new style. Reduce FriendsModule and PresenceModule to shells.
* Merge branch 'master' of melanie@opensimulator.org:/var/git/opensimMelanie2009-12-231-1/+7
|\
| * Added Close() to Inventory/Archiver/InventoryArchiveReadRequest, so that the ↵Diva Canto2009-12-221-1/+7
| | | | | | | | stream can be closed.
* | Fix a bounds exception I came across in IAR restoreMelanie2009-12-231-0/+5
|/
* Resolve issue where an iar load fails to preserve original item creatorsJustin Clark-Casey (justincc)2009-11-263-2/+17
| | | | | See http://opensimulator.org/mantis/view.php?id=4394 This change preserves the uuid when a profile is found rather than the ospa
* Make load/save iar slightly better in the face of io failures by always ↵Justin Clark-Casey (justincc)2009-11-242-63/+77
| | | | attempting to close the streams
* minor: remove experimental tags from load iar and save iar commandsJustin Clark-Casey (justincc)2009-11-241-2/+2
|