Commit History

Author SHA1 Message Date
  MW b62b9af6b0 Added two new "trusted" url handlers to the Inventory server, to allow the user server to get a list of items in a folder and add a new item. 16 years ago
  Homer Horwitz fe9aea258f Add persistence of active gestures. This needs an UGAIM update to work. 16 years ago
  Teravus Ovares 7d89e12293 * This is the fabled LibOMV update with all of the libOMV types from JHurliman 16 years ago
  Jeff Ames 6ef9d4da90 Formatting cleanup. 16 years ago
  Justin Clarke Casey adfccd0ee0 * Add line to log notifying of inventory -> user grid server trust failure 16 years ago
  MW a7db55717b enabled a config option to inventory server to be able to stop it doing the SessionId lookup to the user server. As this ties a inventory server to one userserver/grid. 16 years ago
  Mike Mazur 84cc69573b Thanks, lulurun, for a patch that adds an authenticated session cache to reduce 16 years ago
  Mike Mazur 635b715880 Thanks, cmickeyb, for a patch that addresses secure inventory assuming IP addresses in configuration. Fix issue 1812. 16 years ago
  Johan Berntsson 344c9caeb6 thanks lulurun for a security patch that blocks unathorized access to the inventory server (see http://opensimulator.org/wiki/Security_vulnerability_brought_by_non-check_inventory_service) 16 years ago
  Jeff Ames 65c5efe43b Formatting cleanup. 16 years ago
  Justin Clarke Casey 3f345bf685 * Removing polling delay for non-CAPS inventory fetch if the client has not yet received data from the inventory service 16 years ago
  Adam Frisby ba8ff761c0 * Reduced sleep durations in a number of files. 16 years ago
  Justin Clarke Casey 27a7391d6b * Add ability to defer item actions for AddItem() and DeleteItem(). This won't be useful until we let the client cache (again?) 16 years ago
  Justin Clarke Casey 56827894e9 * Refactor RemoveItem() 16 years ago
  Justin Clarke Casey 45430a5403 * Refactor: move UpdateFolder into CachedUserInfo 16 years ago
  Justin Clarke Casey 1087542705 * Refactor: Move bulk of CreateFolder from UserProfileCacheService into CachedUserInfo 16 years ago
  Justin Clarke Casey 1de6cffa28 * Refactor: Remove the unused userID parameter that was being passed into almost every inventory method 16 years ago
  Adam Frisby 20a9bf08f5 * Rolled back a few changes. 16 years ago
  Adam Frisby fc6c4dc399 * Cleaning code still. 16 years ago
  Adam Frisby 4692e92312 * Assorted spring cleanings. 16 years ago
  Teravus Ovares a9cc76e0ef * Long awaited patch from A_Biondi Mantis 923. Kept alive by Melanie. Thanks A_Biondi and Melanie! 16 years ago
  Justin Clarke Casey 40176c12f9 * Implement full grid mode Trash empty 16 years ago
  Justin Clarke Casey 4db839c3b8 * Implement proper emptying of trashcan on standalone 16 years ago
  Justin Clarke Casey 269a2e4b88 * Allow folder renaming to complete after an agent inventory has been received by a region from the inventory service 16 years ago
  Adam Frisby fef3b36894 * Optimised using statements and namespace references across entire project (this took a while to run). 16 years ago
  Justin Clarke Casey 3d3eec436a * Remove user profile from cache when they log out from a region. 16 years ago
  Justin Clarke Casey b3f783ae05 * Reduce publicly exposed fields on InventoryCollection, which was causing duplicate sets of inventory data to be sent over the grid 16 years ago
  Justin Clarke Casey a5176c2e2c * Change inventory async response deliver to deliver all items and folders at once, rather than each individual 16 years ago
  Justin Clarke Casey b41abbd50e * Minor: really just comment and subsequent indentation adjustment. Preparation for handling inventory problems where the inventory server receives a request and never responds, or is late in responding 16 years ago
  Justin Clarke Casey 5ad4c79a4e * Refactor GetUsersInventory() 16 years ago