aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region/ClientStack/LindenUDP/LLClientView.cs (unfollow)
Commit message (Expand)AuthorFilesLines
2009-06-25fixing windows specific compile error.Dr Scofield1-32/+32
2009-06-25From: Alan Webb <alan_webb@us.ibm.com>Dr Scofield1-29/+123
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 Ames1-1/+1
2009-05-20Add copyright headers, formatting cleanup.Jeff Ames1-1/+1
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 -...diva1-5/+102
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-09Fox a boo-boo in ExtraParams - a packet with no data blocks could crashMelanie Thielker1-3/+6
2009-05-07Change avatar updates to be processed the same way object updates are, e.g.Melanie Thielker1-27/+51
2009-05-04Add a method to flush the prim update buffers once a frame, since the timerMelanie Thielker1-0/+12
2009-05-04Add a parameter that limits the max size of the outbound packet. DefaultedMelanie Thielker1-6/+41
2009-05-02* Makes ObjectUpdate compressing tweakable in OpenSim.ini - introduces:Adam Frisby1-2/+13
2009-05-02Plumb conifg into the client views. Add config option to configure packetMelanie Thielker1-0/+12
2009-05-02Numerous packet improvements.Melanie Thielker1-0/+1
2009-05-02Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker1-8/+5
2009-05-01Improve prim sending by combining multiple prim updates into a single packetMelanie Thielker1-73/+200
2009-04-30Thank you, mpallari, for a patch that correct the behavior of the avatarMelanie Thielker1-3/+1
2009-04-30Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker1-12/+63
2009-04-25Thanks Bluewall for Mantis #3519: a patch that adds simulator uptime and vers...Dahlia Trimble1-1/+1
2009-04-22Add copyright headers. Formatting cleanup.Jeff Ames1-5/+5
2009-04-20Change a bad use of a type name as a variable. Thanks, Fly-ManMelanie Thielker1-4/+4
2009-04-20Add PlacesQuery packetMelanie Thielker1-0/+21
2009-04-17Fixes Mantis # 3469. Thank you kindly, BlueWall, for a patch that:Charles Krinke1-0/+5
2009-04-16Correctly flag group owned prims in the land prim listMelanie Thielker1-2/+2
2009-04-16Fix build break and change some groups interfacesMelanie Thielker1-7/+4
2009-04-15Commit the group deeding support, thank you, mcortezMelanie Thielker1-1/+27
2009-04-15minor: Remove some mono compiler warnings. Uncomment code when it's actually...Justin Clarke Casey1-7/+7
2009-04-14Thank you, Fly-Man, for a patch that adds the stub to handle theMelanie Thielker1-0/+11
2009-04-10* Patch from RemedyTomm Mantis 3440Teravus Ovares1-3/+4
2009-04-10Handle ObjectSpin* packets to spin physical prims on Ctrl+Shift+Dragnlin1-2/+2
2009-04-09* minor: remove some mono compiler warningsJustin Clarke Casey1-1/+0
2009-04-08* Make it possible to store creator strings in user inventory items as well a...Justin Clarke Casey1-13/+14
2009-04-08* Fix the remainder of the packets that require sessionId checks.Teravus Ovares1-32/+929
2009-04-08* [SECURITY] Implements additional packet security checks for Object related ...Adam Frisby1-0/+250
2009-04-08* [SECURITY] Implements a large number of new security checks into Scene/Avat...Adam Frisby1-0/+269