Historie revizí

Autor SHA1 Zpráva Datum
  Diva Canto 1fc873d09f Same fix to LocalInventoryServiceConnector.cs před 11 roky
  Diva Canto 922425a205 Last 27 modules' directives (service connectors out). před 12 roky
  Justin Clark-Casey (justincc) 8fb3e71b14 Shuffle order of code in invnetory connector GetFolderContent() calls to avoid a possible race condition před 13 roky
  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 před 13 roky
  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. před 13 roky
  Justin Clark-Casey (justincc) 014cd4f8bb remove mono compiler warnings před 13 roky
  Justin Clark-Casey (justincc) a048ec3f95 stop the local inventory services connector from logging an error when an item id isn't found. před 13 roky
  Diva Canto ef4f1fc4ba Made things consistent between LocalInventoryServiceConnector and RemoteXInventoryServiceConnector on GetFolderContent. před 13 roky
  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. před 14 roky
  Jeff Ames f1f0bc23f4 Formatting cleanup. před 14 roky
  Justin Clark-Casey (justincc) 1e8e98a07f Move code that allows llGiveInvetory() to move item into appropriate system folder up from connectors into Scene.Inventory.cs před 14 roky
  Justin Clark-Casey (justincc) 107052b23d Create Scene.Inventory.cs.AddInventoryItem(InventoryItemBase item) před 14 roky
  Justin Clark-Casey (justincc) 289c21099c Add automated test at the opensim 'api' level to check that a given item goes to the correct directory před 14 roky
  Justin Clark-Casey (justincc) 704a53fb9b Fix bug in llGiveInventory() where items were disappearing on relog před 14 roky
  Justin Clark-Casey (justincc) 74e5fe5aa9 Remove various warnings and improve logging messages. No functional changes. před 14 roky
  Diva Canto bd49985afa Switched everything to XInventory by default. The old Inventory is still there for now, in case bugs pop up with XInventory. před 14 roky
  Justin Clark-Casey (justincc) 45563e20e0 minor: correctly print out missing item id when it can't be found rather than a NullReferenceException před 14 roky
  Diva Canto 552e9e8c78 * Added SQlite connector for AvatarData. Tested -- works. před 14 roky
  Melanie c033223c63 Merge branch 'master' into presence-refactor před 14 roky
  Justin Clark-Casey (justincc) 802a969267 Fix http://opensimulator.org/mantis/view.php?id=4224 před 14 roky
  Diva Canto 1e1b2ab221 * OMG! All but one references to UserProfileCacheService have been rerouted! před 14 roky
  Diva Canto b63405c1a7 Inching ahead... This compiles, but very likely does not run. před 14 roky
  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. před 15 roky
  Diva Canto 6e35ddb0e9 Fixes GetItem and GetFolder for SQLite. Turns out some methods were no-op in SQlite. Fixes most grief in před 15 roky
  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). před 15 roky
  Diva Canto c5af39239f A better purge of trash folder. před 15 roky
  Diva Canto 034c9cf606 Added GetAssetPermissions. Few last bugs nixed. This is ready for testing. před 15 roky
  Diva Canto 5246dc33dc Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting to get on my nerves. před 15 roky
  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. před 15 roky
  Diva Canto 263f32a493 Improved test for system folders. Removed log messages. před 15 roky