Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added additional configuration options for MRM Security. See ↵ | Adam Frisby | 2009-08-18 | 1 | -8/+22 | |
| | | | | OpenSim.ini.example under the [MRM] section. | |||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Adam Frisby | 2009-08-18 | 2 | -2/+29 | |
|\ | ||||||
| * | Add copyright header. Formatting cleanup. | Jeff Ames | 2009-08-17 | 2 | -2/+29 | |
| | | ||||||
* | | * Implementing a bunch of Unimplemented MRM stubs. | Adam Frisby | 2009-08-18 | 2 | -10/+27 | |
|/ | ||||||
* | * Implements AppDomain Security for MRM Scripts. | Adam Frisby | 2009-08-17 | 1 | -2/+101 | |
| | | | | * Added permissionLevel attribute to [MRM] section in OpenSim.ini. Default is 'Internet', however may be any of the following (case sensitive), FullTrust, SkipVerification, Execution, Nothing, LocalIntranet, Internet, Everything. For previous functionality, set to FullTrust or Execution. | |||||
* | * Implements ISecurityCredential member on SPAvatar, SPAvatarAttachment | Adam Frisby | 2009-08-16 | 5 | -9/+17 | |
| | | | | * Disables 'event not used' warning for IRCClientView; cuts OpenSim total warnings back. | |||||
* | * Refactor: Moves IAvatarAttachment into IAvatarAttachment.cs instead of ↵ | Adam Frisby | 2009-08-16 | 2 | -13/+15 | |
| | | | | IAvatar.cs | |||||
* | * Implements ISecurityCredential on all uses of SOPObject.cs except Avatar ↵ | Adam Frisby | 2009-08-16 | 2 | -2/+2 | |
| | | | | Attachments. | |||||
* | * [MRM] Added permission checks to MRM Events (ie, requires edit permission ↵ | Adam Frisby | 2009-08-16 | 1 | -6/+9 | |
| | | | | to bind to OnTouch) | |||||
* | * Fixes potential NulRef in MRM Security Checks. | Adam Frisby | 2009-08-16 | 2 | -3/+4 | |
| | ||||||
* | Merge branch 'master' of ssh://opensimulator.org/var/git/opensim | Adam Frisby | 2009-08-16 | 5 | -2/+58 | |
|\ | ||||||
| * | Add copyright headers. Formatting cleanup. | Jeff Ames | 2009-08-16 | 2 | -1/+55 | |
| | | ||||||
| * | Misc cleanup. | Jeff Ames | 2009-08-16 | 1 | -1/+1 | |
| | | ||||||
| * | Thanks dmiles for a patch that adds PacketType.RequestMultipleObjects Packet ↵ | Adam Johnson | 2009-08-16 | 2 | -0/+2 | |
| | | | | | | | | Handler - ref mantis #4010 | |||||
* | | * [MRM] Implements permission checks on IObject implementations in ↵ | Adam Frisby | 2009-08-16 | 3 | -9/+92 | |
|/ | | | | SOPObject.cs. Does not implement security on IObjectInventory yet. | |||||
* | * Beginnings of a Security Credential system in MRM. This will eventually ↵ | Adam Frisby | 2009-08-16 | 6 | -13/+62 | |
| | | | | lead to trusted execution of untrusted MRMs. | |||||
* | Replace the Replaceable modules name | Melanie | 2009-08-10 | 8 | -8/+8 | |
| | ||||||
* | Formatting cleanup. | Jeff Ames | 2009-08-09 | 4 | -6/+6 | |
| | ||||||
* | Patch from otakup0pe: | Melanie | 2009-08-08 | 3 | -34/+51 | |
| | | | | | A better solution for making the FreeSwitch module cooperate with existing installations | |||||
* | This is the second part of the 'not crash on regionsize changes'. This ↵ | Teravus Ovares (Dan Olivares) | 2009-08-07 | 5 | -7/+7 | |
| | | | | lets you configure region sizes to be smaller without crashing the region. I remind you that regions are still square, must be a multiple of 4, and the Linden client doesn't like anything other then 256. If you set it bigger or smaller, the terrain doesn't load in the client, the map has issues, and god forbid you connect it to a grid that expects 256m regions. | |||||
* | From: Snowcrash <Snowcrash.short@gmail.com> | Melanie | 2009-08-07 | 3 | -4/+13 | |
| | | | | | | | | | | | | | Date: Wed, 5 Aug 2009 12:45:56 +0200 Subject: [PATCH] A few minor tweaks to the MRM API's in order to make it possible for MRM's to run in a separate AppDomain without poluting the primary appdomain of OpenSim Specifically: Added an explicit method for getting the "globals" of the MRM, removing the need to have the MRM script code loaded into the primary domain, in order to set up proxies Added a [Serializable] attribute to TouchEventArgs, again in order to remove the need to have MRM script code loaded into the primary domain. --------- Applied with whitespace changes | |||||
* | Merge branch 'groups-core-contrib' of git://github.com/mcortez/opensim into ↵ | Sean Dague | 2009-08-07 | 5 | -134/+235 | |
|\ | | | | | | | incoming | |||||
| * | Fixing comments re: INI file. | Michael Cortez | 2009-08-06 | 1 | -3/+3 | |
| | | ||||||
| * | Continue with renaming of Groups module components | Michael Cortez | 2009-08-05 | 3 | -27/+29 | |
| | | ||||||
| * | Fixes mono Add-In references for the OptionalModules add-in so that groups ↵ | Michael Cortez | 2009-08-05 | 5 | -5/+6 | |
| | | | | | | | | doesn't throw errors, and so that the add-in is correctly reported as "OptionalModules" rather then as "SampleMoney" | |||||
| * | Begin refactoring XmlRpcGroups to a more generic Groups module that allows ↵ | Michael Cortez | 2009-08-05 | 4 | -106/+201 | |
| | | | | | | | | for replaceable Groups Service Connectors. | |||||
* | | * Implements MRM's Stop() interface member. | Adam Frisby | 2009-08-07 | 2 | -0/+10 | |
| | | | | | | | | * MRM Scripts should do appropriate cleanup within this event, to allow for clean shutdowns and script updates. This means unbinding from events you are listening to, and releasing any resources. | |||||
* | | Remove bad assembly identification tag | Melanie | 2009-08-05 | 1 | -3/+0 | |
|/ | ||||||
* | Revert the #3899 patch and it's two follow ups | Melanie | 2009-08-04 | 3 | -49/+32 | |
| | ||||||
* | Update a misspelled name | Melanie | 2009-08-04 | 1 | -1/+1 | |
| | ||||||
* | Change the freeswitch out connector (which is pointless) to an in connector | Melanie | 2009-08-04 | 1 | -59/+44 | |
| | ||||||
* | Add the region module shell for the new freeswitch service | Melanie | 2009-08-04 | 1 | -0/+128 | |
| | ||||||
* | If the FreeSwitch context is unset or "public", then accept any context. | Melanie | 2009-08-04 | 1 | -1/+1 | |
| | | | | This restores the "out of the box" functionality. | |||||
* | Output the Freeswitch context received and the context set up in the | Melanie | 2009-08-04 | 1 | -1/+1 | |
| | | | | debugging message so a mismatch can be corrected more easily | |||||
* | * Tweak the caps manager so that the NPCAvatar works again. | Teravus Ovares | 2009-08-01 | 2 | -3/+4 | |
| | ||||||
* | * Updates libOMV to version 0.7.0 | Teravus Ovares | 2009-07-25 | 4 | -6/+8 | |
| | | | | | | | | * Uses mantis #3811 as a base (thanks jhuliman) with changes. * E-mail regarding interface changes sent to the opensim-dev list * Archive: https://lists.berlios.de/pipermail/opensim-dev/2009-July/007219.html | |||||
* | * Apply http://opensimulator.org/mantis/view.php?id=3855 | Justin Clarke Casey | 2009-07-24 | 1 | -24/+40 | |
| | | | | | | | * Prevent session crashes when something goes wrong with group invite. * Thanks mcortez. | |||||
* | Formatting cleanup. | Jeff Ames | 2009-07-23 | 5 | -150/+147 | |
| | ||||||
* | Thank you, MarcelEdward, for a patch to add paying group join fees. | Melanie Thielker | 2009-07-21 | 1 | -1/+12 | |
| | | | | | | | | Applied with changes (original patch would not compile) Whitespace changes removed Fixes Mantis #3926 | |||||
* | * Created a way that the OpenSimulator scene can ask the physics scene to do ↵ | Teravus Ovares | 2009-07-19 | 2 | -0/+8 | |
| | | | | | | | | | a raycast test safely. * Test for prim obstructions between the avatar and camera. If there are obstructions, inform the client to move the camera closer. This makes it so that walls and objects don't obstruct your view while you're moving around. Try walking inside a hollowed tori. You'll see how much easier it is now because your camera automatically moves closer so you can still see. * Created a way to know if the user's camera is alt + cammed or just following the avatar. * Changes IClientAPI interface by adding SendCameraConstraint(Vector4 CameraConstraint) | |||||
* | * Patch from otakup0pe to help freeswitch play nice with complex existing ↵ | Teravus Ovares | 2009-07-17 | 3 | -140/+160 | |
| | | | | | | | | freeswitch configurations. * Thanks! fixes mantis #3899 | |||||
* | fixed the bug where changing the rotation of a selection of prims in a ↵ | MW | 2009-07-17 | 2 | -0/+2 | |
| | | | | | | | | | linkset, made each of those prims rotate around its own centre rather than around the geometric centre of the selection like they should do (and like the client expects). This involved adding a new OnUpdatePrimSingleRotationPosition event to IClientAPI so that we can get the changed position from the client. Btw adding new events to IClientAPI is really tedious where you have to copy the change across to at least 5 or 6 other files. [Note this doesn't fix the bug where any rotation changes to the root prim (but not the whole linkset) cause rotation errors on the child prims.] | |||||
* | minor: remove some mono compiler warnings | Justin Clarke Casey | 2009-07-15 | 2 | -5/+5 | |
| | ||||||
* | * Workaround for a bug in Vivox Server r2978, whereby ↵ | Adam Frisby | 2009-07-12 | 1 | -2/+18 | |
| | | | | channel-search.channels.count returns 0 instead of the actual channel count. Should not affect more recent versions of Vivox where this issue has been fixed. | |||||
* | * More Vivox Fiddling | Adam Frisby | 2009-07-12 | 1 | -1/+5 | |
| | ||||||
* | * Patch for previous revision. | Adam Frisby | 2009-07-12 | 1 | -4/+1 | |
| | ||||||
* | * More VivoxModule debugging. | Adam Frisby | 2009-07-12 | 1 | -2/+20 | |
| | ||||||
* | * Added some noisy debug information to VivoxModule to try debug why ↵ | Adam Frisby | 2009-07-12 | 1 | -2/+9 | |
| | | | | GetChannel fails on LBSA/Zaius Plaza. | |||||
* | Formatting cleanup. | Jeff Ames | 2009-07-11 | 1 | -8/+8 | |
| | ||||||
* | fixing addin.xml | Dr Scofield | 2009-07-11 | 1 | -0/+1 | |
| |