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