História revízii

Autor SHA1 Správa Dátum
  Diva Canto 1fc873d09f Same fix to LocalInventoryServiceConnector.cs 11 rokov pred
  Diva Canto 922425a205 Last 27 modules' directives (service connectors out). 12 rokov pred
  Justin Clark-Casey (justincc) 8fb3e71b14 Shuffle order of code in invnetory connector GetFolderContent() calls to avoid a possible race condition 13 rokov pred
  Justin Clark-Casey (justincc) 655935db49 Use a copy of the inventory items list to register users in the thread started by GetFolderContent(), to protect ourselves against callers modifying lists 13 rokov pred
  Justin Clark-Casey (justincc) 7cadb89a0f When a region is added to the HG Inventory Broker, also pass this through to the embedded local inventory connector to prevent an NRE when that connector tries to lookup the UserManager through the scene. 13 rokov pred
  Justin Clark-Casey (justincc) 014cd4f8bb remove mono compiler warnings 13 rokov pred
  Justin Clark-Casey (justincc) a048ec3f95 stop the local inventory services connector from logging an error when an item id isn't found. 13 rokov pred
  Diva Canto ef4f1fc4ba Made things consistent between LocalInventoryServiceConnector and RemoteXInventoryServiceConnector on GetFolderContent. 13 rokov pred
  Diva Canto c617d658dd Added creator info across the board -- TaskInventoryItems and InventoryItems themselves. Tested. Seems to be working, main tests pass. Nothing done for IARs or HG transfers yet -- this only works for OARs for the time being. 14 rokov pred
  Jeff Ames f1f0bc23f4 Formatting cleanup. 14 rokov pred
  Justin Clark-Casey (justincc) 1e8e98a07f Move code that allows llGiveInvetory() to move item into appropriate system folder up from connectors into Scene.Inventory.cs 14 rokov pred
  Justin Clark-Casey (justincc) 107052b23d Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item) 14 rokov pred
  Justin Clark-Casey (justincc) 289c21099c Add automated test at the opensim 'api' level to check that a given item goes to the correct directory 14 rokov pred
  Justin Clark-Casey (justincc) 704a53fb9b Fix bug in llGiveInventory() where items were disappearing on relog 14 rokov pred
  Justin Clark-Casey (justincc) 74e5fe5aa9 Remove various warnings and improve logging messages. No functional changes. 14 rokov pred
  Diva Canto bd49985afa Switched everything to XInventory by default. The old Inventory is still there for now, in case bugs pop up with XInventory. 14 rokov pred
  Justin Clark-Casey (justincc) 45563e20e0 minor: correctly print out missing item id when it can't be found rather than a NullReferenceException 14 rokov pred
  Diva Canto 552e9e8c78 * Added SQlite connector for AvatarData. Tested -- works. 14 rokov pred
  Melanie c033223c63 Merge branch 'master' into presence-refactor 14 rokov pred
  Justin Clark-Casey (justincc) 802a969267 Fix http://opensimulator.org/mantis/view.php?id=4224 14 rokov pred
  Diva Canto 1e1b2ab221 * OMG! All but one references to UserProfileCacheService have been rerouted! 14 rokov pred
  Diva Canto b63405c1a7 Inching ahead... This compiles, but very likely does not run. 14 rokov pred
  Diva Canto b03eeeb9f6 * Fixes mantis http://opensimulator.org/mantis/view.php?id=4044. Turns out folders were never being removed from trash when they were singled out for purging in trash. They were being removed when Trash was purged as a whole. That behavior is now fixed for the new InventoryService set. 15 rokov pred
  Diva Canto 6e35ddb0e9 Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in SQlite. Fixes most grief in 15 rokov pred
  Diva Canto d519f1885f Added MoveItems, which is most useful upon viewer-delete inventory operation. Moving a batch of items is a 1-time operation. Made it async anyway, so that the viewer doesn't wait in case the DB layer is dumb (which is the case currently). 15 rokov pred
  Diva Canto c5af39239f A better purge of trash folder. 15 rokov pred
  Diva Canto 034c9cf606 Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. 15 rokov pred
  Diva Canto 5246dc33dc Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting to get on my nerves. 15 rokov pred
  Diva Canto 41ad610f3e * Added two new packet handler implementations for inventory ops. This is starting to work! - but can't be activated incrementally, the flip needs to be global for all inventory ops. 15 rokov pred
  Diva Canto 263f32a493 Improved test for system folders. Removed log messages. 15 rokov pred