Commit History

Author SHA1 Message Date
  Diva Canto 7b0b5c9d97 Added BasicSearchModule.cs which handles OnDirFindQuery events. Removed that handler from both Groups modules in core, and replaced them with an operation on IGroupsModule. 11 years ago
  Diva Canto 6be614ba84 This makes people search work. 11 years ago
  Justin Clark-Casey (justincc) feef9d64a4 For unknown user issue, bump GUN7 to GUN8 and UMMAU3 to UMMAU4 to assess what looks like a very significant reducing in GUN occurrances 11 years ago
  Diva Canto 9432f3c94d Improvements to the ServiceThrottleModule: added a category and an itemid to the interface, so that duplicate requests aren't enqueued more than once. 11 years ago
  Diva Canto 5f27aaa6dd UserManagementModule: in the continuation, call the method that also looks up the cache, because the resource may be here in the meantime 11 years ago
  Diva Canto 9f578cf0c8 Deleted a couple of verbose messages 11 years ago
  Diva Canto 3fbd2c54bc Eliminated the UserManagement/UserManagementModule throttle thread. Made the other one generic, taking any continuation. 11 years ago
  Diva Canto e0f0b88dec In the pursuit of using less CPU: now trying to avoid blocking queues altogether. Instead, this uses a timer. No sure if it's better or worse, but worth the try. 11 years ago
  Diva Canto 6da50d34df Actually use DoubleQueue in UserManagement/UserManagementModule 11 years ago
  Diva Canto 5a01ffa515 High CPU hunt: try a different blocking queue, DoubleQueue 11 years ago
  Diva Canto fbb01bd280 Protect against null requests 11 years ago
  Diva Canto c66a9a08e4 Placed a throttle on UserManagementModule for name lookups. Singularity apparently is flooding the sims with name requests. 11 years ago
  Diva Canto 71e26555bd Revert "WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMIT" 11 years ago
  Diva Canto 391633c072 Some more fixes on strange behaviors of Unknown User, esp. related to large messy inventories and esp. related to kokua 11 years ago
  Diva Canto 9b75d75724 WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMIT 11 years ago
  Diva Canto d80936bbbb Guard against completely unknown user UUIDs. 11 years ago
  Justin Clark-Casey (justincc) fdafc2a16c With diva's permission, temporarily reinsert Unknown UserUMMAU3 to make sure that GUN7 failure has largely disappeared. 11 years ago
  Diva Canto 119f84fe11 Squoosh one last opportunity for Unknown Users to creep in. 11 years ago
  Diva Canto 4d24bf75fd Deleted debug messages. Fixed a null ref exception on the POST handler of GridUserServerPostHandler.cs 11 years ago
  Diva Canto 626940ceb8 More debug messages 11 years ago
  Diva Canto e984bfb4c6 This should have a strong effect on the Unknown User issue mantis #6625 11 years ago
  Justin Clark-Casey (justincc) 635704b7ef Update debug unknown user name UserUMMTGUN3 to UserUMMTGUN4 and UserUMMAU -> UserUMMAU2 to track any new occurences. 11 years ago
  Justin Clark-Casey (justincc) f78d2ef166 Update temporary "Unknown UserUMMTGUN2" name to "Unknown UserUMMTGUN3" to see if Diva's recent HG updates (post 6c7e33f) fix this issue. 11 years ago
  Diva Canto d8da83b4ff Removed the lock entirely 11 years ago
  Diva Canto b33db917f5 Really bad idea to lock m_UserCache for so long in UserManagementModule. Added a special lock object instead, if we really want to avoid concurrent executions of that code. 11 years ago
  Justin Clark-Casey (justincc) cc7aa88b26 Try caching the user name for a new agent earlier on in the process of establishing a connection, to see if this helps with "Unknown UserUMMTGUN" issues. 11 years ago
  Justin Clark-Casey (justincc) 06ab168897 To further help with tracking down the apperance of too much "Unknown User" in chatlogs, etc. temporarily change each instance of this in OpenSimulator so we can identify where it's coming from 11 years ago
  Justin Clark-Casey (justincc) ba6a6b2d40 Fix compile failure from recent git master 434c3cf 11 years ago
  Justin Clark-Casey (justincc) 434c3cf83b Make "show name" command display HomeURL like "show names" 11 years ago
  Justin Clark-Casey (justincc) 5c8d38d6cf minor: Change "show names" command to use consistent console display table 11 years ago