aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (unfollow)
Commit message (Expand)AuthorFilesLines
2012-06-08If logging a client out due to ack timeout, do this asynchronously rather tha...Justin Clark-Casey (justincc)2-10/+20
2012-06-08Add regression test for client logout due to ack timeout.Justin Clark-Casey (justincc)3-91/+103
2012-06-08Remove null checks at top of LLUDPServer.ProcessInPacket(). Neither packet n...Justin Clark-Casey (justincc)1-8/+1
2012-06-08Store already retrieve IClientAPI in IncomingPacket structure for later use r...Justin Clark-Casey (justincc)2-15/+16
2012-06-07Log warning if we try to remove a UDP client that has already been removed.Justin Clark-Casey (justincc)1-0/+6
2012-06-07Allow the thread watchdog to accept an alarm method that is invoked if the ti...Justin Clark-Casey (justincc)1-5/+64
2012-06-05Mantis 4597 AgentPaused packet is ignored.Talun1-3/+15
2012-05-18Fix build break. Comment out EQG deregister/register logging.Justin Clark-Casey (justincc)1-10/+10
2012-05-18Add level 2 debug eq logging which logs event queue polls.Justin Clark-Casey (justincc)1-23/+32
2012-05-18refactor: move EventQueueGet path generation into common method. Rename some...Justin Clark-Casey (justincc)1-20/+33
2012-05-09Improve logging on the prim inventory script asset request path for future use.Justin Clark-Casey (justincc)2-6/+9
2012-05-03Implement optional name and description on http stream handlers so that we ca...Justin Clark-Casey (justincc)12-80/+137
2012-05-01Add regression test for teleporting between neighbouring regions on the same ...Justin Clark-Casey (justincc)2-2/+3
2012-04-27Revert "Revert "Implement bulk inventory update over CAPS (not recursive by d...Justin Clark-Casey (justincc)1-1/+47
2012-04-27Revert "Implement bulk inventory update over CAPS (not recursive by design,"Justin Clark-Casey (justincc)1-47/+1
2012-04-27Add regression test for teleporting an agent between separated regions on the...Justin Clark-Casey (justincc)3-3/+3
2012-04-26Tweak log messages on local region to region teleport path to help with probl...Justin Clark-Casey (justincc)1-1/+3
2012-04-26minor: Add more detail to unauthorized caps client messageJustin Clark-Casey (justincc)1-1/+4
2012-04-26minor: Add region name to dropped inbound packet messageJustin Clark-Casey (justincc)1-1/+3
2012-04-07Rather than having a FromFolderID property on every single prim and only ever...Justin Clark-Casey (justincc)1-1/+1
2012-04-07Store FromItemID for attachments once on SOG instead of on every SOP and only...Justin Clark-Casey (justincc)1-1/+1
2012-04-06Packing of folder in SendBulkUpdateInventory always set the folder type to -1...Diva Canto1-1/+2
2012-03-31Implement bulk inventory update over CAPS (not recursive by design,Melanie1-1/+47
2012-03-29refactor: Stop passing both IClientAPI and agentID to friend event listeners,...Justin Clark-Casey (justincc)1-7/+6
2012-03-29Add back parts of reverted changes that were not concerned with child agent c...Justin Clark-Casey (justincc)1-2/+2
2012-03-29Revert "Simplify friends caching by only doing this for root agents - no func...Justin Clark-Casey (justincc)1-2/+2
2012-03-28Simplify friends caching by only doing this for root agents - no functions re...Justin Clark-Casey (justincc)1-2/+2
2012-03-28Typo fixMelanie1-1/+1
2012-03-28Fix typosMelanie1-2/+2
2012-03-28Start on Bulk inventory update via CAPS. Not functional yet. HG v2Melanie1-0/+48
2012-03-28Add a corresponding method for items. HG v2Melanie1-0/+38
2012-03-28Add SendRemoveInventoryFolders which allows to remove one or moreMelanie1-1/+40
2012-03-27User level based restrictions for HyperGrid teleports, asset uploads, group c...Snoopy Pfeffer2-20/+58
2012-03-21Instead of loading default avatar animations in both SLUtil and AvatarAnimati...Justin Clark-Casey (justincc)1-6/+1
2012-03-20minor: remove some mono compiler warningsJustin Clark-Casey (justincc)1-1/+1
2012-03-20Move frame loop entirely within Scene.Update() for better future performance ...Justin Clark-Casey (justincc)1-1/+1
2012-03-09Factor out common default animations code into SLUtil. LLClientView now make...Justin Clark-Casey (justincc)1-26/+1
2012-03-08Change "help" to display categories/module list then "help <category/module>"...Justin Clark-Casey (justincc)1-1/+1
2012-03-02comment out "[CAPS]: ScriptTaskInventory Request" log spamJustin Clark-Casey (justincc)1-1/+1
2012-02-24Stop spurious scene loop startup timeout alarms for scenes with many prims.Justin Clark-Casey (justincc)1-2/+5
2012-02-16Correct a bug introduced in 1f402fdf (Feb 7 2012) where the delete friends gr...Justin Clark-Casey (justincc)1-3/+3
2012-02-16Add known identity informatio nto log message if an exception is thrown durin...Justin Clark-Casey (justincc)1-36/+53
2012-02-10Fix: Covenant view fails after updates or cache-clean see mantis http://opens...PixelTomsen1-0/+12
2012-02-10Fix: Unable to remove AV from friend list (sqldb-bug) http://opensimulator.or...PixelTomsen1-7/+7
2012-02-10When an asset is uploaded (e.g. a mesh) set individual copy/move/transfer per...Justin Clark-Casey (justincc)3-7/+14
2012-02-03Fix: Covenant changed time not set http://opensimulator.org/mantis/view.php?i...PixelTomsen1-4/+4
2012-02-02Replace ParcelAccessEntry with a new struct, LandAccessEntry, which moreMelanie1-7/+7
2012-01-31minor: remove mono compiler warningJustin Clark-Casey (justincc)1-2/+1
2012-01-29Fix:Get embedded objects in notecard http://opensimulator.org/mantis/view.php...PixelTomsen1-0/+71
2012-01-28Remove IClientAPI from the money module. It was only used to pass in theMelanie2-4/+4