| Commit message (Collapse) | Author | Files | Lines |
|
fix: region parameter in IRCBridgeModule XmlRpc was check for presence but not actually used...
|
|
client-thread. Will hopefully fix Mantis#2536.
|
|
|
|
|
|
since this is always non null
|
|
|
|
|
|
* Replaces the one in the module itself, which had a dumb bug in it anyway
|
|
OpenSim.ini config tags in preparation for merge of IRCBridgeModule
and XIRCBridgeModule.
|
|
- Add tests for Util.isUUID
- First part of the fix for protocol interoperability between viewer 1.20 and 1.21 for friend offers.
|
|
|
|
on-/offline updates, calling cards for friends.
This adds methods in the DB layer and changes the MessagingServer, so a full
update (incl. UGAIM) is necessary to get it working. Older regions shouldn't
break, nor should older UGAIM break newer regions, but friends/presence will
only work with all concerned parts (UGAIM, source region and destination
region) at this revision (or later).
I added the DB code for MSSQL, too, but couldn't test that.
BEWARE: May contain bugs.
|
|
|
|
SOP.IsAttachment
|
|
false if the group is already deleted)
* This is to avoid repetitive null checks - I'm beginning to think that blasting away the root part on object deletion is actually a bad move. Perhaps we should leave it around
and let the client ignore any superfluous packets (which it may well do anyway), since we're constantly exposing a race condition
|
|
* Don't save attachments on saving oar, which stops them coming back as ghost prims
|
|
with the old Grid Instant Message over OGS1. Refactor the EventManager
to be independent of the rigid module structure design imposed by
the current implementation. Message routing is now done in the destination
module rather than in the event manager. This way, more or less granular
solutions are possible without core changes.
|
|
|
|
|
|
XIRCBrigeModule is transient, will merge it with IRCBridgeModule:
extends/refactors IRCBridgeModule to support channel-per-region (if
desired).
|
|
sending ImageNotFound to clients if avatar textures are missing
* Whilst this does automatically get the client to rebake, on crossing a region border the 'local' assets are left behind
* There may be a cunning solution (such as squirting the assets on region crossing, or having them fetched from the original region) but
instead I'm going to opt for the easy solution of keeping them in the asset database, for now
|
|
logging messages
|
|
* reinstate debug level log message indicating when a child agent is made a root for future debugging purposes
|
|
|
|
Region/Environment and use that instead of the Region/Modules/AvatarFactory
* Remove the AvatarFactory dll
|
|
|
|
* This time there are accompanying changes to the unit test to adapt it to the changes
* Thanks tglion
|
|
r6977.
* If a change is going to affect a unit test, then please could we change the unit test at the same time? Otherwise this will never get done
* It also seems a bad idea to disable tests which start failing unless there's a very good reason
|
|
|
|
Thank you, miceakitsune, for a patch that makes terraforming tools usable again
|
|
|
|
at it and determine the new test parameters needed for the terrain
brush with strength support
|
|
Support of strength-slider in latest sl-client (1.21.6)
Added a patch, which includes the support of strength-slider
in latest sl-client (1.21.6) for Raise- and LowerSphere.
|
|
signature
|
|
|
|
|
|
logic to ConciergeModule. adding XmlRpc method to allow update of
welcome template for a region. documenting [Concierge] "password"
option in OpenSim.ini.example.
|
|
logic to use a regexp.
|
|
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.
|
|
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.
|
|
llWind always returns a zero vector. In the attached
patch the WindModule has been changed slightly to
make wind data available for llWind
|
|
|
|
* Among many other deficiencies, currently a cache clear and relog is needed to see them, which is highly unsatisfactory
* No user funcionality yet
|
|
server
* use default inventory archive name if none is given
* other minor cleanups
* this facility is not useable yet
|
|
|