| Commit message (Expand) | Author | Files | Lines |
2016-07-04 | Finally remove the requirement for an InventoryItem/FolderBase object to | Melanie Thielker | 2 | -21/+13 |
2016-02-21 | Pushed AssemblyVersion up to VersionInfo, so that we don't need to do global ... | Diva Canto | 1 | -1/+1 |
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 |
2015-10-18 | On to 0.8.3! | Diva Canto | 1 | -1/+1 |
2015-08-08 | WARNING: massive refactor to follow libomv's latest changes regarding invento... | Diva Canto | 1 | -50/+50 |
2015-05-11 | Added inventory tests to Robust.Tests. | Diva Canto | 1 | -6/+6 |
2015-05-08 | Another major overhaul of inventory downloading, this time pertaining to inve... | Diva Canto | 1 | -0/+15 |
2015-05-07 | Major change in the way inventory is downloaded: added a method throughout II... | Diva Canto | 1 | -1/+20 |
2015-04-29 | Updated all occurrences of AssemblyVersion("0.8.1.*") to AssemblyVersion("0.8... | Diva Canto | 1 | -1/+1 |
2014-06-17 | Change assembly versions to 0.8.1 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2014-05-25 | When creating a new user, create the folders "Current Outfit", "Favorites", a... | Oren Hurvitz | 1 | -2/+10 |
2014-05-06 | - When sending the "My Suitcase" folder to the client, always claim it has Fo... | Oren Hurvitz | 1 | -2/+2 |
2014-04-23 | Removed GetUserInventory(). It wasn't being used, and was creating warnings b... | Oren Hurvitz | 1 | -28/+0 |
2013-10-04 | Bump OPenSimulator version and assembly versions up to 0.8.0 Dev | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-03-26 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 1 | -0/+1 |
2013-03-24 | Phase 1 of implementing a transfer permission. Overwrite libOMV's PermissionMask | Melanie | 1 | -0/+1 |
2013-02-19 | Deleted all AssemblyFileVersion directives | Diva Canto | 1 | -1/+1 |
2013-02-05 | Bump version and assembly version numbers from 0.7.5 to 0.7.6 | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2013-02-01 | Revert "Update assembly version numbers" | BlueWall | 1 | -1/+1 |
2013-02-01 | Update assembly version numbers | BlueWall | 1 | -1/+1 |
2013-01-02 | Fixed bugs when getting the root folder. | Oren Hurvitz | 1 | -1/+10 |
2012-11-17 | Remove old InventoryService, which has for a long time been replaced by XInve... | Justin Clark-Casey (justincc) | 2 | -782/+0 |
2012-11-17 | Do not allow invariants to change on calls to XInventoryService.UpdateItem() | Justin Clark-Casey (justincc) | 2 | -10/+140 |
2012-11-17 | Add basic XInventoryServicesTests.TestAddItem() regression test. | Justin Clark-Casey (justincc) | 1 | -0/+87 |
2012-11-15 | Revert "Merge master into teravuswork", it should have been avination, not ma... | teravus | 1 | -50/+15 |
2012-11-14 | The last few AssemblyInfos. Finished! | Diva Canto | 1 | -0/+33 |
2012-11-09 | Update parent inventory folder version numbers when folders are moved/created... | Justin Clark-Casey (justincc) | 1 | -10/+1 |
2012-08-29 | Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2012-08-25 | Following on from f8a89a79, do not allow more than one 'type' folder (e.g. ca... | Justin Clark-Casey (justincc) | 1 | -16/+49 |
2012-08-25 | Allow multiple calling card type inventory folders to be created. | Justin Clark-Casey (justincc) | 1 | -0/+1 |
2012-06-02 | Fix various issues with http inventory | Justin Clark-Casey (justincc) | 1 | -1/+1 |
2012-05-21 | minor: extend commented out LinkInventoryItem log message for future use | Justin Clark-Casey (justincc) | 1 | -3/+3 |
2012-05-21 | Fix bug where outfit folders could not be renamed. | Justin Clark-Casey (justincc) | 1 | -4/+13 |
2012-05-18 | Fix issue where a new outfit folder is not created when a new outfit is saved... | Justin Clark-Casey (justincc) | 1 | -3/+9 |
2012-05-04 | refactor: Rename new DeleteFoldersEx/PurgeFoldersEx methods to DeleteFolders/... | Justin Clark-Casey (justincc) | 1 | -6/+7 |
2012-05-04 | Allow deleting folders even if they're not in the Trash | Oren Hurvitz | 1 | -4/+15 |
2012-04-06 | A few minor tweaks here and there in XInventoryService. | Diva Canto | 1 | -14/+48 |
2012-03-27 | Reverse a conditional in XInventory that made updating system folder evrsion ... | Melanie | 1 | -1/+1 |
2012-03-27 | Send the config section name up to the service classes themselves (XInventory... | Diva Canto | 1 | -2/+10 |
2011-09-23 | Fix avatar parameter updating for viewer 3 and maybe 2. | Justin Clark-Casey (justincc) | 1 | -5/+9 |
2011-07-23 | For default everyone permissions on library items, make notecards and scripts... | Justin Clark-Casey (justincc) | 1 | -1/+2 |
2011-07-23 | Remove manually permissions settings on all current library items so that the... | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2011-07-23 | Revert "Don't load current/next/everyone/base permissions from the library it... | Justin Clark-Casey (justincc) | 1 | -11/+26 |
2011-07-23 | Don't load current/next/everyone/base permissions from the library item xml f... | Justin Clark-Casey (justincc) | 1 | -26/+11 |
2011-06-04 | Fix give inventory tests to use different users rather than (accidentally) th... | Justin Clark-Casey (justincc) | 1 | -2/+6 |
2011-05-27 | HG inventory transfers over the profile working. | Diva Canto | 1 | -5/+5 |
2011-05-26 | fix bug where outfit folder links could not be deleted | Justin Clark-Casey (justincc) | 1 | -4/+4 |
2011-05-19 | Allow item links to be deleted even when other deletes and purges are disabled. | Justin Clark-Casey (justincc) | 1 | -6/+28 |
2011-05-18 | Accidentally committed too early | Justin Clark-Casey (justincc) | 1 | -24/+6 |
2011-05-17 | Allow item links to be deleted even when other deletes and purges are disabled. | Justin Clark-Casey (justincc) | 1 | -6/+24 |