aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Avatar/Inventory/Archiver/InventoryArchiveUtils.cs (unfollow)
Commit message (Collapse)AuthorFilesLines
2010-08-27allow inventory path specified in "load iar" to start with a / (e.g. ↵Justin Clark-Casey (justincc)1-1/+9
/Objects is now valid where it wasn't before)
2010-07-14Fix obvious bug in XInventoryService.GetFolderItems() which was preventing ↵Justin Clark-Casey (justincc)1-1/+8
the iar module from being able to save single item iars
2010-06-18in IAR utils, return all folders that match a particular path rather than ↵Justin Clark-Casey (justincc)1-15/+20
just the first one
2009-11-23Formatting cleanup.Jeff Ames1-4/+4
2009-11-09refactor out iar escapingJustin Clark-Casey (justincc)1-0/+23
2009-11-09Implement human / escaping for inventory folders as well as itemsJustin Clark-Casey (justincc)1-1/+5
2009-11-09refactor path delimiter in iar utilsJustin Clark-Casey (justincc)1-5/+7
2009-11-09minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2009-11-09refactor: make human iar escape char a constant rather than a magic charJustin Clark-Casey (justincc)1-3/+5
2009-11-09* for iars, allow item names/folders including "/" to be escaped using "\/"Justin Clark-Casey (justincc)1-1/+82
* also, "\" has to be escaped as "\\" * add item name unit test for escaped characters
2009-10-01Formatting cleanup.Jeff Ames1-2/+2
2009-10-01Formatting cleanup.Jeff Ames1-6/+6
2009-09-08extend load iar test to loading into a deeply nested directoryJustin Clark-Casey (justincc)1-3/+1
correct bug associated with this
2009-09-06Add convenience functions to InventoryArchiveUtils for locating folders by ↵Justin Clark-Casey (justincc)1-0/+66
assuming we're starting from the root Change test methods to use convenience functions
2009-09-06Convert iar write request to use inventory service requests rather than cacheJustin Clark-Casey (justincc)1-0/+146