aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/CoreModules/Framework (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-16Changed the name to ServiceThrottle/ServiceThrottleModule in order to reflect...Diva Canto1-0/+0
2013-07-16Eliminated the UserManagement/UserManagementModule throttle thread. Made the ...Diva Canto2-189/+148
2013-07-16In the pursuit of using less CPU: now trying to avoid blocking queues altoget...Diva Canto2-15/+120
2013-07-16Actually use DoubleQueue in UserManagement/UserManagementModuleDiva Canto1-1/+1
2013-07-16High CPU hunt: try a different blocking queue, DoubleQueueDiva Canto2-1/+3
2013-07-15Add request received/handling stats for caps which are served by http poll ha...Justin Clark-Casey (justincc)1-19/+73
2013-07-15Protect against null requestsDiva Canto2-12/+16
2013-07-14Cleanup old hg sessions (older than 2 days)Diva Canto1-2/+5
2013-07-14Change the auth token to be the user's sessionid.Diva Canto1-3/+3
2013-07-13Guard against unauthorized agent deletes.Diva Canto1-7/+7
2013-07-09Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto2-4/+4
2013-07-08Add "show caps stats by user" and "show caps stats by cap" console commands t...Justin Clark-Casey (justincc)1-4/+230
2013-07-08Make dictionary read/write locking consistent in CapabilitiesModule, rename t...Justin Clark-Casey (justincc)1-48/+82
2013-07-08Placed a throttle on UserManagementModule for name lookups. Singularity appar...Diva Canto2-11/+57
2013-07-06Revert "WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMIT"Diva Canto1-3/+1
2013-07-06Some more fixes on strange behaviors of Unknown User, esp. related to large m...Diva Canto1-3/+2
2013-07-06WARNING: BRUTE FORCE DEBUG AGAIN. AVOID USING THIS COMMITDiva Canto1-1/+3
2013-07-05Changed a few bits in Inventory/Archiver/InventoryArchiveReadRequest.cs to be...Diva Canto1-2/+2
2013-07-06Update thread watchdog on GridServiceRequestThread periodically and turn off ...Justin Clark-Casey (justincc)1-1/+3
2013-07-04Delete some verbose debug messagesDiva Canto1-1/+1
2013-07-04Throttle the viewer's requests for region handles. Apparently Kokua is reques...Diva Canto1-0/+161
2013-07-04Guard against completely unknown user UUIDs.Diva Canto1-3/+6
2013-07-04With diva's permission, temporarily reinsert Unknown UserUMMAU3 to make sure ...Justin Clark-Casey (justincc)1-7/+18
2013-07-04More debug, same issueDiva Canto1-1/+1
2013-07-02Squoosh one last opportunity for Unknown Users to creep in.Diva Canto1-7/+5
2013-07-02Deleted debug messages. Fixed a null ref exception on the POST handler of Gri...Diva Canto1-3/+2
2013-07-02More debug messagesDiva Canto1-1/+6
2013-07-02This should have a strong effect on the Unknown User issue mantis #6625Diva Canto1-2/+18
2013-07-02HG: close a loophole by which if something was wrong with the ServiceURLs it ...Diva Canto2-1/+10
2013-07-01Update debug unknown user name UserUMMTGUN3 to UserUMMTGUN4 and UserUMMAU -> ...Justin Clark-Casey (justincc)1-2/+2
2013-06-27Make the concept of namespaces explicit in dynamic attributesJustin Clark-Casey (justincc)2-10/+15
2013-06-25Update temporary "Unknown UserUMMTGUN2" name to "Unknown UserUMMTGUN3" to see...Justin Clark-Casey (justincc)1-1/+1
2013-06-22HG: avoid call on localhost between sim and UAS for standalone.Diva Canto1-1/+20
2013-06-21Finally moved HG agent transfers to use agent fatpacks.Diva Canto1-1/+1
2013-06-11Removed the lock entirelyDiva Canto1-56/+52
2013-06-11Really bad idea to lock m_UserCache for so long in UserManagementModule. Adde...Diva Canto1-13/+17
2013-06-11Put the "script saved" and "notecard saved" messages back into the bottomMelanie1-2/+2
2013-06-06Hook up Keyframe motion to almost everything. Failing to cross a sim borderMelanie2-0/+6
2013-05-29Try caching the user name for a new agent earlier on in the process of establ...Justin Clark-Casey (justincc)2-2/+2
2013-05-29Add HG regression TestCachedUserNameForNewAgent()Justin Clark-Casey (justincc)1-0/+76
2013-05-23Fix bug where both ordinary UserManagementModule and HGUserManagementModules ...Justin Clark-Casey (justincc)1-1/+1
2013-05-21To further help with tracking down the apperance of too much "Unknown User" i...Justin Clark-Casey (justincc)1-2/+2
2013-05-21Fix compile failure from recent git master 434c3cfJustin Clark-Casey (justincc)1-1/+1
2013-05-21Make "show name" command display HomeURL like "show names"Justin Clark-Casey (justincc)1-4/+11
2013-05-21minor: Change "show names" command to use consistent console display tableJustin Clark-Casey (justincc)1-15/+9
2013-05-21Add "show name" console command to make it possible to show a single binding ...Justin Clark-Casey (justincc)1-0/+34
2013-05-21Log when "Unknown User" is sent to a user because the UMM had no binding for ...Justin Clark-Casey (justincc)1-17/+32
2013-05-21Lock m_UserCache whilst iterating over it in UserManagementModule.GetUserData...Justin Clark-Casey (justincc)1-4/+9
2013-05-16minor: remove long commented out scene cache clearing code in EntityTransferM...Justin Clark-Casey (justincc)1-9/+0
2013-05-16minor: Remove completely unused IClientAPI.RequestClientInfo() call from Enti...Justin Clark-Casey (justincc)1-3/+0