aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim (unfollow)
Commit message (Expand)AuthorFilesLines
2013-07-13Guard against unauthorized agent deletes.Diva Canto9-32/+57
2013-07-13Deleted GET agent all around. Not used.Diva Canto5-134/+2
2013-07-13Gatekeeper: stop bogus agents earlier, here at the Gatekeeper. No need to bot...Diva Canto1-0/+6
2013-07-13Some more debug to see how many threads are available.Diva Canto1-0/+2
2013-07-13That didn't fix the problem.Diva Canto2-27/+38
2013-07-13Trying to reduce CPU usage on logins and TPs: trying radical elimination of a...Diva Canto2-38/+27
2013-07-13This commit effectively reverses the previous one, but it's just to log that ...Diva Canto1-4/+4
2013-07-13Same issue as previous commit.Diva Canto1-3/+4
2013-07-13Moved SendInitialDataToMe to earlier in CompleteMovement. Moved TriggerOnMake...Diva Canto2-6/+15
2013-07-13Added UploadBakedTexture/UploadBakedTextureServerConnector, so that this can ...Diva Canto1-0/+76
2013-07-13Reinsert PhysicsActor variable back into SOP.SubscribeForCollisionEvents() in...Justin Clark-Casey (justincc)1-8/+12
2013-07-13In co-op termination, extend EventWaitHandle to give this an indefinite lifet...Justin Clark-Casey (justincc)1-2/+21
2013-07-12Add ToOSDMap() overrides to the Stat subclass CounterStat.Robert Adams3-0/+88
2013-07-12Changed UploadBakedTextureModule so that it uses the same pattern as the othe...Diva Canto1-8/+27
2013-07-11Enhance NullEstateData to remember stored estate values and returnRobert Adams1-7/+21
2013-07-11Centralize duplicated code in SceneObjectPart for subscribing toRobert Adams1-54/+43
2013-07-11Added a few more thingies to the asset client test to poke the threadpool.Diva Canto1-2/+19
2013-07-11Try naming the materials handlers again, this time registering the POST as Re...Justin Clark-Casey (justincc)1-3/+6
2013-07-11minor: remove some regression test logging switches accidentally left uncomme...Justin Clark-Casey (justincc)2-2/+2
2013-07-11minor: Take out unnecessary clumsy sleep at the end of regression Test404Resp...Justin Clark-Casey (justincc)1-3/+0
2013-07-11Fix regression where llHTTPRequests which did not get an OK response returned...Justin Clark-Casey (justincc)3-41/+244
2013-07-11Added property to make for more flexible testing.Diva Canto1-0/+5
2013-07-11Added a test for the asset serviceDiva Canto1-0/+99
2013-07-11Changed the UserProfileModule so that it's less greedy in terms of thread usage.Diva Canto1-7/+5
2013-07-11Switched UUIDNameRequest and RegionHandleRequest to Sync, because now they ar...Diva Canto1-2/+2
2013-07-11Switched TransferRequest (UDP packet handler) to sync. The permissions checks...Diva Canto1-99/+115
2013-07-10remove names from Capability handlers (added by justincc in commit 013710168b...dahlia1-7/+4
2013-07-10Switched RegionHandshakeReply to Sync, because it's not doing anything blocking.Diva Canto1-1/+1
2013-07-10EXPERIMENTAL: make RequestImage (UDP packet handler) sync instead of async. T...Diva Canto1-1/+1
2013-07-10show client stats: Fixed the requests/min. Also changed the spelling of the c...Diva Canto1-21/+22
2013-07-10Added show client-stats [first last] command to expose what viewers are reque...Diva Canto4-20/+145
2013-07-10Remove a null reference exception in SimianPresenceServiceConnector thatRobert Adams1-4/+8
2013-07-09Comment out old inbound UDP throttling hack. This would cause the UDPRobert Adams1-0/+2
2013-07-09Revert "minor: remove some mono compiler warnings in UserProfileModule"Robert Adams1-13/+16
2013-07-09If a sensor is in an attachment, avoid throwing an exception if the attachee ...Justin Clark-Casey (justincc)1-0/+10
2013-07-09Handle UUIDNameRequest UDP packet processing async instead of within the main...Justin Clark-Casey (justincc)1-1/+1
2013-07-09Put guards on a bunch of exception-inducing code, as seen in logs from load t...Diva Canto6-6/+20
2013-07-09BulletSim: add parameter to optionally disable vehicle linear deflection.Robert Adams2-16/+34
2013-07-08remove some cruft and trigger a rebuilddahlia1-1/+0
2013-07-08remove an invalid null UUID check which caused a warningdahlia1-8/+1
2013-07-08BulletSim: make all the different angularVerticalAttraction algorithmsRobert Adams4-138/+146
2013-07-09minor: remove mono compiler warnings from HGSuitcaseInventoryServiceJustin Clark-Casey (justincc)1-3/+3
2013-07-09minor: remove some mono compiler warnings in UserProfileModuleJustin Clark-Casey (justincc)1-16/+13
2013-07-08minor: remove some mono compiler warnings in new groups codeJustin Clark-Casey (justincc)4-8/+1
2013-07-08minor: remove mono compiler warnings related to keyframe codeJustin Clark-Casey (justincc)2-8/+3
2013-07-08Add missing file BaseOutputStreamHandler.cs from recent commit e19defdJustin Clark-Casey (justincc)1-0/+60
2013-07-08minor: remove some mono compiler warnings in OdePluginJustin Clark-Casey (justincc)2-2/+1
2013-07-08minor: remove now unused migration-hack bool from DAMapJustin Clark-Casey (justincc)1-4/+0
2013-07-08minor: Add back commented out logging message in Caps.RegisterHandler() that ...Justin Clark-Casey (justincc)1-0/+1
2013-07-08For stat purposes, add names to capability request handlers where these were ...Justin Clark-Casey (justincc)5-11/+20