Commit History

Author SHA1 Message Date
  John Hurliman c75d415648 * Converts ClientManager.ForEach() (and as a result, Scene.ForEachClient()) to use a non-blocking parallel method when operating in async mode 15 years ago
  John Hurliman 4847e62e9f * Switched all operations on the list of clients that could be either sync or async to use Scene.ForEachClient() instead of referencing ClientManager directly 15 years ago
  John Hurliman 23a334b9f5 * Rewrote ClientManager to remove Lindenisms from OpenSim core, improve performance by removing locks, and replace LLUDPClientCollection 15 years ago
  John Hurliman c893761319 * Unregister event handlers in LLUDPServer when a client logs out and disconnects 15 years ago
  Diva Canto d344ca932d A small change in FetchInventoryDescendantsCAPS. 15 years ago
  Diva Canto 8c255b374a Uncommented log message on CAPs FetchInventoryDescendants 15 years ago
  Jeff Ames 606e831ff5 Formatting cleanup. 15 years ago
  Jeff Ames ee205e7e81 Formatting cleanup. 15 years ago
  John Hurliman 33133e23b1 Fixes seven leaky .BeginInvoke() calls 15 years ago
  Melanie 976cf4284b Fix up WebFetchInventoryDescendents to really return all data needed, 15 years ago
  Melanie 22a0dff226 Modify CAPS inventory code. Currently this is not executed 15 years ago
  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 years ago
  Diva Canto e4f64dd714 Made HandleFetchInventoryDescendents async, so that the client thread doesn't wait for the download of the entire inventory. 15 years ago
  Diva Canto 1604c9d19e One more place fixed for setting the inventory folder owner. Thanks jhurliman. 15 years ago
  Diva Canto 4382f28efc Async purge so that the client thread doesn't wait. 15 years ago
  Diva Canto c5af39239f A better purge of trash folder. 15 years ago
  Diva Canto 124f66bfc2 jhurliman's patch in http://opensimulator.org/mantis/view.php?id=4024 15 years ago
  Diva Canto d95d3b949b Fixes mantis #4020 (http://opensimulator.org/mantis/view.php?id=4020) 15 years ago
  Diva Canto fa8a94577a Merge branch 'master' of ssh://[email protected]/var/git/opensim 15 years ago
  Jeff Ames 82c888fc6c Add copyright headers. Formatting cleanup. Fix a compiler warning. 15 years ago
  Diva Canto 6808b9109e Merge branch 'master' of ssh://[email protected]/var/git/opensim into inventory-connector 15 years ago
  Adam Johnson a42569d896 Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet Handler - ref mantis #4010 15 years ago
  Diva Canto 5246dc33dc Renamed QueryItem/QueryFolder to GetItem/GetFolder. The word 'query' starting to get on my nerves. 15 years ago
  Diva Canto 6b9cc6c48d Inventory redirects from CachedUserInfo to InventoryService COMPLETE! 15 years ago
  Diva Canto 7aa54593e0 Redirected all calls to CachedUserProfile methods to the inventory service. Redirection of the RootFolder property is still todo. This compiles but probably inventory will be inconsistent. 15 years ago
  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 years ago
  Sean Dague 1adeb8ad77 From: Chris Yeoh <[email protected]> 15 years ago
  Jeff Ames 840de6c036 Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE.txt. 15 years ago
  Dr Scofield 901fdca13b From: Chris Yeoh <[email protected]> 15 years ago
  Dr Scofield c18c1f6c7c Revert "From: Chris Yeoh <[email protected]>" 15 years ago