aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/OpenSim/Region (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-04Add a parameter that limits the max size of the outbound packet. DefaultedMelanie Thielker1-6/+41
2009-05-04Create a working configuration hook to allow LLClient parameters fromMelanie Thielker2-3/+8
2009-05-03Some reorganization around service connectors. No functional changeMelanie Thielker5-6/+5
2009-05-03Thank you kindly, Thomax, for a patch that:Charles Krinke1-1/+2
2009-05-03Make a race condition in packet resending smallerMelanie Thielker1-0/+1
2009-05-03alter behavior of sculpted prim "Inside out" setting. Addresses Mantis #3514Dahlia Trimble1-1/+1
2009-05-02* Reversing experimental change in previous rev.Adam Frisby1-1/+1
2009-05-02* Experimental: Speeds maximum resend per second from 80 packets to 400. (Fro...Adam Frisby1-1/+1
2009-05-02If a packet pooling blows up, fail gracefully instead of disconnectingMelanie Thielker1-20/+32
2009-05-02Handle resends betterMelanie Thielker2-1/+6
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 Thielker3-0/+23
2009-05-02Thank you kindly, Fly-Man, for a patch that:Charles Krinke1-1/+1
2009-05-02Thank you kindly, Thomax, for a patch that solves:Charles Krinke1-1/+1
2009-05-02Thank you kindly, BlueWall, for a patch that:Charles Krinke2-6/+173
2009-05-02Thank you kindly, MCortez for a patch that solves:Charles Krinke1-1/+18
2009-05-02Rename CoreModules.Communications to CoreModule.ServiceConnectors and, inside...diva2-0/+0
2009-05-02Move a lock to attempt to cut down packet lossMelanie Thielker1-4/+4
2009-05-02Change of word in log message.diva1-1/+1
2009-05-02Numerous packet improvements.Melanie Thielker5-9/+46
2009-05-02Fix the issue that stopped the packet pool from working. Add a mechanismMelanie Thielker3-10/+11
2009-05-01Add a tweakable for the prim queue preloadMelanie Thielker3-9/+19
2009-05-01Throttle prim sending a bit (again) to ensure the queues don't overrun andMelanie Thielker1-2/+2
2009-05-01Add methods to block and queue agent updates during region crossing and TPMelanie Thielker1-0/+43
2009-05-01Send the animations of all already present avatar to an avatar entering a simMelanie Thielker1-0/+6
2009-05-01Improve prim sending by combining multiple prim updates into a single packetMelanie Thielker3-75/+207
2009-04-30* refactor: move iar name hashing into a methodJustin Clarke Casey1-1/+1
2009-04-30Estate owners who are not administrators, even in god mode, should not beMelanie Thielker1-1/+1
2009-04-30Thank you, mpallari, for a patch that correct the behavior of the avatarMelanie Thielker1-3/+1
2009-04-30Fixed a bug in the permissions module, where if there were multiple admins, t...MW1-7/+21
2009-04-30Thank you, mpallari, for a patch that increses efficiency by combiningMelanie Thielker4-15/+66
2009-04-29Thank you kindly, MCortez for a patch that:Charles Krinke3-156/+280
2009-04-29Catch another j2k decode exception that can be caused by a bad assetMelanie Thielker1-29/+34
2009-04-29Fix a crash that will hit when an image asset is truncated in storageMelanie Thielker1-1/+11
2009-04-29* Correct log message formatJustin Clarke Casey3-95/+95
2009-04-29* Add test to check temp profile creation on iar loadJustin Clarke Casey2-8/+4
2009-04-29* Apply further groups xmlrpc to stop an exception in the exception handlerJustin Clarke Casey2-33/+90
2009-04-29* Apply http://opensimulator.org/mantis/view.php?id=3557Justin Clarke Casey1-1/+19
2009-04-29* Apply http://opensimulator.org/mantis/view.php?id=3554Justin Clarke Casey1-1/+1
2009-04-29* Actually change the default oar file name to region.oar instead of scene.oa...Justin Clarke Casey1-1/+1
2009-04-29* minor: remove some mono compiler warningsJustin Clarke Casey4-7/+5
2009-04-29* Make scene.oar the default oar target rather than scene.oar.tar.gz, in an a...Justin Clarke Casey1-1/+1
2009-04-29* Add missing System.Reflection reference from last commitJustin Clarke Casey1-0/+1
2009-04-29* Adjust load iar unit test to check load of items with creator names that ex...Justin Clarke Casey1-7/+17
2009-04-29Again, completely revamp the unlink code to finally allow unlinking Melanie Thielker2-124/+131
2009-04-29fixes exception thrown when client session is shutdown whileDr Scofield1-0/+2
2009-04-29Flipping check_session xmlrpc's keep-alive to false, because some clients hang.diva1-1/+1
2009-04-28Let estate owners and managers enter nonpublic estates unconditionally.Melanie Thielker1-2/+2
2009-04-28* Get rid of some extraneous debug log output from the last commitJustin Clarke Casey2-4/+4
2009-04-28* Stop oar loading barfing if the archive contains directory entriesJustin Clarke Casey2-12/+44