aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (unfollow)
Commit message (Expand)AuthorFilesLines
2012-08-21Allow updates sent for right pec to go to the clientMelanie1-1/+1
2012-08-20Add --force flag to "kick user" console command to allow bypassing of recent ...Justin Clark-Casey (justincc)2-6/+10
2012-08-19Fix llDialog responses so that they can be heard throughout the region. This ...Melanie1-1/+1
2012-08-18Make the console output from the reigon console hookableMelanie1-0/+7
2012-08-14Actually add the moduleMelanie1-0/+234
2012-08-14Actually add the moduleMelanie1-0/+234
2012-08-03Consolidate PersistBakedTextures, DelayBeforeAppearanceSend and DelayBeforeAp...Justin Clark-Casey (justincc)2-4/+9
2012-08-03Remove another superflouous IsActive setMelanie1-2/+0
2012-08-03Remove a merge artefaci in IsActive handling and restore commented out correc...Melanie1-2/+1
2012-08-03clientview IsActive use is broken. Suspend it's use keeping it true ( toUbitUmarov1-3/+3
2012-07-25Rename OpenSim.Framework.Statistics to OpenSim.Framework.Monitoring.Justin Clark-Casey (justincc)2-2/+2
2012-07-25Add experimental "OpenSim object memory churn" statistics to output of region...Justin Clark-Casey (justincc)1-2/+2
2012-07-24Extend region console "show queues" command to show already collected time si...Justin Clark-Casey (justincc)1-1/+2
2012-07-21Fix double-ping on logout by not sending a stop packet to the clientMelanie1-1/+1
2012-07-19Make LLClientView instant message handling asynchronous rather than synchrono...Justin Clark-Casey (justincc)1-1/+1
2012-07-19Prevent race conditions between two threads that call LLClientView.Close() si...Justin Clark-Casey (justincc)2-30/+57
2012-07-19Fix slow loading of task inventoryMelanie1-3/+7
2012-07-15backkick gitUbitUmarov1-1/+0
2012-07-15just a kick gitUbitUmarov1-0/+1
2012-07-15Remove instrumentation and fix the message delivery issueMelanie1-24/+28
2012-07-15Testing changes and instrumentationMelanie1-3/+20
2012-07-15Save packets received while the client is added and replay them later.Melanie1-0/+34
2012-07-15Revert "Experimentally handle UseCircuitCode synchrnonously"Melanie1-2/+1
2012-07-15Experimentally handle UseCircuitCode synchrnonouslyMelanie1-1/+2
2012-07-12Stop redundantly passing in the endpoint to the LLClientView constructor.Justin Clark-Casey (justincc)2-5/+2
2012-07-12Remove IClientIPEndpoint client interface for now.Justin Clark-Casey (justincc)1-20/+1
2012-07-12Remove IClientAPI.GetClientEP() in favour of existing identical IClientAPI.Re...Justin Clark-Casey (justincc)1-5/+0
2012-07-04 added a timeout paramenter to PollServiceEventArgs, so each type can define ...UbitUmarov1-1/+1
2012-07-04refactor: rename Watchdog.WATCHDOG_TIMEOUT_MS to DEFAULT_WATCHDOG_TIMEOUT_MS ...Justin Clark-Casey (justincc)1-2/+2
2012-06-29in CreateAvatarUpdateBlock() change updateflags to 0. Original flags seem pri...UbitUmarov1-0/+3
2012-06-29Add IScene.Name for code clarity to replace the RegionInfo.RegionName used in...Justin Clark-Casey (justincc)1-2/+1
2012-06-25In AttachmentsModule.DetachSingleAttachmentToInvInternal(), remove attachment...Justin Clark-Casey (justincc)1-1/+32
2012-06-22 coment out some of previus debug messaged before forgetting about them...UbitUmarov1-2/+2
2012-06-22more debugUbitUmarov1-0/+3
2012-06-22i more debugUbitUmarov1-1/+1
2012-06-22 add a temp debug messageUbitUmarov1-0/+3
2012-06-15Add region name to UseCircuitCode log messagesJustin Clark-Casey (justincc)1-4/+4
2012-06-15Put all debug console commands into a single Debug section rather than scatte...Justin Clark-Casey (justincc)1-1/+1
2012-06-15Add main instance to internal MainServer.m_Servers list to simplify internal ...Justin Clark-Casey (justincc)2-1/+11
2012-06-15Get rid of some unnecessary null checks in RegionApplicationBase.StartupSpeci...Justin Clark-Casey (justincc)1-9/+5
2012-06-14Fix very recent regression in 917d753 where I put the ++updatesThisCall outsi...Justin Clark-Casey (justincc)1-2/+2
2012-06-14If we're going to discard a terse update block because it's now someone else'...Justin Clark-Casey (justincc)1-2/+4
2012-06-14Fix a race condition where an object update for a hud could be sent to non-ow...Justin Clark-Casey (justincc)1-3/+24
2012-06-14Fix not sending TransferInfo when an asset is not found. This clogsMelanie1-4/+29
2012-06-14minor: remove unnecessary IsAttachment = false setting for new object in Uplo...Justin Clark-Casey (justincc)1-1/+0
2012-06-13minor: refactor part of LLClientView.ProcessEntityUpdates() to remove duplica...Justin Clark-Casey (justincc)1-5/+7
2012-06-13Remove long obsolete and unused IClientAPI.KillEndDone()Justin Clark-Casey (justincc)1-4/+0
2012-06-13Add ObjectUpdate as one of the packets that can be screened out when setting ...Justin Clark-Casey (justincc)1-1/+2
2012-06-12Remove accidental timeout left in during earlier debugging. Has been in sinc...Justin Clark-Casey (justincc)1-1/+1
2012-06-12Set IClientAPI.IsActive = false early on client removal due to ack timeout ra...Justin Clark-Casey (justincc)1-29/+35