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