aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (unfollow)
Commit message (Expand)AuthorFilesLines
2008-12-19minor: remove mono compiler warningJustin Clarke Casey1-1/+0
2008-12-18* Added "show queues" command that shows throttling queues for all clients.lbsa712-2/+8
2008-12-17Reapply the packet optimization patch, with changesMelanie Thielker3-57/+42
2008-12-17Revert 7754 and 7755 pending a reworkMelanie Thielker3-47/+59
2008-12-17Stop packets that may be resent from being returned to the packet pool.Melanie Thielker1-1/+8
2008-12-17* revert r7724 so that PresenceChildStatus() starts throwing NRE's again Justin Clarke Casey1-0/+1
2008-12-17Change the PacketQueue to use the stored size as wellMelanie Thielker1-23/+16
2008-12-17Marry AckData to LLQueItem, and store packet data and length there forMelanie Thielker2-36/+31
2008-12-17* Only serialize packets once for the length calculation for throttle queues ...Justin Clarke Casey1-16/+25
2008-12-17Revamp packet handler to smooth out the stream of resent packets.Melanie Thielker1-43/+61
2008-12-17* Replace manually zeroing with Array.Clear(). Thanks cmickeybJustin Clarke Casey2-6/+3
2008-12-17Mantis #2850Melanie Thielker1-1/+14
2008-12-17* minor: Minor documentation and small minor change on LLPacketThrottle to re...Justin Clarke Casey1-20/+22
2008-12-17* Implement 'Save Object Back to My Inventory'. On the Linden client this is...Justin Clarke Casey1-1/+1
2008-12-17Add repecting the min and max values back inMelanie Thielker1-0/+12
2008-12-17Remove a major bottleneck in throttling code.Melanie Thielker1-24/+15
2008-12-17Avoid checking the throttle limit for empty queuesMelanie Thielker2-8/+8
2008-12-15More work on moving Xfer file transfer handling code to the Client stack from...MW1-34/+133
2008-12-15* minor: method documentation and miscellaneous tidyJustin Clarke Casey1-8/+13
2008-12-15* Apply http://opensimulator.org/mantis/view.php?id=2775 with small tweaksJustin Clarke Casey1-4/+25
2008-12-14Plumb the TP-Sending packetsMelanie Thielker1-0/+28
2008-12-14Mantis#2725. Thank you kindly, Diva, for a patch that:Charles Krinke1-0/+1
2008-12-13more work on moving FileTransfer code to the clientstack.MW1-5/+12
2008-12-13Add copyright headers.Jeff Ames1-1/+28
2008-12-13Update svn properties.Jeff Ames1-239/+239
2008-12-12more work on moving FileTransfer code to the clientstack.MW1-2/+42
2008-12-12Add OpenSim.Framework.IClientFileTransfer.MW1-4/+1
2008-12-12Started to move xfer file transfer code to the LLClientStack, rather than hav...MW1-0/+202
2008-12-09* minor: remove some old logging messagesJustin Clarke Casey1-3/+2
2008-12-06Send the creation-date of items to the viewer. This fixes Mantis#2769.Homer Horwitz1-2/+2
2008-12-04* minor: Take out some of the test log output I accidentally left in a couple...Justin Clarke Casey1-1/+1
2008-12-04* Put in the code necessary to allow inventory transfer of whole folders (and...Justin Clarke Casey1-0/+148
2008-12-01* minor: A few tiny bits of documentation and log message cleanup before star...Justin Clarke Casey1-5/+5
2008-11-30Update svn properties. Add copyright header. Minor formatting cleanup.Jeff Ames1-1/+1
2008-11-29Should have tried with something other than attachments. Make normal primMelanie Thielker1-1/+1
2008-11-29A try to better attachment crossing.Melanie Thielker1-0/+2
2008-11-28* Fixes Location == Location, and Location != LocationTeravus Ovares1-2/+2
2008-11-28* simplify AddNewClient since making this root without using MakeRootAgent() ...Justin Clarke Casey2-2/+2
2008-11-28* The equals override of 'Location' is not working as expected. This caused ...Teravus Ovares1-1/+7
2008-11-28* refactor: Replace derez destiation magic numbers with an enumerationJustin Clarke Casey1-1/+3
2008-11-27Cause attachment nibbles to be swapped in terse object updates, too.Melanie Thielker1-1/+1
2008-11-27* minor: remove mono compiler warningsJustin Clarke Casey1-1/+1
2008-11-27Thank you kindly, Nlin for a patch that:Charles Krinke1-15/+39
2008-11-26* Get rid of the phenomena where the avatar sometimes reverts to the stand an...Justin Clarke Casey1-0/+4
2008-11-22Removing some direct console output for outputting ImprovedInstantMessage pac...Homer Horwitz1-1/+0
2008-11-22First stage group permissions plumbingMelanie Thielker1-0/+30
2008-11-21Refactor: Scene.ExternalChecks -> Scene.Permissions. Also make allMelanie Thielker1-20/+20
2008-11-21* refactor: Rip out SOP inventory from the partial into a separate classJustin Clarke Casey1-1/+1
2008-11-21Update svn properties, minor formatting cleanup.Jeff Ames1-2/+2
2008-11-21Plumb in the list if user IDs to the land module to allow selectionMelanie Thielker1-1/+9