| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
system. Should work now. Fixes mantis #3533.
|
|
|
|
| |
section in ini doesn't exist.
|
|
|
|
|
|
|
| |
already is).
- Make sure it really is Close()d when the configuration isn't sane.
|
| |
|
| |
|
|
|
|
|
|
| |
in wiredux to reduce confusion a bit
|
|
|
|
|
|
|
| |
PRIM_TEXGEN not in llSetPrimitiveParams. Patch has
been included to implement it.
|
|
|
|
|
|
| |
provides persistent AvatarAppearance for SQLite.
Fixes Mantis #3296.
|
|
|
|
|
|
|
|
|
| |
llSetPrimitiveParams in a large linkset can disrupt the
entire region. However, when the script is in a large
linkset, it appears to totally lag out the scene and
stops updates from being sent.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The attached patch fixes a few problems that people were
having with the Messaging provided by the XmlRpcGroups
optional module, namely:
* Fixes 2x echo in group messaging
* Fixes problems with cross instance, non-neighbor, messaging
|