Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Thank you kindly, BlueWall, for a patch that: | Charles Krinke | 2009-05-02 | 2 | -6/+173 | |
| | | | | | | | | | Move json stats to non-published resource name Remove well-known resource name for json stats, creating dynamic uris with private keys and add a user configurable resource name for region owner usage. | |||||
* | Thank you kindly, MCortez for a patch that solves: | Charles Krinke | 2009-05-02 | 1 | -1/+18 | |
| | | | | | | | | | Different people using Hippo 0.5.1 report that trying to send group instant messages crashes the viewer (Hippo 0.5.1). This is the case even for empty groups or if all group members are online. | |||||
* | Rename CoreModules.Communications to CoreModule.ServiceConnectors and, ↵ | diva | 2009-05-02 | 2 | -0/+0 | |
| | | | | inside it, REST to Remote. | |||||
* | Move a lock to attempt to cut down packet loss | Melanie Thielker | 2009-05-02 | 1 | -4/+4 | |
| | ||||||
* | Change of word in log message. | diva | 2009-05-02 | 1 | -1/+1 | |
| | ||||||
* | Numerous packet improvements. | Melanie Thielker | 2009-05-02 | 5 | -9/+46 | |
| | | | | | | | | | | | | | Don't allow packets to be resent before they have actually been sent for the first time. Switch from serializing a packet to get it's length to the LibOMV provided Length property. Fix resend timing. Fix the use of dangling references to Acked packets. Fix the packet handler to play nice with the packet pool. Fix the packet pool. Add data block recycling to the packet pool. Packet pool is now ENABLED by default. Add config option to disable packet and data block reuse. Add ObjectUpdate and ImprovedTerseObjectUpdate to the packets being recycled. | |||||
* | Fix the issue that stopped the packet pool from working. Add a mechanism | Melanie Thielker | 2009-05-02 | 3 | -10/+11 | |
| | | | | | | | | to recycley data blocs within a packet. Recycle the ObjectUpdate* data blocks. Speeds up loading even more. This may mean that the packet pool is now viable. | |||||
* | Add a tweakable for the prim queue preload | Melanie Thielker | 2009-05-01 | 3 | -9/+19 | |
| | ||||||
* | Throttle prim sending a bit (again) to ensure the queues don't overrun and | Melanie Thielker | 2009-05-01 | 1 | -2/+2 | |
| | | | | | | clog | |||||
* | Add methods to block and queue agent updates during region crossing and TP | Melanie Thielker | 2009-05-01 | 1 | -0/+43 | |
| | | | | | | | This is to ensure integrity of animations and script states with regard to controls pressed or released. No user functionality yet. | |||||
* | Send the animations of all already present avatar to an avatar entering a sim | Melanie Thielker | 2009-05-01 | 1 | -0/+6 | |
| | | | | | | to stop the "folded legs" on simcross | |||||
* | Improve prim sending by combining multiple prim updates into a single packet | Melanie Thielker | 2009-05-01 | 3 | -75/+207 | |
| | ||||||
* | * refactor: move iar name hashing into a method | Justin Clarke Casey | 2009-04-30 | 1 | -1/+1 | |
| | ||||||
* | Estate owners who are not administrators, even in god mode, should not be | Melanie Thielker | 2009-04-30 | 1 | -1/+1 | |
| | | | | | | able to edit a real god's objects. Minor tweak. | |||||
* | Thank you, mpallari, for a patch that correct the behavior of the avatar | Melanie Thielker | 2009-04-30 | 1 | -3/+1 | |
| | | | | | | | performance patch. Fixes Mantis #3562 | |||||
* | Fixed a bug in the permissions module, where if there were multiple admins, ↵ | MW | 2009-04-30 | 1 | -7/+21 | |
| | | | | the client permissions flags were sent incorrectly, which stopped one admin being able to edit another admin's objects. Even thought the comments in the code said that admins should be able to edit each other's objects. | |||||
* | Thank you, mpallari, for a patch that increses efficiency by combining | Melanie Thielker | 2009-04-30 | 4 | -15/+66 | |
| | | | | | | | | avatar updates into a single packet. Applied with changes. Fixes Mantis #3136 | |||||
* | Thank you kindly, MCortez for a patch that: | Charles Krinke | 2009-04-29 | 3 | -156/+280 | |
| | | | | | | | | | The attached patch provides the necessary infrastructure to support security and authentication features of the xmlrpc server. * Read/Write keys for accessing a Group's xmlrpc service. * Requiring user session verification for write operations. | |||||
* | Catch another j2k decode exception that can be caused by a bad asset | Melanie Thielker | 2009-04-29 | 1 | -29/+34 | |
| | ||||||
* | Fix a crash that will hit when an image asset is truncated in storage | Melanie Thielker | 2009-04-29 | 1 | -1/+11 | |
| | ||||||
* | * Correct log message format | Justin Clarke Casey | 2009-04-29 | 3 | -95/+95 | |
| | | | | | | * Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response | |||||
* | * Add test to check temp profile creation on iar load | Justin Clarke Casey | 2009-04-29 | 2 | -8/+4 | |
| | ||||||
* | * Apply further groups xmlrpc to stop an exception in the exception handler | Justin Clarke Casey | 2009-04-29 | 2 | -33/+90 | |
| | | | | | | * Thanks mcortez | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3557 | Justin Clarke Casey | 2009-04-29 | 1 | -1/+19 | |
| | | | | | | | * Stops XmlRpcGroups crashing client sessions if there is an XMLRPC failure * Thanks mcortez | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3554 | Justin Clarke Casey | 2009-04-29 | 1 | -1/+1 | |
| | | | | | | | * Stop converting serviceURL to all lower case. * Thanks mcortez | |||||
* | * Actually change the default oar file name to region.oar instead of ↵ | Justin Clarke Casey | 2009-04-29 | 1 | -1/+1 | |
| | | | | scene.oar, for clarity | |||||
* | * minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-04-29 | 4 | -7/+5 | |
| | ||||||
* | * Make scene.oar the default oar target rather than scene.oar.tar.gz, in an ↵ | Justin Clarke Casey | 2009-04-29 | 1 | -1/+1 | |
| | | | | attempt to reduce confusion | |||||
* | * Add missing System.Reflection reference from last commit | Justin Clarke Casey | 2009-04-29 | 1 | -0/+1 | |
| | ||||||
* | * Adjust load iar unit test to check load of items with creator names that ↵ | Justin Clarke Casey | 2009-04-29 | 1 | -7/+17 | |
| | | | | exist in the system but which are not the loading user | |||||
* | Again, completely revamp the unlink code to finally allow unlinking | Melanie Thielker | 2009-04-29 | 2 | -124/+131 | |
| | | | | | | | | arbitrary combinations of root and child prims from one or multiple link sets. Please test throughly and consider things UNSTABLE until this is proven out. | |||||
* | fixes exception thrown when client session is shutdown while | Dr Scofield | 2009-04-29 | 1 | -0/+2 | |
| | | | | | packethandler still active | |||||
* | Flipping check_session xmlrpc's keep-alive to false, because some clients hang. | diva | 2009-04-29 | 1 | -1/+1 | |
| | ||||||
* | Let estate owners and managers enter nonpublic estates unconditionally. | Melanie Thielker | 2009-04-28 | 1 | -2/+2 | |
| | | | | | | Let gods go to nonpublic estates as well. | |||||
* | * Get rid of some extraneous debug log output from the last commit | Justin Clarke Casey | 2009-04-28 | 2 | -4/+4 | |
| | ||||||
* | * Stop oar loading barfing if the archive contains directory entries | Justin Clarke Casey | 2009-04-28 | 2 | -12/+44 | |
| | ||||||
* | * Add preliminary code for resolving iar profile names | Justin Clarke Casey | 2009-04-28 | 2 | -17/+22 | |
| | | | | | | * Not yet active | |||||
* | Correctly handle group owned land in the Datasnapshot module. Will return | Melanie Thielker | 2009-04-28 | 1 | -16/+28 | |
| | | | | | | | owner uuid = grou uuid ans owner name = group anme for group land now. Group name is now filled in | |||||
* | Thank you, Fly-Man, for a patch that fixes propagating the group | Melanie Thielker | 2009-04-28 | 1 | -1/+1 | |
| | | | | | | | id into the data snapshot properly Fixes Mantis #3545 | |||||
* | Make sure that, on "Anyone can copy" the person copying the object | Melanie Thielker | 2009-04-27 | 1 | -3/+3 | |
| | | | | | | | | | has transfer perms as well as copy perms. This may block some cases where the owner would normally be able to take copy. Fixes Mantis #3464 | |||||
* | Another attempt at mantis #3527. | diva | 2009-04-27 | 1 | -1/+11 | |
| | ||||||
* | Thanks Tommil for a patch that adds a caching option to ↵ | diva | 2009-04-27 | 1 | -5/+18 | |
| | | | | GetAssetStreamHandler. It is used in the RegionAssetService. | |||||
* | Thank you, Orion_Shamroy, for a patch to expand notecard reading | Melanie Thielker | 2009-04-27 | 3 | -31/+136 | |
| | | | | | | | capabilities in OSSL. Fixes Mantis #3543 | |||||
* | From: Alan Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-27 | 1 | -0/+5 | |
| | | | | | | | | | | | | | | If an avatar is sitting when the client disconnects, the avatar is not disassociated from the SOG on which (s)he was sat. This produces any, and varied, effects. I have updated RemoveCLient in Scene, to check, and stand the client up immediately prior to disconnect. This seems like the most robust way to handle the situation. Though in this case it might be worth factoring out the animations from other standup processing. It does no harm, but in this case it is entirely redundant. | |||||
* | Thank you, Orion_Shamroy, for a patch that adds osGetNotecardLine and | Melanie Thielker | 2009-04-27 | 3 | -0/+93 | |
| | | | | | | | osGetNumberOfNotecardLines Fixes Mantis #2942 | |||||
* | From: Alan M Webb <alan_webb@us.ibm.com> | Dr Scofield | 2009-04-27 | 1 | -33/+49 | |
| | | | | | | | | | | | Added support for access control lists. Scene: Added test to AddNewClient for an entry in the access list when connecting to a region with limited access. EstateSettings: Added an HasAccess(UUID) property to test for an entry in the estate's access list. RemoteAdmin: Add RPC calls for admin_acl_list, clear, add, and remove. | |||||
* | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-04-27 | 7 | -147/+166 | |
| | ||||||
* | Update svn properties. | Jeff Ames | 2009-04-27 | 3 | -90/+90 | |
| | ||||||
* | Getting rid of -hypergrid=true on the command line. This config now goes ↵ | diva | 2009-04-27 | 4 | -66/+49 | |
| | | | | inside OpenSim.ini in the Startup section. This makes the HG compatible with -background, and prepares the way for further work on HG-related config vars. Might help with mantis #3527. | |||||
* | HGWorldMap got a bit out of sync during the introduction of the new module ↵ | diva | 2009-04-26 | 2 | -100/+15 | |
| | | | | system. Should work now. Fixes mantis #3533. |