| Commit message (Expand) | Author | Age | Files | Lines |
* | minor: Remove windows build warning about CompressionLevel package ambiguity. | Justin Clark-Casey (justincc) | 2015-03-11 | 1 | -0/+1 |
* | Fix cross-grid inventory delivery notifications, fixes http://opensimulator.o... | BlueWall | 2015-02-21 | 1 | -0/+1 |
* | Make the IteratingUuidGatherer the only UuidGatherer. | Justin Clark-Casey (justincc) | 2015-01-08 | 1 | -8/+6 |
* | refactor: Move methods to start a monitored thread, start work in its own thr... | Justin Clark-Casey (justincc) | 2014-11-25 | 1 | -1/+1 |
* | refactor: consistently put all test classes in the OpenSim.Tests.Common packa... | Justin Clark-Casey (justincc) | 2014-11-25 | 5 | -5/+0 |
* | Improve on the last commit to InventoryArchiver: put back the original constr... | Diva Canto | 2014-09-28 | 3 | -10/+23 |
* | Modifications to previous IAR commits to bring them more inline with existing... | AliciaRaven | 2014-09-23 | 2 | -7/+10 |
* | Add an event callback for loading IAR files. The callback for creating them a... | AliciaRaven | 2014-09-23 | 7 | -45/+133 |
* | Change existing IAR save to use UUID for its callback reference instead of Gu... | AliciaRaven | 2014-09-23 | 5 | -17/+17 |
* | Include same content filters for IAR file exports that already exist for OAR ... | AliciaRaven | 2014-09-23 | 2 | -0/+54 |
* | For monitoring purposes, start non-timeout tasks (which do not currently use ... | Justin Clark-Casey (justincc) | 2014-09-05 | 1 | -1/+2 |
* | Show more meaningful error messages when failed to give an item to another user | Oren Hurvitz | 2014-05-06 | 1 | -6/+5 |
* | Run slow operations in a separate thread, instead of using FireAndForget (whi... | Oren Hurvitz | 2014-03-25 | 1 | -1/+1 |
* | Refactored Load IAR: created a generic mechanism to modify the SOG's as they ... | Oren Hurvitz | 2014-03-24 | 1 | -47/+19 |
* | Materials module: a) Store materials as assets; b) Finalized it (removed the ... | Oren Hurvitz | 2014-01-20 | 1 | -2/+2 |
* | refactor: replace verbose checks with String.IsNullOrEmpty where applicable. | Justin Clark-Casey (justincc) | 2013-11-15 | 1 | -2/+2 |
* | minor: Recomment out log message uncommented in previous cbdfe969 | Justin Clark-Casey (justincc) | 2013-09-21 | 1 | -4/+4 |
* | When giving items between avatars in different simulators, only add the item ... | Oren Hurvitz | 2013-09-21 | 1 | -9/+44 |
* | Fix a printing of exception error in InventoryArchiveModule that only | Robert Adams | 2013-08-23 | 1 | -1/+1 |
* | Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to be... | Diva Canto | 2013-07-05 | 4 | -23/+27 |
* | Add TestRejectGivenFolder() and TestAcceptGivenFolder() regression tests | Justin Clark-Casey (justincc) | 2013-04-29 | 2 | -5/+198 |
* | Add regression test for inventory item give, reject and subsequent trash fold... | Justin Clark-Casey (justincc) | 2013-04-29 | 1 | -0/+256 |
* | Add regression test for offer, accept and subsequent receiver delete of an it... | Justin Clark-Casey (justincc) | 2013-04-29 | 1 | -80/+3 |
* | Fix bug where an agent that declined an inventory offer and subsequently empt... | Justin Clark-Casey (justincc) | 2013-04-29 | 1 | -2/+8 |
* | Separate IAR tests into separate files for load/save/loadpath tests | Justin Clark-Casey (justincc) | 2013-02-16 | 3 | -245/+198 |
* | Make it so that "load iar / ..." does not save the 'root' "My Inventory" folder. | Justin Clark-Casey (justincc) | 2013-02-16 | 2 | -1/+60 |
* | Add regression test TestSaveNonRootFolderToIar | Justin Clark-Casey (justincc) | 2013-02-16 | 5 | -27/+179 |
* | On IAR loading, if loading of a coaleseced item entirely fails, then continue... | Justin Clark-Casey (justincc) | 2013-02-08 | 1 | -0/+18 |
* | If Save OAR/IAR times-out while waiting for assets then notify the caller tha... | Oren Hurvitz | 2013-01-02 | 1 | -2/+8 |
* | Re-enable code disabled in f605a62 to allow a TaskInventoryAccepted message t... | Justin Clark-Casey (justincc) | 2012-12-08 | 1 | -70/+68 |
* | Remove unnecessary ability to directly set InventoryItemBase.CreatorIdAsUuid | Justin Clark-Casey (justincc) | 2012-11-17 | 2 | -5/+4 |
* | Another 21 modules' directives moved out of .addin.xml | Diva Canto | 2012-11-13 | 1 | -0/+2 |
* | Disable code to get server-side to move given items to a destination folder o... | Justin Clark-Casey (justincc) | 2012-11-13 | 1 | -67/+70 |
* | Cleanup on region modules: gave short node id's to all of them. | Diva Canto | 2012-11-12 | 1 | -1/+1 |
* | Remove any mention of IRegionModule from region names and comments to aid | Melanie | 2012-11-12 | 1 | -1/+1 |
* | One more module converted: InventoryArchiverModule. | Diva Canto | 2012-11-11 | 1 | -8/+31 |
* | Prevent IMs being sent to prims when avies decline inventory offers from them. | Diva Canto | 2012-11-04 | 1 | -9/+12 |
* | Comment out checks not to overwrite existing IAR/OAR files for now on "save i... | Justin Clark-Casey (justincc) | 2012-11-01 | 1 | -2/+2 |
* | minor: Fix verbose IAR save message to make it a bit clearer that item data i... | Justin Clark-Casey (justincc) | 2012-10-27 | 1 | -1/+1 |
* | Fix "save iar" hanging permanently if the asset request phase times out. | Justin Clark-Casey (justincc) | 2012-10-26 | 3 | -14/+29 |
* | Comment out InventoryTransferModule.NeedSceneCacheClear() and invocations sin... | Justin Clark-Casey (justincc) | 2012-10-26 | 1 | -77/+77 |
* | Get "save oar" and "save iar" to tell you in a more friendly manner if the fi... | Justin Clark-Casey (justincc) | 2012-10-24 | 1 | -0/+4 |
* | On receiving TaskInventoryAccepted with a destination folder in the binary bu... | Justin Clark-Casey (justincc) | 2012-10-06 | 1 | -0/+42 |
* | Attempt to fix Mantis #6311. Honor a destination folder if one is given | Melanie | 2012-10-02 | 1 | -0/+39 |
* | Fix regression introduced in a0d178b2 (Sat Aug 25 02:00:17 2012) where folder... | Justin Clark-Casey (justincc) | 2012-08-29 | 1 | -32/+32 |
* | Fix regression where llGiveInventory() had stopped asking non-owner receivers... | Justin Clark-Casey (justincc) | 2012-07-17 | 1 | -1/+3 |
* | Fix issue in InventoryArchiveTestCase where it didn't call down to OpenSimTes... | Justin Clark-Casey (justincc) | 2012-06-27 | 1 | -1/+2 |
* | Automatically disable log4net before each regression test so that logging is ... | Justin Clark-Casey (justincc) | 2012-06-27 | 1 | -1/+1 |
* | Use DotNetZip to compress OARs and IARs. | Oren Hurvitz | 2012-04-27 | 1 | -1/+4 |
* | Add regression test for teleporting an agent between separated regions on the... | Justin Clark-Casey (justincc) | 2012-04-27 | 3 | -9/+9 |