aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack (unfollow)
Commit message (Expand)AuthorFilesLines
2009-07-01Formatting cleanup.Jeff Ames1-6/+6
2009-07-01Restore the functionality that was removed in r9928. This lets the loadMelanie Thielker2-50/+50
2009-06-29* C# compiler is not smart enough to understand ClientLoop is under very heav...Arthur Valadares1-26/+25
2009-06-29* Changing List to Dictionary in PacketQueue.Dequeue for great justice (and p...Arthur Valadares1-8/+18
2009-06-29Update svn properties, add copyright header, formatting cleanup.Jeff Ames1-2/+2
2009-06-25moving the m_PendingAcksMap.Remove() out of the foreach and clearingDr Scofield1-1/+1
2009-06-25have to clear m_PendingAcks not m_PendingAcksMapDr Scofield1-1/+1
2009-06-25hmph: missing '{'/'}', thx to nebadon for reporting it and rob smartDr Scofield1-3/+10
2009-06-25fixing windows specific compile error.Dr Scofield1-32/+32
2009-06-25cosmetic changeDr Scofield1-2/+1
2009-06-25streamlining m_NeedAck logicDr Scofield1-31/+29
2009-06-25streamling m_PendingAcks logic to get rid of gratuitous List<...>Dr Scofield1-20/+20
2009-06-25commenting out expensive bits (who in the world even uses SetClientInfo()?)Dr Scofield1-29/+29
2009-06-25changing DropSend()'s foreach loop so that it does not copy theDr Scofield1-5/+11
2009-06-25commenting out rather expensive bits of GetClientInfo() --- the onlyDr Scofield1-13/+20
2009-06-25more efficient way of checking for already seen packets:Dr Scofield1-29/+47
2009-06-25adding logging statement for receive buffer sizeDr Scofield1-0/+2
2009-06-25- adds the possibility of setting the socket receive buffer sizeDr Scofield1-35/+51
2009-06-25From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield3-75/+166
2009-06-23Also fix group role membership packet sizes to stay safely below MTUMelanie Thielker1-29/+41
2009-06-23Can I be this dumb?Melanie Thielker1-1/+0
2009-06-23Fix an error in group membership sending when the memebr count exceeds 60Melanie Thielker1-2/+6
2009-06-23Allow the member list of groups with more than 70 members to be viewedMelanie Thielker1-36/+42
2009-06-23Commenting out the jhurliman fix, since our libOMV doesnt' have those fieldsMelanie Thielker1-5/+5
2009-06-23Correct an uninitialized field in a packet. Thanks, jhurliman.Melanie Thielker1-0/+8
2009-06-21Correct the behaviro of group deeding and llGetOwner() within deeded objectsMelanie Thielker1-2/+8
2009-06-19From: Chris Yeoh <yeohc@au1.ibm.com>Sean Dague1-3/+18
2009-06-18Thanks Michelle Argus for Mantis #0003742: Terrain editor - Flatten tool lowe...Dahlia Trimble1-1/+0
2009-06-17Fix an uninitialized data block. Thanks, jhurlimanMelanie Thielker1-0/+1
2009-06-10Formatting cleanup.Jeff Ames1-2/+2
2009-06-01Minor: Change OpenSim to OpenSimulator in older copyright headers and LICENSE...Jeff Ames23-23/+23
2009-05-28This may bring the missing texture back.diva1-1/+5
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames2-6/+6
2009-05-19trying to fix exception with in LLPacketQueue probably caused byDr Scofield1-5/+5
2009-05-18From: Chris Yeoh <yeohc@au1.ibm.com>Dr Scofield1-1/+2
2009-05-17Removing a superfluous message, just to make bamboo run again.diva1-1/+0
2009-05-16Send the owner name, not the client name on SendDialog.Homer Horwitz1-3/+4
2009-05-15Heart surgery on asset service code bits. Affects OpenSim.ini configuration -...diva8-20/+124
2009-05-12Add more group notify glueMelanie Thielker1-0/+2
2009-05-12Paving the way for syncing group permissions across a gridMelanie Thielker1-1/+1
2009-05-11* Implements IP and DNS based ban facilities to OpenSim. Adam Frisby1-1/+33
2009-05-10* Further testing against core packet issue.Adam Frisby1-2/+3
2009-05-10* Attempting to diagnose a core packet issue on Windows/.NET. Adding addition...Adam Frisby1-2/+5
2009-05-09Fox a boo-boo in ExtraParams - a packet with no data blocks could crashMelanie Thielker1-3/+6
2009-05-07instrument most of the tests with a new InMethod function that may help us fi...Sean Dague2-0/+11
2009-05-07Change avatar updates to be processed the same way object updates are, e.g.Melanie Thielker1-27/+51
2009-05-05Add copyright header. Formatting cleanup. Ignore some generated files.Jeff Ames2-25/+13
2009-05-04Intermediate commit. WILL NOT COMPILE!Melanie Thielker1-0/+1
2009-05-04* minor: remove some mono compiler warnings, minor cleanupJustin Clarke Casey1-16/+9
2009-05-04Add a method to flush the prim update buffers once a frame, since the timerMelanie Thielker1-0/+12