| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
by default
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
|
|
|
| |
clog
|
|
|
|
|
|
|
| |
This is to ensure integrity of animations and script states with regard
to controls pressed or released. No user functionality yet.
|
|
|
|
|
|
| |
to stop the "folded legs" on simcross
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
able to edit a real god's objects. Minor tweak.
|
|
|
|
|
|
|
| |
performance patch.
Fixes Mantis #3562
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
avatar updates into a single packet.
Applied with changes.
Fixes Mantis #3136
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
* Fix XmlRpcGroupData.XmlRpcCall() to correctly handle response
|
| |
|
|
|
|
|
|
| |
* Thanks mcortez
|
|
|
|
|
|
|
| |
* Stops XmlRpcGroups crashing client sessions if there is an XMLRPC failure
* Thanks mcortez
|
|
|
|
|
|
|
| |
* Stop converting serviceURL to all lower case.
* Thanks mcortez
|
|
|
|
| |
scene.oar, for clarity
|
| |
|
|
|
|
| |
attempt to reduce confusion
|
| |
|
|
|
|
| |
exist in the system but which are not the loading user
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
packethandler still active
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added two new (optional) attributes to create_user and update_user
requests.
<gender> - can be 'm' or 'f'. 'm' is default if not specified.
<model> - specifies another, existing, avatar that should be used
as an appearance prototype for this user.
If <model> is specified, then <gender> is ignored. If <model> is not
specified, then 'm' implies a model avatar of "Default Male", and 'f'
implies a default of "Default Female".
At the moment the inventory is not copied. This change means that an
avatar will only look like ruth if none of the possible models exist
in the user database.
|
|
|
|
|
|
|
|
|
|
|
| |
- Adds an admin_modify_region call to allow changing of parcel voice
settings and changing of public/private status
- add boolean "public" and boolean "enable_voice" to
admin_create_region XmlRpc call to allow specifying of
public/private status and to allow enabling voice for all parcels;
also added config variables to allow setting of defaults for those
- fixing cut-and-paste artefacts
|
| |
|
|
|
|
|
|
| |
Let gods go to nonpublic estates as well.
|
| |
|
| |
|
|
|
|
|
|
| |
* Not yet active
|
|
|
|
|
|
|
| |
owner uuid = grou uuid ans owner name = group anme for group land now.
Group name is now filled in
|
|
|
|
|
|
|
| |
id into the data snapshot properly
Fixes Mantis #3545
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
| |
GetAssetStreamHandler. It is used in the RegionAssetService.
|
|
|
|
|
|
|
| |
capabilities in OSSL.
Fixes Mantis #3543
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
| |
osGetNumberOfNotecardLines
Fixes Mantis #2942
|
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
| |
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.
|