| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
region server wasn't told that it was coming)
* This moves authentication from the client thread (where failure was difficult to detect) to the particular thread handling that packet
* I've kept the authentication outside of the crucial clientCircuits lock (though any delay here is probably swamped by the other delays associated with login)
* Also added more to the unit test to ensure this doesn't regress
|
| |
|
|
|
|
|
|
| |
* The fact that the assert passed even when authentication failed reveals a bug in the code that will be corrected soonish
|
| |
|
| |
|
| |
|
|
|
|
| |
on some twisted prims
|
|
|
|
|
|
| |
* If this was important to you please reinsert and we can put it in a recognized interface.
|
|
|
|
|
|
|
| |
* Implements the rest of llGetAgentInfo() with the exception of AGENT_BUSY.
* Thanks nlin
|
|
|
|
|
|
|
| |
* This checks that a client circuit is established when the udp server is given a use client circuit code packet
* And checks that other circuit codes do not exist
|
|
|
|
|
|
|
| |
* Not sure why things still worked in the presence of this bug - possibly the problem is compensated for later on. If you are having udp session problems this bug fix may help
(though no guarantees).
|
| |
|
|
|
|
|
|
| |
* Temporarily disabled assert because it just picked up an existing bug. Yay for tests!
|
|
|
|
| |
synchronously. Shouldn't be any functional change
|
| |
|
|
|
|
|
|
|
| |
CreateRegion (and documenting it).
|
|
|
|
|
|
|
|
|
|
| |
UUID parameter without checking for it at the method entry. this patch
adds logic to obtain the master UUID via the user profile service,
and, if the master avatar does not exist, will create the user. in any
case the UUID is then the one supplied by the user profile service.
|
|
|
|
|
|
|
|
|
| |
logic to ConciergeModule. adding XmlRpc method to allow update of
welcome template for a region. documenting [Concierge] "password"
option in OpenSim.ini.example.
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
KeepAlive for certain XmlRpc handlers.
Making use of new AddXmlRpcHandler method in RemoteAdminPlugin to
avoid clients waiting indefinitely for response.
taking note of BaseHttpServer parameter in CommunicationsManager
constructor (was passed it but then just ignored so far).
|
|
|
|
|
|
|
| |
logic to use a regexp.
|
|
|
|
|
|
| |
Added AGENT_ATTACHMENTS and AGENT_SCRIPTED to llGetAgentInfo
Added to llGetAgentSize to include shoes in avatar height calculation.
|
|
|
|
|
|
|
| |
- Added "register" command to MessagingServer to re-register with the
UserServer after that crashed/was restarted.
|
|
|
|
|
|
| |
Attached patch adds detection of AGENT_WALKING
status to LSL function llGetAgentInfo()
|
|
|
|
|
|
|
| |
Attached patch protects against a NullReferenceException
in SceneObjectGroup.stopMoveToTarget (used by LSL function
llStopMoveToTarget). Thanks to M. Igarashi.
|
| |
|
|
|
|
|
|
| |
the deleting of other, valid objects
|
|
|
|
|
|
| |
a bit faster.
|
|
|
|
| |
this seems to cause bouncing on really thin flat prim.
|
|
|
|
|
|
| |
real groups module can even be implemented.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
welcomes = /path/to/welcome/files/directory
a directory in which you can place welcome templates for concierged
regions (those regions that match the "regions" regexp). you can use
format substitution:
0: will be replaced by avatar name of the avatar entering the region
1: will be replaced by region name
2: will be replaced the name of the concierge
|
| |
|
| |
|
|
|
|
|
|
|
| |
OSChatMessage coming from client.
|
|
|
|
|
|
|
| |
again. need to investigate why chat position is catastrophically off.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
MemberwiseClone() also clones the "already backed up" flag, preventing prims
created by drag-copying from being persisted. If such a prim is made the root
prims of a link set, the entire set will not be persisted. Fixed now.
|
|
|
|
|
|
|
|
| |
cleanups and assorted fixes to REST inventory, asset, and appearance
services.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
chat relaying via private channels, and old IRCBridgeModule
behaviour. also cleaning up IRCBridgeModule's OpenSim.ini
configuration variable names (still supporting "old" variable
names). refactored IRCChatModule into IRCConnector and incorporating
watchdog from IRCBridgeModule into IRCConnector.
enabling ChatModule to be used as a super-class and utilizing it in
ConciergeModule.
|
|
|
|
|
|
| |
Fix llSetVehicleFloatParam to accept LSL_Float
|
|
|
|
|
|
|
|
| |
lsl conformity, llPushObject incorrectly
restricts the pushing of objects based
on region and parcel flags
|
|
|
|
|
|
|
| |
llWind always returns a zero vector. In the attached
patch the WindModule has been changed slightly to
make wind data available for llWind
|
| |
|